| Package | Description |
|---|---|
| org.glyptodon.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
| org.glyptodon.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.glyptodon.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.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.getUserAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Form> |
ProtocolInfo.getForms()
Returns a mutable collection of the protocol forms associated with
this protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolInfo.setForms(Collection<Form> forms)
Sets the collection of protocol forms associated with this
protocol.
|
| Constructor and Description |
|---|
ProtocolInfo(String name,
Collection<Form> forms)
Creates a new ProtocolInfo having the given name and forms.
|
Copyright © 2015. All rights reserved.