Uses of Interface
org.apache.guacamole.net.auth.permission.PermissionSet
-
Packages that use PermissionSet Package Description org.apache.guacamole.net.auth.permission Provides classes which describe the various permissions a Guacamole user can be granted.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 PermissionSet in org.apache.guacamole.net.auth.permission
Subinterfaces of PermissionSet in org.apache.guacamole.net.auth.permission Modifier and Type Interface Description interface
ObjectPermissionSet
A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.interface
SystemPermissionSet
A set of permissions which affects the system as a whole. -
Uses of PermissionSet in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement PermissionSet Modifier and Type Class Description class
SimpleObjectPermissionSet
A read-only implementation of ObjectPermissionSet which uses a backing Set of Permissions to determine which permissions are present.class
SimpleSystemPermissionSet
A read-only implementation of SystemPermissionSet which uses a backing Set of Permissions to determine which permissions are present.
-