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