Uses of Interface
org.apache.guacamole.net.auth.SharingProfile
-
Packages that use SharingProfile 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. -
-
Uses of SharingProfile in org.apache.guacamole.net.auth
Classes in org.apache.guacamole.net.auth that implement SharingProfile Modifier and Type Class Description class
AbstractSharingProfile
Base implementation of a sharing profile which can be used to share a Guacamole connection.class
DelegatingSharingProfile
SharingProfile implementation which simply delegates all function calls to an underlying SharingProfile.Methods in org.apache.guacamole.net.auth that return SharingProfile Modifier and Type Method Description protected 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 SharingProfile Modifier and Type Method Description Directory<SharingProfile>
AbstractUserContext. 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.Directory<SharingProfile>
DelegatingUserContext. getSharingProfileDirectory()
Directory<SharingProfile>
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 SharingProfile Constructor Description DelegatingSharingProfile(SharingProfile sharingProfile)
Wraps the given SharingProfile such that all function calls against this DelegatingSharingProfile will be delegated to it.
-