Package com.wowza.wms.authentication
Interface IAuthenticateHTTPProvider
-
public interface IAuthenticateHTTPProvider
IAuthenticateHTTPProvider: HTTP authentication provider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
Called for each HTTP authenticationdefault void
setPasswordEncodingScheme(String passwordEncoding)
Called to set password encoding for each HTTP authentication
-
-
-
Method Detail
-
authenticateHTTPProvider
boolean authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
Called for each HTTP authentication- Parameters:
vhost
- virtual hostreq
- HTTP requestresp
- HTTP response- Returns:
- true if authentication was successful
-
setPasswordEncodingScheme
default void setPasswordEncodingScheme(String passwordEncoding)
Called to set password encoding for each HTTP authentication- Parameters:
passwordEncoding
- password encoding
-
-