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 |
Classes related to the basic Guacamole REST API.
|
org.glyptodon.guacamole.net.basic.rest.permission |
Classes related to the permission manipulation aspect of the Guacamole REST API.
|
org.glyptodon.guacamole.net.basic.rest.user |
Classes related to the user manipulation aspect of the Guacamole REST API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUser
Basic implementation of a Guacamole user which uses the username to
determine equality.
|
Modifier and Type | Method and Description |
---|---|
User |
UserContext.self()
Returns the User whose access rights control the operations of this
UserContext.
|
Modifier and Type | Method and Description |
---|---|
Directory<User> |
UserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUser
An extremely basic User implementation.
|
Modifier and Type | Method and Description |
---|---|
User |
SimpleUserContext.self() |
Modifier and Type | Method and Description |
---|---|
Directory<User> |
SimpleUserContext.getUserDirectory() |
Constructor and Description |
---|
SimpleUserDirectory(User user)
Creates a new SimpleUserDirectory which provides access to the single
user provided.
|
Modifier and Type | Method and Description |
---|---|
User |
ObjectRetrievalService.retrieveUser(GuacamoleSession session,
String authProviderIdentifier,
String identifier)
Retrieves a single user from the given GuacamoleSession.
|
User |
ObjectRetrievalService.retrieveUser(UserContext userContext,
String identifier)
Retrieves a single user from the given user context.
|
Constructor and Description |
---|
APIPermissionSet(User user)
Creates a new permission set containing all permissions currently
granted to the given user.
|
Modifier and Type | Class and Description |
---|---|
class |
APIUserWrapper
A wrapper to make an APIUser look like a User.
|
Constructor and Description |
---|
APIUser(User user)
Construct a new APIUser from the provided User.
|
Copyright © 2017. All rights reserved.