Package | Description |
---|---|
org.glyptodon.guacamole.net.basic.auth |
Classes which drive the default, basic authentication of the Guacamole
web application.
|
org.glyptodon.guacamole.net.basic.xml.user_mapping |
Classes related to parsing the user-mapping.xml file.
|
Modifier and Type | Method and Description |
---|---|
Authorization |
UserMapping.getAuthorization(String username)
Returns the authorization corresponding to the user having the given
username, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
UserMapping.addAuthorization(Authorization authorization)
Adds the given authorization to the user mapping.
|
Modifier and Type | Method and Description |
---|---|
Authorization |
AuthorizeTagHandler.asAuthorization()
Returns an Authorization backed by the data of this authorize tag
handler.
|
Constructor and Description |
---|
ConnectionTagHandler(Authorization parent)
Creates a new ConnectionTagHandler that parses a Connection owned by
the given Authorization.
|
Copyright © 2016. All rights reserved.