Package | Description |
---|---|
org.glyptodon.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
org.glyptodon.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.
|
org.glyptodon.guacamole.net.basic.rest.user |
Classes related to the user manipulation aspect of the Guacamole REST API.
|
Modifier and Type | Method and Description |
---|---|
ObjectPermissionSet |
User.getActiveConnectionPermissions()
Returns all permissions given to this user regarding currently-active
connections.
|
ObjectPermissionSet |
User.getConnectionGroupPermissions()
Returns all connection group permissions given to this user.
|
ObjectPermissionSet |
User.getConnectionPermissions()
Returns all connection permissions given to this user.
|
ObjectPermissionSet |
User.getUserPermissions()
Returns all user permissions given to this user.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleObjectPermissionSet
A read-only implementation of ObjectPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
|
Modifier and Type | Method and Description |
---|---|
ObjectPermissionSet |
SimpleUser.getActiveConnectionPermissions() |
ObjectPermissionSet |
SimpleUser.getConnectionGroupPermissions() |
ObjectPermissionSet |
SimpleUser.getConnectionPermissions() |
ObjectPermissionSet |
SimpleUser.getUserPermissions() |
Modifier and Type | Method and Description |
---|---|
ObjectPermissionSet |
APIUserWrapper.getActiveConnectionPermissions() |
ObjectPermissionSet |
APIUserWrapper.getConnectionGroupPermissions() |
ObjectPermissionSet |
APIUserWrapper.getConnectionPermissions() |
ObjectPermissionSet |
APIUserWrapper.getUserPermissions() |
Copyright © 2015. All rights reserved.