|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
---|---|
net.sourceforge.guacamole.net.auth | |
net.sourceforge.guacamole.net.event |
Uses of Credentials in net.sourceforge.guacamole.net.auth |
---|
Methods in net.sourceforge.guacamole.net.auth with parameters of type Credentials | |
---|---|
Map<String,net.sourceforge.guacamole.protocol.GuacamoleConfiguration> |
AuthenticationProvider.getAuthorizedConfigurations(Credentials credentials)
Given an arbitrary credentials object, returns a Map containing all configurations authorized by those credentials. |
Uses of Credentials in net.sourceforge.guacamole.net.event |
---|
Methods in net.sourceforge.guacamole.net.event that return Credentials | |
---|---|
Credentials |
CredentialEvent.getCredentials()
Returns the current credentials of the user triggering the event, if any. |
Credentials |
AuthenticationSuccessEvent.getCredentials()
|
Credentials |
TunnelConnectEvent.getCredentials()
|
Credentials |
TunnelCloseEvent.getCredentials()
|
Credentials |
AuthenticationFailureEvent.getCredentials()
|
Constructors in net.sourceforge.guacamole.net.event with parameters of type Credentials | |
---|---|
AuthenticationFailureEvent(Credentials credentials)
Creates a new AuthenticationFailureEvent which represents the failure to authenticate the given credentials. |
|
AuthenticationSuccessEvent(Credentials credentials)
Creates a new AuthenticationSuccessEvent which represents a successful authentication attempt with the given credentials. |
|
TunnelCloseEvent(Credentials credentials,
net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
Creates a new TunnelCloseEvent which represents the closing of the given tunnel via a request associated with the given credentials. |
|
TunnelConnectEvent(Credentials credentials,
net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
Creates a new TunnelConnectEvent which represents the connecting of the given tunnel via a request associated with the given credentials. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |