Uses of Class
org.apache.guacamole.net.auth.ActivityRecordSet.SortableProperty
-
Packages that use ActivityRecordSet.SortableProperty 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. -
-
Uses of ActivityRecordSet.SortableProperty in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return ActivityRecordSet.SortableProperty Modifier and Type Method Description static ActivityRecordSet.SortablePropertyActivityRecordSet.SortableProperty. valueOf(String name)Returns 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.SortableProperty Modifier and Type Method Description 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. -
Uses of ActivityRecordSet.SortableProperty in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple with parameters of type ActivityRecordSet.SortableProperty Modifier and Type Method Description ActivityRecordSet<RecordType>SimpleActivityRecordSet. sort(ActivityRecordSet.SortableProperty property, boolean desc)ConnectionRecordSetSimpleConnectionRecordSet. sort(ActivityRecordSet.SortableProperty property, boolean desc)Deprecated.
-