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 SummaryFields Modifier and Type Field Description protected IClientclientprotected RTPSessionrtpSessionprotected IVHostvhost
 - 
Constructor SummaryConstructors Constructor Description AuthenticateUsernamePasswordProviderBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IClientgetClient()Get clientRTPSessiongetRTPSession()Get RTP SessionIVHostgetVHost()Get vhostvoidsetClient(IClient client)Set clientvoidsetRTPSession(RTPSession rtpSession)Set RTP SessionvoidsetVHost(IVHost vhost)Set vhost- 
Methods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.wowza.wms.authentication.IAuthenticateUsernamePasswordProvidergetPassword, getPasswordEncoding, userExists
 
- 
 
- 
- 
- 
Field Detail- 
vhostprotected IVHost vhost 
 - 
clientprotected IClient client 
 - 
rtpSessionprotected RTPSession rtpSession 
 
- 
 - 
Method Detail- 
getVHostpublic IVHost getVHost() Get vhost- Specified by:
- getVHostin interface- IAuthenticateUsernamePasswordProvider
- Returns:
- vhost
 
 - 
setVHostpublic void setVHost(IVHost vhost) Set vhost- Specified by:
- setVHostin interface- IAuthenticateUsernamePasswordProvider
- Parameters:
- vhost- vhost
 
 - 
getRTPSessionpublic RTPSession getRTPSession() Get RTP Session- Specified by:
- getRTPSessionin interface- IAuthenticateUsernamePasswordProvider
- Returns:
- RTP Session
 
 - 
setRTPSessionpublic void setRTPSession(RTPSession rtpSession) Set RTP Session- Specified by:
- setRTPSessionin interface- IAuthenticateUsernamePasswordProvider
- Parameters:
- rtpSession- RTP Session
 
 - 
getClientpublic IClient getClient() Get client- Specified by:
- getClientin interface- IAuthenticateUsernamePasswordProvider
- Returns:
- client
 
 - 
setClientpublic void setClient(IClient client) Set client- Specified by:
- setClientin interface- IAuthenticateUsernamePasswordProvider
- Parameters:
- client- client
 
 
- 
 
-