Uses of Interface
org.apache.guacamole.net.auth.User
Packages that use User
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 User in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement UserModifier and TypeClassDescriptionclass
Base implementation of User which provides default implementations of most functions.class
User implementation which simply delegates all function calls to an underlying User.Methods in org.apache.guacamole.net.auth that return UserModifier and TypeMethodDescriptionprotected User
DelegatingUser.getDelegateUser()
Returns the underlying User wrapped by this DelegatingUser.DelegatingUserContext.self()
UserContext.self()
Returns the User whose access rights control the operations of this UserContext.Methods in org.apache.guacamole.net.auth that return types with arguments of type UserModifier and TypeMethodDescriptionAbstractUserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other users, but only as allowed by the permissions given to the user of this UserContext.DelegatingUserContext.getUserDirectory()
UserContext.getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other users, 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 UserModifierConstructorDescriptionDelegatingUser
(User user) Wraps the given User such that all function calls against this DelegatingUser will be delegated to it. -
Uses of User in org.apache.guacamole.net.auth.simple
Classes in org.apache.guacamole.net.auth.simple that implement UserModifier and TypeClassDescriptionclass
A read-only User implementation which has no permissions.Methods in org.apache.guacamole.net.auth.simple that return UserConstructors in org.apache.guacamole.net.auth.simple with parameters of type UserModifierConstructorDescriptionSimpleUserDirectory
(User user) Deprecated.Creates a new SimpleUserDirectory which provides access to the single user provided.