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 |
DecoratingDirectory<ObjectType extends Identifiable>
Directory implementation which simplifies decorating the objects within an
underlying Directory.
|
class |
DelegatingDirectory<ObjectType extends Identifiable>
Directory implementation which simply delegates all function calls to an
underlying Directory.
|
Modifier and Type | Method and Description |
---|---|
Directory<ActiveConnection> |
UserContext.getActiveConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
active connections, but only as allowed by the permissions given to the
user.
|
Directory<ActiveConnection> |
DelegatingUserContext.getActiveConnectionDirectory() |
Directory<ActiveConnection> |
AbstractUserContext.getActiveConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
active connections, but only as allowed by the permissions given to the
user.
|
Directory<Connection> |
UserContext.getConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user.
|
Directory<Connection> |
DelegatingUserContext.getConnectionDirectory() |
Directory<Connection> |
AbstractUserContext.getConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user.
|
Directory<ConnectionGroup> |
UserContext.getConnectionGroupDirectory()
Retrieves a Directory which can be used to view and manipulate
connection groups and their members, but only as allowed by the
permissions given to the user.
|
Directory<ConnectionGroup> |
DelegatingUserContext.getConnectionGroupDirectory() |
Directory<ConnectionGroup> |
AbstractUserContext.getConnectionGroupDirectory()
Retrieves a Directory which can be used to view and manipulate
connection groups and their members, but only as allowed by the
permissions given to the user.
|
protected Directory<ObjectType> |
DelegatingDirectory.getDelegateDirectory()
Returns the underlying Directory wrapped by this DelegatingDirectory.
|
Directory<SharingProfile> |
UserContext.getSharingProfileDirectory()
Retrieves a Directory which can be used to view and manipulate
sharing profiles and their configurations, but only as allowed by the
permissions given to the user.
|
Directory<SharingProfile> |
DelegatingUserContext.getSharingProfileDirectory() |
Directory<SharingProfile> |
AbstractUserContext.getSharingProfileDirectory()
Retrieves a Directory which can be used to view and manipulate
sharing profiles and their configurations, but only as allowed by the
permissions given to the user.
|
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.
|
Directory<UserGroup> |
UserContext.getUserGroupDirectory()
Retrieves a Directory which can be used to view and manipulate user
groups, but only as allowed by the permissions given to the user of this
UserContext.
|
Directory<UserGroup> |
DelegatingUserContext.getUserGroupDirectory() |
Directory<UserGroup> |
AbstractUserContext.getUserGroupDirectory()
Retrieves a Directory which can be used to view and manipulate user
groups, but only as allowed by the permissions given to the user of this
UserContext.
|
Constructor and Description |
---|
DecoratingDirectory(Directory<ObjectType> directory)
Creates a new DecoratingDirectory which decorates the objects within
the given directory.
|
DelegatingDirectory(Directory<ObjectType> directory)
Wraps the given Directory such that all function calls against this
DelegatingDirectory will be delegated to it.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectionDirectory
Deprecated.
Use
SimpleDirectory instead. |
class |
SimpleConnectionGroupDirectory
Deprecated.
Use
SimpleDirectory instead. |
class |
SimpleDirectory<ObjectType extends Identifiable>
An extremely simple read-only implementation of a Directory which provides
access to a pre-defined Map of arbitrary objects.
|
class |
SimpleUserDirectory
Deprecated.
Use
SimpleDirectory instead. |
Modifier and Type | Method and Description |
---|---|
Directory<Connection> |
SimpleUserContext.getConnectionDirectory() |
Copyright © 2018. All rights reserved.