public interface IAuthenticate3
IAuthenticate: HTTP and RTSP authentication interface
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PASSWORDFILEFORMAT_CLEAR |
|
static int |
PASSWORDFILEFORMAT_UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
com.wowza.wms.authentication.AuthenticationItem |
getAuthenticationItem() |
Return the authentication item object
|
String |
getAuthenticationMethod() |
Return the authentication method invoked - play or publish
|
void |
init(IApplicationInstance appInstance,
com.wowza.wms.authentication.AuthenticationItem authenticationItem) |
Initialize authentication class when instantiated as part of an application instance
|
void |
init(IVHost vhost,
com.wowza.wms.authentication.AuthenticationItem authenticationItem) |
Initialize authentication class when instantiated as part of a vhost
|
void |
setAuthenticationMethod(String method) |
Set the authentication method invoked - play or publish
|
static final int PASSWORDFILEFORMAT_CLEAR
static final int PASSWORDFILEFORMAT_UNKNOWN
com.wowza.wms.authentication.AuthenticationItem getAuthenticationItem()
String getAuthenticationMethod()
void init(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
appInstance - application instanceauthenticationItem - authentication itemvoid init(IVHost vhost, com.wowza.wms.authentication.AuthenticationItem authenticationItem)
vhost - vhostauthenticationItem - authentication itemvoid setAuthenticationMethod(String method)