Uses of Interface
org.apache.guacamole.net.auth.permission.SystemPermissionSet
Packages that use SystemPermissionSet
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
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 SystemPermissionSet in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return SystemPermissionSetModifier and TypeMethodDescriptionAbstractUser.getSystemPermissions()Returns all system-level permissions given to this object.AbstractUserGroup.getSystemPermissions()Returns all system-level permissions given to this object.DelegatingUser.getSystemPermissions()DelegatingUserGroup.getSystemPermissions()Permissions.getSystemPermissions()Returns all system-level permissions given to this object. -
Uses of SystemPermissionSet in org.apache.guacamole.net.auth.permission
Fields in org.apache.guacamole.net.auth.permission declared as SystemPermissionSetModifier and TypeFieldDescriptionstatic final SystemPermissionSetSystemPermissionSet.EMPTY_SETAn immutable instance of SystemPermissionSet which contains no permissions. -
Uses of SystemPermissionSet in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement SystemPermissionSetModifier and TypeClassDescriptionclassA read-only implementation of SystemPermissionSet which uses a backing Set of Permissions to determine which permissions are present.