Uses of Interface
org.apache.guacamole.net.auth.RelatedObjectSet
Packages that use RelatedObjectSet
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
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 RelatedObjectSetModifier and TypeFieldDescriptionstatic final RelatedObjectSetRelatedObjectSet.EMPTY_SETAn immutable instance of RelatedObjectSEt which contains no objects.Methods in org.apache.guacamole.net.auth that return RelatedObjectSetModifier and TypeMethodDescriptionAbstractUserGroup.getMemberUserGroups()Returns a set of all readable user groups that are members of this user group.DelegatingUserGroup.getMemberUserGroups()UserGroup.getMemberUserGroups()Returns a set of all readable user groups that are members of this user group.AbstractUserGroup.getMemberUsers()Returns a set of all readable users that are members of this user group.DelegatingUserGroup.getMemberUsers()UserGroup.getMemberUsers()Returns a set of all readable users that are members of this user group.AbstractUser.getUserGroups()Returns a set of all readable user groups of which this user is a member.AbstractUserGroup.getUserGroups()Returns a set of all readable user groups of which this user group is a member.DelegatingUser.getUserGroups()DelegatingUserGroup.getUserGroups()User.getUserGroups()Returns a set of all readable user groups of which this user is a member.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 RelatedObjectSetModifier and TypeClassDescriptionclassA read-only implementation of RelatedObjectSet which uses a backing Set of identifiers to determine which objects are present.