|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuthenticateUsernamePasswordProvider
IAuthenticateUsernamePasswordProvider: HTTP and RTSP username/password validator interface
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
IClient getClient()
String getPassword(String username)
username - username
RTPSession 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||