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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected SharingProfile |
DelegatingSharingProfile.getDelegateSharingProfile()
Returns the underlying SharingProfile wrapped by this
DelegatingSharingProfile.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Directory<SharingProfile> |
DelegatingUserContext.getSharingProfileDirectory() |
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.
|
Constructor and Description |
---|
DelegatingSharingProfile(SharingProfile sharingProfile)
Wraps the given SharingProfile such that all function calls against this
DelegatingSharingProfile will be delegated to it.
|
Copyright © 2018. All rights reserved.