Uses of Interface
org.apache.guacamole.net.auth.SharingProfile
Packages that use SharingProfile
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of SharingProfile in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement SharingProfileModifier and TypeClassDescriptionclass
Base implementation of a sharing profile which can be used to share a Guacamole connection.class
SharingProfile implementation which simply delegates all function calls to an underlying SharingProfile.Methods in org.apache.guacamole.net.auth that return SharingProfileModifier and TypeMethodDescriptionprotected SharingProfile
DelegatingSharingProfile.getDelegateSharingProfile()
Returns the underlying SharingProfile wrapped by this DelegatingSharingProfile.Methods in org.apache.guacamole.net.auth that return types with arguments of type SharingProfileModifier and TypeMethodDescriptionAbstractUserContext.getSharingProfileDirectory()
Retrieves a Directory which can be used to view and manipulate sharing profiles and their configurations, but only as allowed by the permissions given to the user.DelegatingUserContext.getSharingProfileDirectory()
UserContext.getSharingProfileDirectory()
Retrieves a Directory which can be used to view and manipulate sharing profiles and their configurations, but only as allowed by the permissions given to the user.Constructors in org.apache.guacamole.net.auth with parameters of type SharingProfileModifierConstructorDescriptionDelegatingSharingProfile
(SharingProfile sharingProfile) Wraps the given SharingProfile such that all function calls against this DelegatingSharingProfile will be delegated to it.