Package | Description |
---|---|
org.apache.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.apache.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 |
---|---|
AuthenticationProvider |
UserContext.getAuthenticationProvider()
Returns the AuthenticationProvider which created this UserContext, which
may not be the same AuthenticationProvider that authenticated the user
associated with this UserContext.
|
AuthenticationProvider |
AuthenticatedUser.getAuthenticationProvider()
Returns the AuthenticationProvider that authenticated this user.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAuthenticationProvider
Provides means of retrieving a set of named GuacamoleConfigurations for a
given Credentials object.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
SimpleUserContext.getAuthenticationProvider() |
Constructor and Description |
---|
SimpleUserContext(AuthenticationProvider authProvider,
Map<String,org.apache.guacamole.protocol.GuacamoleConfiguration> configs)
Creates a new SimpleUserContext which provides access to only those
configurations within the given Map.
|
SimpleUserContext(AuthenticationProvider authProvider,
String username,
Map<String,org.apache.guacamole.protocol.GuacamoleConfiguration> configs)
Creates a new SimpleUserContext for the user with the given username
which provides access to only those configurations within the given Map.
|
Copyright © 2016. All rights reserved.