Uses of Class
org.apache.guacamole.net.auth.permission.SystemPermission
Packages that use SystemPermission
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 SystemPermission in org.apache.guacamole.net.auth.permission
Methods in org.apache.guacamole.net.auth.permission that return types with arguments of type SystemPermissionMethod parameters in org.apache.guacamole.net.auth.permission with type arguments of type SystemPermissionModifier and TypeMethodDescriptionvoid
SystemPermissionSet.addPermissions
(Set<SystemPermission> permissions) void
SystemPermissionSet.removePermissions
(Set<SystemPermission> permissions) -
Uses of SystemPermission in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple that return types with arguments of type SystemPermissionMethod parameters in org.apache.guacamole.net.auth.simple with type arguments of type SystemPermissionModifier and TypeMethodDescriptionvoid
SimpleSystemPermissionSet.addPermissions
(Set<SystemPermission> permissions) void
SimpleSystemPermissionSet.removePermissions
(Set<SystemPermission> permissions) protected void
SimpleSystemPermissionSet.setPermissions
(Set<SystemPermission> permissions) Sets the Set which backs this SimpleSystemPermissionSet.Constructor parameters in org.apache.guacamole.net.auth.simple with type arguments of type SystemPermissionModifierConstructorDescriptionSimpleSystemPermissionSet
(Set<SystemPermission> permissions) Creates a new SimpleSystemPermissionSet which contains the permissions within the given Set.