Uses of Class
org.apache.guacamole.net.auth.DelegatingDirectory
-
Packages that use DelegatingDirectory 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 DelegatingDirectory in org.apache.guacamole.net.auth
Subclasses of DelegatingDirectory in org.apache.guacamole.net.auth Modifier and Type Class Description class
DecoratingDirectory<ObjectType extends Identifiable>
Directory implementation which simplifies decorating the objects within an underlying Directory.
-