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 | 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.
|
Copyright © 2016. All rights reserved.