Package com.wowza.wms.authentication
Class AuthenticateUsernamePasswordProviderBase
Object
com.wowza.wms.authentication.AuthenticateUsernamePasswordProviderBase
- All Implemented Interfaces:
IAuthenticateUsernamePasswordProvider
public abstract class AuthenticateUsernamePasswordProviderBase
extends Object
implements IAuthenticateUsernamePasswordProvider
Base class for implementing HTTP and RTSP based custom authentication class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet clientGet RTP SessiongetVHost()
Get vhostvoid
Set clientvoid
setRTPSession
(RTPSession rtpSession) Set RTP Sessionvoid
Set vhostMethods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.wowza.wms.authentication.IAuthenticateUsernamePasswordProvider
getPassword, getPasswordEncoding, userExists
-
Field Details
-
vhost
-
client
-
rtpSession
-
-
Constructor Details
-
AuthenticateUsernamePasswordProviderBase
public AuthenticateUsernamePasswordProviderBase()
-
-
Method Details
-
getVHost
Get vhost- Specified by:
getVHost
in interfaceIAuthenticateUsernamePasswordProvider
- Returns:
- vhost
-
setVHost
Set vhost- Specified by:
setVHost
in interfaceIAuthenticateUsernamePasswordProvider
- Parameters:
vhost
- vhost
-
getRTPSession
Get RTP Session- Specified by:
getRTPSession
in interfaceIAuthenticateUsernamePasswordProvider
- Returns:
- RTP Session
-
setRTPSession
Set RTP Session- Specified by:
setRTPSession
in interfaceIAuthenticateUsernamePasswordProvider
- Parameters:
rtpSession
- RTP Session
-
getClient
Get client- Specified by:
getClient
in interfaceIAuthenticateUsernamePasswordProvider
- Returns:
- client
-
setClient
Set client- Specified by:
setClient
in interfaceIAuthenticateUsernamePasswordProvider
- Parameters:
client
- client
-