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.net.auth.simple |
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
|
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> |
UserContext.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> |
UserContext.getUserAttributes()
Retrieves a collection of all attributes applicable to users.
|
Modifier and Type | Method and Description |
---|---|
Collection<Form> |
SimpleUserContext.getConnectionAttributes() |
Collection<Form> |
SimpleUserContext.getConnectionGroupAttributes() |
Collection<Form> |
SimpleUserContext.getSharingProfileAttributes() |
Collection<Form> |
SimpleUserContext.getUserAttributes() |
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 © 2016. All rights reserved.