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.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 |
User.getSystemPermissions()
Returns all system-level permissions given to this user.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SystemPermissionSet |
SimpleUser.getSystemPermissions() |
Copyright © 2016. All rights reserved.