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.
|
org.apache.guacamole.protocols |
Modifier and Type | Method and Description |
---|---|
Collection<Form> |
UserContext.getConnectionAttributes()
Retrieves a collection of all attributes applicable to connections.
|
Collection<Form> |
DelegatingUserContext.getConnectionAttributes() |
Collection<Form> |
AbstractUserContext.getConnectionAttributes()
Retrieves a collection of all attributes applicable to connections.
|
Collection<Form> |
UserContext.getConnectionGroupAttributes()
Retrieves a collection of all attributes applicable to connection
groups.
|
Collection<Form> |
DelegatingUserContext.getConnectionGroupAttributes() |
Collection<Form> |
AbstractUserContext.getConnectionGroupAttributes()
Retrieves a collection of all attributes applicable to connection
groups.
|
Collection<Form> |
UserContext.getSharingProfileAttributes()
Retrieves a collection of all attributes applicable to sharing profiles.
|
Collection<Form> |
DelegatingUserContext.getSharingProfileAttributes() |
Collection<Form> |
AbstractUserContext.getSharingProfileAttributes()
Retrieves a collection of all attributes applicable to sharing profiles.
|
Collection<Form> |
UserContext.getUserAttributes()
Retrieves a collection of all attributes applicable to users.
|
Collection<Form> |
DelegatingUserContext.getUserAttributes() |
Collection<Form> |
AbstractUserContext.getUserAttributes()
Retrieves a collection of all attributes applicable to users.
|
Collection<Form> |
UserContext.getUserGroupAttributes()
Retrieves a collection of all attributes applicable to user groups.
|
Collection<Form> |
DelegatingUserContext.getUserGroupAttributes() |
Collection<Form> |
AbstractUserContext.getUserGroupAttributes()
Retrieves a collection of all attributes applicable to user groups.
|
Modifier and Type | Method and Description |
---|---|
Collection<Form> |
ProtocolInfo.getConnectionForms()
Returns a mutable collection of forms describing all known parameters for
a connection using this protocol.
|
Collection<Form> |
ProtocolInfo.getSharingProfileForms()
Returns a mutable collection of forms describing all known parameters
relevant to a sharing profile whose primary connection uses this
protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolInfo.setConnectionForms(Collection<Form> connectionForms)
Sets the collection of forms describing all known parameters for a
connection using this protocol.
|
void |
ProtocolInfo.setSharingProfileForms(Collection<Form> sharingProfileForms)
Sets the collection of forms describing all known parameters relevant to
a sharing profile whose primary connection uses this protocol.
|
Constructor and Description |
---|
ProtocolInfo(String name,
Collection<Form> forms)
Creates a new ProtocolInfo having the given name and forms.
|
ProtocolInfo(String name,
Collection<Form> connectionForms,
Collection<Form> sharingProfileForms)
Creates a new ProtocolInfo having the given name and forms.
|
ProtocolInfo(String name,
Collection<Form> connectionForms,
Collection<Form> sharingProfileForms)
Creates a new ProtocolInfo having the given name and forms.
|
Copyright © 2018. All rights reserved.