|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.authentication.AuthenticateUsernamePasswordProviderBase
public abstract class AuthenticateUsernamePasswordProviderBase
Base class for implementing HTTP and RTSP based custom authentication class.
| Field Summary | |
|---|---|
protected IClient |
client
|
protected RTPSession |
rtpSession
|
protected IVHost |
vhost
|
| Constructor Summary | |
|---|---|
AuthenticateUsernamePasswordProviderBase()
|
|
| Method Summary | |
|---|---|
IClient |
getClient()
Get client |
RTPSession |
getRTPSession()
Get RTP Session |
IVHost |
getVHost()
Get vhost |
void |
setClient(IClient client)
Set client |
void |
setRTPSession(RTPSession rtpSession)
Set RTP Session |
void |
setVHost(IVHost vhost)
Set vhost |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.wowza.wms.authentication.IAuthenticateUsernamePasswordProvider |
|---|
getPassword, userExists |
| Field Detail |
|---|
protected IClient client
protected RTPSession rtpSession
protected IVHost vhost
| Constructor Detail |
|---|
public AuthenticateUsernamePasswordProviderBase()
| Method Detail |
|---|
public IClient getClient()
getClient in interface IAuthenticateUsernamePasswordProviderpublic RTPSession getRTPSession()
getRTPSession in interface IAuthenticateUsernamePasswordProviderpublic IVHost getVHost()
getVHost in interface IAuthenticateUsernamePasswordProviderpublic void setClient(IClient client)
setClient in interface IAuthenticateUsernamePasswordProviderclient - clientpublic void setRTPSession(RTPSession rtpSession)
setRTPSession in interface IAuthenticateUsernamePasswordProviderrtpSession - RTP Sessionpublic void setVHost(IVHost vhost)
setVHost in interface IAuthenticateUsernamePasswordProvidervhost - vhost
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||