com.wowza.wms.authentication
Interface IAuthenticateHTTPProvider


public interface IAuthenticateHTTPProvider

IAuthenticateHTTPProvider: HTTP authentication provider


Method Summary
 boolean authenticateHTTPProvider(IVHost vhost, IHTTPRequest req, IHTTPResponse resp)
          Called for each HTTP authentication
 

Method Detail

authenticateHTTPProvider

boolean 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