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.
|
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 | Class and Description |
---|---|
class |
SimpleUserContext
An extremely simple UserContext implementation which provides access to
a defined and restricted set of GuacamoleConfigurations.
|
Modifier and Type | Method and Description |
---|---|
UserContext |
SimpleAuthenticationProvider.getUserContext(Credentials credentials) |
Copyright © 2013. All Rights Reserved.