Uses of Enum
org.apache.guacamole.net.auth.permission.SystemPermission.Type
Packages that use SystemPermission.Type
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.Type in org.apache.guacamole.net.auth.permission
Methods in org.apache.guacamole.net.auth.permission that return SystemPermission.TypeModifier and TypeMethodDescriptionSystemPermission.getType()static SystemPermission.TypeReturns the enum constant of this type with the specified name.static SystemPermission.Type[]SystemPermission.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.guacamole.net.auth.permission with parameters of type SystemPermission.TypeModifier and TypeMethodDescriptionvoidSystemPermissionSet.addPermission(SystemPermission.Type permission) Adds the specified permission.booleanSystemPermissionSet.hasPermission(SystemPermission.Type permission) Tests whether the permission of the given type is granted.voidSystemPermissionSet.removePermission(SystemPermission.Type permission) Removes the specified permission.Constructors in org.apache.guacamole.net.auth.permission with parameters of type SystemPermission.TypeModifierConstructorDescriptionCreates a new SystemPermission with the given type. -
Uses of SystemPermission.Type in org.apache.guacamole.net.auth.simple
Methods in org.apache.guacamole.net.auth.simple with parameters of type SystemPermission.TypeModifier and TypeMethodDescriptionvoidSimpleSystemPermissionSet.addPermission(SystemPermission.Type permission) booleanSimpleSystemPermissionSet.hasPermission(SystemPermission.Type permission) voidSimpleSystemPermissionSet.removePermission(SystemPermission.Type permission)