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 |
---|---|
ConnectionRecordSet |
ConnectionRecordSet.contains(String value)
Returns the subset of connection records to only those where the
connection name, user identifier, or any associated date field contain
the given value.
|
ConnectionRecordSet |
UserContext.getConnectionHistory()
Retrieves all connection records visible to current user.
|
ConnectionRecordSet |
ConnectionRecordSet.limit(int limit)
Returns the subset of connection history records containing only the
first
limit records. |
ConnectionRecordSet |
ConnectionRecordSet.sort(ConnectionRecordSet.SortableProperty property,
boolean desc)
Returns a ConnectionRecordSet containing identically the records within
this set, sorted according to the specified criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleConnectionRecordSet
An immutable and empty ConnectionRecordSet.
|
Modifier and Type | Method and Description |
---|---|
ConnectionRecordSet |
SimpleConnectionRecordSet.contains(String value) |
ConnectionRecordSet |
SimpleUserContext.getConnectionHistory() |
ConnectionRecordSet |
SimpleConnectionRecordSet.limit(int limit) |
ConnectionRecordSet |
SimpleConnectionRecordSet.sort(ConnectionRecordSet.SortableProperty property,
boolean desc) |
Copyright © 2016. All rights reserved.