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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 |
SimpleUserContext.getRootConnectionGroup() |
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
An internal method for modifying the ConnectionGroups in this Directory.
|
ConnectionGroup |
SimpleConnectionGroupDirectory.removeConnectionGroup(String identifier)
An internal method for removing a ConnectionGroup from this Directory.
|
Modifier and Type | Method and Description |
---|---|
Directory<ConnectionGroup> |
SimpleUserContext.getConnectionGroupDirectory() |
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
SimpleConnectionGroupDirectory.putConnectionGroup(ConnectionGroup connectionGroup)
An internal method for modifying the ConnectionGroups in this Directory.
|
Constructor and Description |
---|
SimpleConnectionGroupDirectory(Collection<ConnectionGroup> groups)
Creates a new SimpleConnectionGroupDirectory which contains the given
groups.
|
Copyright © 2016. All rights reserved.