Uses of Interface
org.apache.guacamole.net.auth.RelatedObjectSet
-
Packages that use RelatedObjectSet 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. -
-
Uses of RelatedObjectSet in org.apache.guacamole.net.auth
Fields in org.apache.guacamole.net.auth declared as RelatedObjectSet Modifier and Type Field Description static RelatedObjectSet
RelatedObjectSet. EMPTY_SET
An immutable instance of RelatedObjectSEt which contains no objects.Methods in org.apache.guacamole.net.auth that return RelatedObjectSet Modifier and Type Method Description RelatedObjectSet
AbstractUserGroup. getMemberUserGroups()
Returns a set of all readable user groups that are members of this user group.RelatedObjectSet
DelegatingUserGroup. getMemberUserGroups()
RelatedObjectSet
UserGroup. getMemberUserGroups()
Returns a set of all readable user groups that are members of this user group.RelatedObjectSet
AbstractUserGroup. getMemberUsers()
Returns a set of all readable users that are members of this user group.RelatedObjectSet
DelegatingUserGroup. getMemberUsers()
RelatedObjectSet
UserGroup. 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
AbstractUserGroup. getUserGroups()
Returns a set of all readable user groups of which this user group is a member.RelatedObjectSet
DelegatingUser. getUserGroups()
RelatedObjectSet
DelegatingUserGroup. getUserGroups()
RelatedObjectSet
User. 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. -
Uses of RelatedObjectSet in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement RelatedObjectSet Modifier and Type Class Description class
SimpleRelatedObjectSet
A read-only implementation of RelatedObjectSet which uses a backing Set of identifiers to determine which objects are present.
-