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.
|
Modifier and Type | Method and Description |
---|---|
SystemPermissionSet |
AbstractUser.getSystemPermissions()
Returns all system-level permissions given to this object.
|
SystemPermissionSet |
DelegatingUserGroup.getSystemPermissions() |
SystemPermissionSet |
AbstractUserGroup.getSystemPermissions()
Returns all system-level permissions given to this object.
|
SystemPermissionSet |
Permissions.getSystemPermissions()
Returns all system-level permissions given to this object.
|
SystemPermissionSet |
DelegatingUser.getSystemPermissions() |
Modifier and Type | Field and Description |
---|---|
static SystemPermissionSet |
SystemPermissionSet.EMPTY_SET
An immutable instance of SystemPermissionSet which contains no
permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSystemPermissionSet
A read-only implementation of SystemPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
|
Copyright © 2018. All rights reserved.