com.wowza.wms.authentication
Interface IAuthenticate


public interface IAuthenticate

IAuthenticate: HTTP and RTSP authentication interface


Field Summary
static int PASSWORDFILEFORMAT_CLEAR
           
static int PASSWORDFILEFORMAT_UNKNOWN
           
 
Method Summary
 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
 

Field Detail

PASSWORDFILEFORMAT_CLEAR

static final int PASSWORDFILEFORMAT_CLEAR
See Also:
Constant Field Values

PASSWORDFILEFORMAT_UNKNOWN

static final int PASSWORDFILEFORMAT_UNKNOWN
See Also:
Constant Field Values
Method Detail

init

void 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

init

void 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