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 |
ConnectionRecordSet
Deprecated.
Use
ActivityRecordSet <ConnectionRecord > instead. |
Modifier and Type | Method and Description |
---|---|
ActivityRecordSet<RecordType> |
ActivityRecordSet.contains(String value)
Returns the subset of records which contain the given value.
|
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.
|
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.
|
ActivityRecordSet<RecordType> |
ActivityRecordSet.limit(int limit)
Returns the subset of records containing only the first
limit records. |
ActivityRecordSet<RecordType> |
ActivityRecordSet.sort(ActivityRecordSet.SortableProperty property,
boolean desc)
Returns a ActivityRecordSet containing identically the records within
this set, sorted according to the specified criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleActivityRecordSet<RecordType extends ActivityRecord>
An immutable and empty ActivityRecordSet.
|
class |
SimpleConnectionRecordSet
Deprecated.
Use
SimpleActivityRecordSet <ConnectionRecord >
instead. |
Modifier and Type | Method and Description |
---|---|
ActivityRecordSet<RecordType> |
SimpleActivityRecordSet.contains(String value) |
ActivityRecordSet<RecordType> |
SimpleActivityRecordSet.limit(int limit) |
ActivityRecordSet<RecordType> |
SimpleActivityRecordSet.sort(ActivityRecordSet.SortableProperty property,
boolean desc) |
Copyright © 2018. All rights reserved.