Uses of Interface
org.apache.guacamole.net.auth.permission.SystemPermissionSet
-
Packages that use SystemPermissionSet 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.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 SystemPermissionSet in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return SystemPermissionSet Modifier and Type Method Description SystemPermissionSet
AbstractUser. getSystemPermissions()
Returns all system-level permissions given to this object.SystemPermissionSet
AbstractUserGroup. getSystemPermissions()
Returns all system-level permissions given to this object.SystemPermissionSet
DelegatingUser. getSystemPermissions()
SystemPermissionSet
DelegatingUserGroup. getSystemPermissions()
SystemPermissionSet
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 SystemPermissionSet Modifier and Type Field Description static SystemPermissionSet
SystemPermissionSet. EMPTY_SET
An 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 SystemPermissionSet Modifier and Type Class Description class
SimpleSystemPermissionSet
A read-only implementation of SystemPermissionSet which uses a backing Set of Permissions to determine which permissions are present.
-