Package com.wowza.wms.authentication
Interface IAuthenticateHTTPProvider
public interface IAuthenticateHTTPProvider
IAuthenticateHTTPProvider: HTTP authentication provider
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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 Details
-
authenticateHTTPProvider
Called for each HTTP authentication- Parameters:
vhost
- virtual hostreq
- HTTP requestresp
- HTTP response- Returns:
- true if authentication was successful
-
setPasswordEncodingScheme
Called to set password encoding for each HTTP authentication- Parameters:
passwordEncoding
- password encoding
-