public interface IAuthenticate
IAuthenticate: HTTP and RTSP authentication interface
| Modifier and Type | Field and Description |
|---|---|
static int |
PASSWORDFILEFORMAT_CLEAR |
static int |
PASSWORDFILEFORMAT_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
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
|
static final int PASSWORDFILEFORMAT_CLEAR
static final int PASSWORDFILEFORMAT_UNKNOWN
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 item