Package | Description |
---|---|
net.sourceforge.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
net.sourceforge.guacamole.net.event |
Provides classes for hooking into various events that take place as
users log into and use the Guacamole web application.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
TunnelCloseEvent.getCredentials() |
Credentials |
CredentialEvent.getCredentials()
Returns the current credentials of the user triggering the event, if any.
|
Credentials |
AuthenticationFailureEvent.getCredentials() |
Credentials |
TunnelConnectEvent.getCredentials() |
Credentials |
AuthenticationSuccessEvent.getCredentials() |
Constructor and Description |
---|
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.
|
Copyright © 2012. All Rights Reserved.