Package com.wowza.wms.authentication
Interface IAuthenticateHTTPProvider
- 
 public interface IAuthenticateHTTPProviderIAuthenticateHTTPProvider: HTTP authentication provider 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanauthenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)Called for each HTTP authenticationdefault voidsetPasswordEncodingScheme(String passwordEncoding)Called to set password encoding for each HTTP authentication
 
- 
- 
- 
Method Detail- 
authenticateHTTPProviderboolean authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp) Called for each HTTP authentication- Parameters:
- vhost- virtual host
- req- HTTP request
- resp- HTTP response
- Returns:
- true if authentication was successful
 
 - 
setPasswordEncodingSchemedefault void setPasswordEncodingScheme(String passwordEncoding) Called to set password encoding for each HTTP authentication- Parameters:
- passwordEncoding- password encoding
 
 
- 
 
-