Uses of Enum
org.apache.guacamole.net.auth.ActivityRecordSet.SortableProperty
Packages that use ActivityRecordSet.SortableProperty
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
-
Uses of ActivityRecordSet.SortableProperty in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return ActivityRecordSet.SortablePropertyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ActivityRecordSet.SortableProperty[]ActivityRecordSet.SortableProperty.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.guacamole.net.auth with parameters of type ActivityRecordSet.SortablePropertyModifier and TypeMethodDescriptionActivityRecordSet.sort(ActivityRecordSet.SortableProperty property, boolean desc) Returns a ActivityRecordSet containing identically the records within this set, sorted according to the specified criteria.DecoratingActivityRecordSet.sort(ActivityRecordSet.SortableProperty property, boolean desc) DelegatingActivityRecordSet.sort(ActivityRecordSet.SortableProperty property, boolean desc) -
Uses of ActivityRecordSet.SortableProperty in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple with parameters of type ActivityRecordSet.SortablePropertyModifier and TypeMethodDescriptionSimpleActivityRecordSet.sort(ActivityRecordSet.SortableProperty property, boolean desc) SimpleConnectionRecordSet.sort(ActivityRecordSet.SortableProperty property, boolean desc) Deprecated.