AuthenticateUsernamePasswordProviderBasepublic interface IAuthenticateUsernamePasswordProvider
IAuthenticateUsernamePasswordProvider: HTTP and RTSP username/password validator interface
| Modifier and Type | Method | Description |
|---|---|---|
IClient |
getClient() |
Get client
|
String |
getPassword(String username) |
Get password for a given user
|
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
|
boolean |
userExists(String username) |
Return true if user exists
|
IClient getClient()
String getPassword(String username)
username - usernameRTPSession getRTPSession()
IVHost getVHost()
void setClient(IClient client)
client - clientvoid setRTPSession(RTPSession rtpSession)
rtpSession - RTP sessionvoid setVHost(IVHost vhost)
vhost - vhostboolean userExists(String username)
username - username