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 | Field and Description |
---|---|
static RelatedObjectSet |
RelatedObjectSet.EMPTY_SET
An immutable instance of RelatedObjectSEt which contains no objects.
|
Modifier and Type | Method and Description |
---|---|
RelatedObjectSet |
UserGroup.getMemberUserGroups()
Returns a set of all readable user groups that are members of this user
group.
|
RelatedObjectSet |
DelegatingUserGroup.getMemberUserGroups() |
RelatedObjectSet |
AbstractUserGroup.getMemberUserGroups()
Returns a set of all readable user groups that are members of this user
group.
|
RelatedObjectSet |
UserGroup.getMemberUsers()
Returns a set of all readable users that are members of this user group.
|
RelatedObjectSet |
DelegatingUserGroup.getMemberUsers() |
RelatedObjectSet |
AbstractUserGroup.getMemberUsers()
Returns a set of all readable users that are members of this user group.
|
RelatedObjectSet |
AbstractUser.getUserGroups()
Returns a set of all readable user groups of which this user is a member.
|
RelatedObjectSet |
UserGroup.getUserGroups()
Returns a set of all readable user groups of which this user group is a
member.
|
RelatedObjectSet |
DelegatingUserGroup.getUserGroups() |
RelatedObjectSet |
AbstractUserGroup.getUserGroups()
Returns a set of all readable user groups of which this user group is a
member.
|
RelatedObjectSet |
User.getUserGroups()
Returns a set of all readable user groups of which this user is a member.
|
RelatedObjectSet |
DelegatingUser.getUserGroups() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRelatedObjectSet
A read-only implementation of RelatedObjectSet which uses a backing Set
of identifiers to determine which objects are present.
|
Copyright © 2018. All rights reserved.