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 |
AbstractUserGroup
Base implementation of UserGroup which provides default implementations of
most functions.
|
class |
DelegatingUserGroup
UserGroup implementation which simply delegates all function calls to an
underlying UserGroup.
|
Modifier and Type | Method and Description |
---|---|
protected UserGroup |
DelegatingUserGroup.getDelegateUserGroupGroup()
Returns the underlying UserGroup wrapped by this DelegatingUserGroup.
|
Modifier and Type | Method and Description |
---|---|
Directory<UserGroup> |
UserContext.getUserGroupDirectory()
Retrieves a Directory which can be used to view and manipulate user
groups, but only as allowed by the permissions given to the user of this
UserContext.
|
Directory<UserGroup> |
DelegatingUserContext.getUserGroupDirectory() |
Directory<UserGroup> |
AbstractUserContext.getUserGroupDirectory()
Retrieves a Directory which can be used to view and manipulate user
groups, but only as allowed by the permissions given to the user of this
UserContext.
|
Constructor and Description |
---|
DelegatingUserGroup(UserGroup userGroup)
Wraps the given UserGroup such that all function calls against this
DelegatingUserGroup will be delegated to it.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleUserGroup
A read-only UserGroup implementation which has no members and no
permissions.
|
Copyright © 2018. All rights reserved.