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.auth.simple |
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
|
net.sourceforge.guacamole.net.event |
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
|
Modifier and Type | Method and Description |
---|---|
UserContext |
AuthenticationProvider.getUserContext(Credentials credentials)
Returns the UserContext of the user authorized by the given credentials.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<String,net.sourceforge.guacamole.protocol.GuacamoleConfiguration> |
SimpleAuthenticationProvider.getAuthorizedConfigurations(Credentials credentials)
Given an arbitrary credentials object, returns a Map containing all
configurations authorized by those credentials.
|
UserContext |
SimpleAuthenticationProvider.getUserContext(Credentials credentials) |
Modifier and Type | Method and Description |
---|---|
Credentials |
AuthenticationSuccessEvent.getCredentials() |
Credentials |
TunnelConnectEvent.getCredentials() |
Credentials |
AuthenticationFailureEvent.getCredentials() |
Credentials |
TunnelCloseEvent.getCredentials() |
Credentials |
CredentialEvent.getCredentials()
Returns the current credentials of the user triggering the event, if any.
|
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 © 2013. All Rights Reserved.