Package com.wowza.wms.authentication
Interface IAuthenticate2
public interface IAuthenticate2
IAuthenticate: HTTP and RTSP authentication interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptioncom.wowza.wms.authentication.AuthenticationItem
Return the authentication item objectvoid
init
(IApplicationInstance appInstance, com.wowza.wms.authentication.AuthenticationItem authenticationItem) Initialize authentication class when instantiated as part of an application instancevoid
Initialize authentication class when instantiated as part of a vhost
-
Field Details
-
PASSWORDFILEFORMAT_UNKNOWN
static final int PASSWORDFILEFORMAT_UNKNOWN- See Also:
-
PASSWORDFILEFORMAT_CLEAR
static final int PASSWORDFILEFORMAT_CLEAR- See Also:
-
-
Method Details
-
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 instanceauthenticationItem
- authentication item
-
init
Initialize authentication class when instantiated as part of a vhost- Parameters:
vhost
- vhostauthenticationItem
- authentication item
-
getAuthenticationItem
com.wowza.wms.authentication.AuthenticationItem getAuthenticationItem()Return the authentication item object- Returns:
- authentication item
-