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 | Class and Description |
---|---|
class |
AbstractUser
Base implementation of User which provides default implementations of
most functions.
|
class |
DelegatingUser
User implementation which simply delegates all function calls to an
underlying User.
|
Modifier and Type | Method and Description |
---|---|
protected User |
DelegatingUser.getDelegateUser()
Returns the underlying User wrapped by this DelegatingUser.
|
User |
UserContext.self()
Returns the User whose access rights control the operations of this
UserContext.
|
User |
DelegatingUserContext.self() |
Modifier and Type | Method and Description |
---|---|
Directory<User> |
UserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
|
Directory<User> |
DelegatingUserContext.getUserDirectory() |
Directory<User> |
AbstractUserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
|
Constructor and Description |
---|
DelegatingUser(User user)
Wraps the given User such that all function calls against this
DelegatingUser will be delegated to it.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUser
A read-only User implementation which has no permissions.
|
Modifier and Type | Method and Description |
---|---|
User |
SimpleUserContext.self() |
Constructor and Description |
---|
SimpleUserDirectory(User user)
Deprecated.
Creates a new SimpleUserDirectory which provides access to the single
user provided.
|
Copyright © 2018. All rights reserved.