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 | Interface and Description |
---|---|
interface |
ActivityRecordSet<RecordType extends ActivityRecord>
A set of all available records related to a type of activity which has a
defined start and end time, such as a user being logged in or connected, or a
subset of those records.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionRecord
A logging record describing when a user started and ended usage of a
particular connection.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityRecord> |
AbstractUser.getHistory()
Returns a list of ActivityRecords representing the login history
of this user, including any active sessions.
|
List<? extends ActivityRecord> |
User.getHistory()
Returns a list of ActivityRecords representing the login history
of this user, including any active sessions.
|
List<? extends ActivityRecord> |
DelegatingUser.getHistory() |
ActivityRecordSet<ActivityRecord> |
UserContext.getUserHistory()
Retrieves all user history records visible to current user.
|
ActivityRecordSet<ActivityRecord> |
DelegatingUserContext.getUserHistory() |
ActivityRecordSet<ActivityRecord> |
AbstractUserContext.getUserHistory()
Retrieves all user history records visible to current user.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleActivityRecordSet<RecordType extends ActivityRecord>
An immutable and empty ActivityRecordSet.
|
Copyright © 2018. All rights reserved.