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 |
AbstractConnectionGroup
Basic implementation of a Guacamole connection group.
|
class |
DelegatingConnectionGroup
ConnectionGroup implementation which simply delegates all function calls to
an underlying ConnectionGroup.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionGroup |
DelegatingConnectionGroup.getDelegateConnectionGroup()
Returns the underlying ConnectionGroup wrapped by this
DelegatingConnectionGroup.
|
ConnectionGroup |
UserContext.getRootConnectionGroup()
Retrieves a connection group which can be used to view and manipulate
connections, but only as allowed by the permissions given to the user of
this UserContext.
|
ConnectionGroup |
DelegatingUserContext.getRootConnectionGroup() |
ConnectionGroup |
AbstractUserContext.getRootConnectionGroup()
Retrieves a connection group which can be used to view and manipulate
connections, but only as allowed by the permissions given to the user of
this UserContext.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DelegatingConnectionGroup(ConnectionGroup connectionGroup)
Wraps the given ConnectionGroup such that all function calls against this
DelegatingConnectionGroup will be delegated to it.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectionGroup
An extremely simple read-only implementation of a ConnectionGroup which
returns the connection and connection group identifiers it was constructed
with.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
Deprecated.
An internal method for modifying the ConnectionGroups in this Directory.
|
ConnectionGroup |
SimpleConnectionGroupDirectory.removeConnectionGroup(String identifier)
Deprecated.
An internal method for removing a ConnectionGroup from this Directory.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
Deprecated.
An internal method for modifying the ConnectionGroups in this Directory.
|
Constructor and Description |
---|
SimpleConnectionGroupDirectory(Collection<ConnectionGroup> groups)
Deprecated.
Creates a new SimpleConnectionGroupDirectory which contains the given
groups.
|
Copyright © 2018. All rights reserved.