Package | Description |
---|---|
org.glyptodon.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.glyptodon.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.
|
org.glyptodon.guacamole.net.basic.rest |
Classes related to the basic Guacamole REST API.
|
org.glyptodon.guacamole.net.basic.rest.connectiongroup |
Classes related to the connection group manipulation aspect
of the Guacamole REST 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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionGroup |
ObjectRetrievalService.retrieveConnectionGroup(GuacamoleSession session,
String authProviderIdentifier,
String identifier)
Retrieves a single connection group from the given GuacamoleSession.
|
ConnectionGroup |
ObjectRetrievalService.retrieveConnectionGroup(UserContext userContext,
String identifier)
Retrieves a single connection group from the given user context.
|
Modifier and Type | Class and Description |
---|---|
class |
APIConnectionGroupWrapper
A wrapper to make an APIConnection look like a ConnectionGroup.
|
Constructor and Description |
---|
APIConnectionGroup(ConnectionGroup connectionGroup)
Create a new APIConnectionGroup from the given ConnectionGroup record.
|
ConnectionGroupTree(UserContext userContext,
ConnectionGroup root,
List<ObjectPermission.Type> permissions)
Creates a new connection group tree using the given connection group as
the tree root.
|
Copyright © 2015. All rights reserved.