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 SystemPermissionSetAbstractUser. getSystemPermissions()Returns all system-level permissions given to this object.SystemPermissionSetAbstractUserGroup. getSystemPermissions()Returns all system-level permissions given to this object.SystemPermissionSetDelegatingUser. getSystemPermissions()SystemPermissionSetDelegatingUserGroup. getSystemPermissions()SystemPermissionSetPermissions. 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 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 SystemPermissionSet Modifier and Type Class Description classSimpleSystemPermissionSetA read-only implementation of SystemPermissionSet which uses a backing Set of Permissions to determine which permissions are present.
-