Package com.wowza.wms.authentication
Interface IAuthenticate2
- 
 public interface IAuthenticate2IAuthenticate: 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 com.wowza.wms.authentication.AuthenticationItemgetAuthenticationItem()Return the authentication item objectvoidinit(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
 
 - 
getAuthenticationItemcom.wowza.wms.authentication.AuthenticationItem getAuthenticationItem() Return the authentication item object- Returns:
- authentication item
 
 
- 
 
-