Uses of Interface
org.apache.guacamole.net.auth.ConnectionRecordSet
-
Packages that use ConnectionRecordSet Package Description 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 ConnectionRecordSet in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement ConnectionRecordSet Modifier and Type Class Description classSimpleConnectionRecordSetDeprecated.UseSimpleActivityRecordSet<ConnectionRecord> instead.Methods in org.apache.guacamole.net.auth.simple that return ConnectionRecordSet Modifier and Type Method Description ConnectionRecordSetSimpleConnectionRecordSet. contains(String value)Deprecated.ConnectionRecordSetSimpleConnectionRecordSet. limit(int limit)Deprecated.ConnectionRecordSetSimpleConnectionRecordSet. sort(ActivityRecordSet.SortableProperty property, boolean desc)Deprecated.
-