Uses of Class
org.apache.guacamole.net.auth.DelegatingActivityRecordSet
-
Packages that use DelegatingActivityRecordSet 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. -
-
Uses of DelegatingActivityRecordSet in org.apache.guacamole.net.auth
Subclasses of DelegatingActivityRecordSet in org.apache.guacamole.net.auth Modifier and Type Class Description class
DecoratingActivityRecordSet<RecordType extends ActivityRecord>
ActivityRecordSet implementation which simplifies decorating the records within an underlying ActivityRecordSet.
-