Uses of Interface
org.apache.guacamole.net.auth.UserGroup
Packages that use UserGroup
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 UserGroup in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement UserGroupModifier and TypeClassDescriptionclass
Base implementation of UserGroup which provides default implementations of most functions.class
UserGroup implementation which simply delegates all function calls to an underlying UserGroup.Methods in org.apache.guacamole.net.auth that return UserGroupModifier and TypeMethodDescriptionprotected UserGroup
DelegatingUserGroup.getDelegateUserGroupGroup()
Returns the underlying UserGroup wrapped by this DelegatingUserGroup.Methods in org.apache.guacamole.net.auth that return types with arguments of type UserGroupModifier and TypeMethodDescriptionAbstractUserContext.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.DelegatingUserContext.getUserGroupDirectory()
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.Constructors in org.apache.guacamole.net.auth with parameters of type UserGroupModifierConstructorDescriptionDelegatingUserGroup
(UserGroup userGroup) Wraps the given UserGroup such that all function calls against this DelegatingUserGroup will be delegated to it. -
Uses of UserGroup in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement UserGroupModifier and TypeClassDescriptionclass
A read-only UserGroup implementation which has no members and no permissions.