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 | Method and Description |
---|---|
ActivityRecordSet<ConnectionRecord> |
UserContext.getConnectionHistory()
Retrieves all connection records visible to current user.
|
ActivityRecordSet<ConnectionRecord> |
DelegatingUserContext.getConnectionHistory() |
ActivityRecordSet<ConnectionRecord> |
AbstractUserContext.getConnectionHistory()
Retrieves all connection records visible to current user.
|
List<? extends ConnectionRecord> |
Connection.getHistory()
Returns a list of ConnectionRecords representing the usage history
of this Connection, including any active users.
|
List<? extends ConnectionRecord> |
DelegatingConnection.getHistory() |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionRecord> |
SimpleConnectionRecordSet.asCollection()
Deprecated.
|
List<ConnectionRecord> |
SimpleConnection.getHistory() |
Copyright © 2018. All rights reserved.