Package com.wowza.wms.authentication
Interface IAuthenticate
- 
 public interface IAuthenticateIAuthenticate: HTTP and RTSP authentication interface 
- 
- 
Field SummaryFields Modifier and Type Field Description static intPASSWORDFILEFORMAT_CLEARstatic intPASSWORDFILEFORMAT_UNKNOWN
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem)Initialize authentication class when instantiated as part of an application instancevoidinit(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)Initialize authentication class when instantiated as part of a vhost
 
- 
- 
- 
Field Detail- 
PASSWORDFILEFORMAT_UNKNOWNstatic final int PASSWORDFILEFORMAT_UNKNOWN - See Also:
- Constant Field Values
 
 - 
PASSWORDFILEFORMAT_CLEARstatic final int PASSWORDFILEFORMAT_CLEAR - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
initvoid init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instance- Parameters:
- appInstance- application instance
- authenticationItem- authentication item
 
 - 
initvoid init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of a vhost- Parameters:
- vhost- vhost
- authenticationItem- authentication item
 
 
- 
 
-