Uses of Interface
org.apache.guacamole.net.auth.permission.PermissionSet
Packages that use PermissionSet
Package
Description
Provides classes which describe the various permissions a Guacamole user
can be granted.
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.permissionModifier and TypeInterfaceDescriptioninterface
A set of permissions which affect arbitrary objects, where each object has an associated unique identifier.interface
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 PermissionSetModifier and TypeClassDescriptionclass
A read-only implementation of ObjectPermissionSet which uses a backing Set of Permissions to determine which permissions are present.class
A read-only implementation of SystemPermissionSet which uses a backing Set of Permissions to determine which permissions are present.