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 |
---|---|
static ConnectionRecordSet.SortableProperty |
ConnectionRecordSet.SortableProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionRecordSet.SortableProperty[] |
ConnectionRecordSet.SortableProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
ConnectionRecordSet |
SimpleConnectionRecordSet.sort(ConnectionRecordSet.SortableProperty property,
boolean desc) |
Copyright © 2017. All rights reserved.