Package com.wowza.wms.authentication
Interface IAuthenticate3
- 
 public interface IAuthenticate3IAuthenticate: 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 objectStringgetAuthenticationMethod()Return the authentication method invoked - play or publishvoidinit(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 vhostvoidsetAuthenticationMethod(String method)Set the authentication method invoked - play or publish
 
- 
- 
- 
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
 
 - 
setAuthenticationMethodvoid setAuthenticationMethod(String method) Set the authentication method invoked - play or publish
 - 
getAuthenticationMethodString getAuthenticationMethod() Return the authentication method invoked - play or publish- Returns:
- authentication item
 
 
- 
 
-