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 |
AbstractConnection
Basic implementation of a Guacamole connection.
|
class |
DelegatingConnection
Connection implementation which simply delegates all function calls to an
underlying Connection.
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
DelegatingConnection.getDelegateConnection()
Returns the underlying Connection wrapped by this DelegatingConnection.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DelegatingConnection(Connection connection)
Wraps the given Connection such that all function calls against this
DelegatingConnection will be delegated to it.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnection
An extremely basic Connection implementation.
|
Modifier and Type | Method and Description |
---|---|
Connection |
SimpleConnectionDirectory.putConnection(Connection connection)
Deprecated.
An internal method for modifying the Connections in this Directory.
|
Connection |
SimpleConnectionDirectory.removeConnection(String identifier)
Deprecated.
An internal method for removing a Connection from this Directory.
|
Modifier and Type | Method and Description |
---|---|
Directory<Connection> |
SimpleUserContext.getConnectionDirectory() |
Modifier and Type | Method and Description |
---|---|
Connection |
SimpleConnectionDirectory.putConnection(Connection connection)
Deprecated.
An internal method for modifying the Connections in this Directory.
|
Constructor and Description |
---|
SimpleConnectionDirectory(Collection<Connection> connections)
Deprecated.
Creates a new SimpleConnectionDirectory which provides access to the
connections contained within the given Map.
|
Copyright © 2018. All rights reserved.