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.connection |
Classes related to the connection manipulation aspect of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ConnectionRecord> |
Connection.getHistory()
Returns a list of ConnectionRecords representing the usage history
of this Connection, including any active users.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionRecord> |
SimpleConnection.getHistory() |
Modifier and Type | Method and Description |
---|---|
List<? extends ConnectionRecord> |
APIConnectionWrapper.getHistory() |
Constructor and Description |
---|
APIConnectionRecord(ConnectionRecord record)
Creates a new APIConnectionRecord, copying the data from the given
record.
|
Copyright © 2015. All rights reserved.