A B C D E F G H I L N O P R S T U V W 

A

addAuthorization(Authorization) - Method in class net.sourceforge.guacamole.net.basic.auth.UserMapping
Adds the given authorization to the user mapping.
addConfiguration(String, GuacamoleConfiguration) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Adds the given GuacamoleConfiguration to the set of stored configurations under the given name.
addPermission(Permission) - Method in class net.sourceforge.guacamole.net.basic.crud.users.DummyUser
 
asAuthorization() - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.AuthorizeTagHandler
Returns an Authorization backed by the data of this authorize tag handler.
asGuacamoleConfiguration() - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
Returns a GuacamoleConfiguration whose contents are populated from data within this connection element and child elements.
asProtocolInfo() - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ProtocolTagHandler
Returns the ProtocolInfo backing this tag.
asProtocolParameter() - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ParamTagHandler
Returns the ProtocolParameter backing this tag.
asProtocolParameterOption() - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.OptionTagHandler
Returns the ProtocolParameterOption backing this tag.
asUserMapping() - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.UserMappingTagHandler
Returns a user mapping containing all authorizations and configurations parsed so far.
AUTH_PROVIDER - Static variable in class net.sourceforge.guacamole.net.basic.properties.BasicGuacamoleProperties
The authentication provider to user when retrieving the authorized configurations of a user.
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
Function called after the credentials given in the request (if any) are authenticated.
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.BasicGuacamoleTunnelServlet
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.BasicLogin
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.connections.Create
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.connections.Delete
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.connections.List
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.connections.Update
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.permissions.List
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.protocols.List
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.users.Create
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.users.Delete
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.users.List
 
authenticatedService(UserContext, HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.crud.users.Update
 
AuthenticatingHttpServlet - Class in net.sourceforge.guacamole.net.basic
Abstract servlet which provides an authenticatedService() function that is only called if the HTTP request is authenticated, or the current HTTP session has already been authenticated.
AuthenticatingHttpServlet() - Constructor for class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
 
AuthenticationProviderProperty - Class in net.sourceforge.guacamole.net.basic.properties
A GuacamoleProperty whose value is the name of a class to use to authenticate users.
AuthenticationProviderProperty() - Constructor for class net.sourceforge.guacamole.net.basic.properties.AuthenticationProviderProperty
 
Authorization - Class in net.sourceforge.guacamole.net.basic.auth
Mapping of username/password pair to configuration set.
Authorization() - Constructor for class net.sourceforge.guacamole.net.basic.auth.Authorization
 
Authorization.Encoding - Enum in net.sourceforge.guacamole.net.basic.auth
All supported password encodings.
AuthorizeTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.user_mapping
TagHandler for the "authorize" element.
AuthorizeTagHandler(UserMapping) - Constructor for class net.sourceforge.guacamole.net.basic.xml.user_mapping.AuthorizeTagHandler
Creates a new AuthorizeTagHandler that parses an Authorization owned by the given UserMapping.

B

BASIC_USER_MAPPING - Static variable in class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
The filename of the XML file to read the user user_mapping from.
BasicFileAuthenticationProvider - Class in net.sourceforge.guacamole.net.basic
Authenticates users against a static list of username/password pairs.
BasicFileAuthenticationProvider() - Constructor for class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
 
BasicGuacamoleProperties - Class in net.sourceforge.guacamole.net.basic.properties
Properties used by the default Guacamole web application.
BasicGuacamoleTunnelServlet - Class in net.sourceforge.guacamole.net.basic
Connects users to a tunnel associated with the authorized connection having the given ID.
BasicGuacamoleTunnelServlet() - Constructor for class net.sourceforge.guacamole.net.basic.BasicGuacamoleTunnelServlet
 
BasicLogin - Class in net.sourceforge.guacamole.net.basic
Simple dummy AuthenticatingHttpServlet which provides an endpoint for arbitrary authentication requests that do not expect a response.
BasicLogin() - Constructor for class net.sourceforge.guacamole.net.basic.BasicLogin
 
BasicLogout - Class in net.sourceforge.guacamole.net.basic
Logs out the current user by invalidating the associated HttpSession and redirecting the user to the login page.
BasicLogout() - Constructor for class net.sourceforge.guacamole.net.basic.BasicLogout
 

C

characters(char[], int, int) - Method in class net.sourceforge.guacamole.net.basic.xml.DocumentHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.OptionTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ParamTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ProtocolTagHandler
 
childElement(String) - Method in interface net.sourceforge.guacamole.net.basic.xml.TagHandler
Called when a child element of the current element is parsed.
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.AuthorizeTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ParamTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ProtocolTagHandler
 
childElement(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.UserMappingTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.OptionTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ParamTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ProtocolTagHandler
 
complete(String) - Method in interface net.sourceforge.guacamole.net.basic.xml.TagHandler
Called when this element, and all child elements, have been fully parsed, and the entire text content of this element (if any) is available.
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.AuthorizeTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ParamTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ProtocolTagHandler
 
complete(String) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.UserMappingTagHandler
 
connect(GuacamoleClientInformation) - Method in class net.sourceforge.guacamole.net.basic.crud.connections.DummyConnection
 
ConnectionTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.user_mapping
TagHandler for the "connection" element.
ConnectionTagHandler(Authorization) - Constructor for class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
Creates a new ConnectionTagHandler that parses a Connection owned by the given Authorization.
contextDestroyed(ServletContextEvent) - Method in class net.sourceforge.guacamole.net.basic.WebSocketSupportLoader
 
contextInitialized(ServletContextEvent) - Method in class net.sourceforge.guacamole.net.basic.WebSocketSupportLoader
 
Create - Class in net.sourceforge.guacamole.net.basic.crud.connections
Simple HttpServlet which handles connection creation.
Create() - Constructor for class net.sourceforge.guacamole.net.basic.crud.connections.Create
 
Create - Class in net.sourceforge.guacamole.net.basic.crud.users
Simple HttpServlet which handles user creation.
Create() - Constructor for class net.sourceforge.guacamole.net.basic.crud.users.Create
 

D

Delete - Class in net.sourceforge.guacamole.net.basic.crud.connections
Simple HttpServlet which handles connection deletion.
Delete() - Constructor for class net.sourceforge.guacamole.net.basic.crud.connections.Delete
 
Delete - Class in net.sourceforge.guacamole.net.basic.crud.users
Simple HttpServlet which handles user deletion.
Delete() - Constructor for class net.sourceforge.guacamole.net.basic.crud.users.Delete
 
DocumentHandler - Class in net.sourceforge.guacamole.net.basic.xml
A simple ContentHandler implementation which digests SAX document events and produces simpler tag-level events, maintaining its own stack for the convenience of the tag handlers.
DocumentHandler(String, TagHandler) - Constructor for class net.sourceforge.guacamole.net.basic.xml.DocumentHandler
Creates a new DocumentHandler which will use the given TagHandler to handle the root element.
DummyConnection - Class in net.sourceforge.guacamole.net.basic.crud.connections
Basic Connection skeleton, providing a means of storing Connection data prior to CRUD operations.
DummyConnection() - Constructor for class net.sourceforge.guacamole.net.basic.crud.connections.DummyConnection
 
DummyUser - Class in net.sourceforge.guacamole.net.basic.crud.users
Basic User skeleton, providing a means of storing User data prior to CRUD operations.
DummyUser() - Constructor for class net.sourceforge.guacamole.net.basic.crud.users.DummyUser
 

E

endElement(String, String, String) - Method in class net.sourceforge.guacamole.net.basic.xml.DocumentHandler
 
EVENT_LISTENERS - Static variable in class net.sourceforge.guacamole.net.basic.properties.BasicGuacamoleProperties
The comma-separated list of all classes to use as event listeners.
EventListenersProperty - Class in net.sourceforge.guacamole.net.basic.properties
A GuacamoleProperty whose value is a comma-separated list of class names, where each class will be used as a listener for events.
EventListenersProperty() - Constructor for class net.sourceforge.guacamole.net.basic.properties.EventListenersProperty
 

F

findClass(String) - Method in class net.sourceforge.guacamole.net.basic.GuacamoleClassLoader
 

G

getAuthorization(String) - Method in class net.sourceforge.guacamole.net.basic.auth.UserMapping
Returns the authorization corresponding to the user having the given username, if any.
getAuthorizedConfigurations(Credentials) - Method in class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
 
getConfiguration(String) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns the GuacamoleConfiguration having the given name and associated with the username/password pair stored within this authorization.
getConfigurations() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns a Map of all stored GuacamoleConfigurations associated with the username/password pair stored within this authorization, indexed by configuration name.
getCredentials(HttpSession) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
Returns the credentials associated with the given session.
getEncoding() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns the encoding used to hash the password, if any.
getHistory() - Method in class net.sourceforge.guacamole.net.basic.crud.connections.DummyConnection
 
getInstance() - Static method in class net.sourceforge.guacamole.net.basic.GuacamoleClassLoader
Returns an instance of a GuacamoleClassLoader which finds classes within the directory configured in guacamole.properties.
getName() - Method in class net.sourceforge.guacamole.net.basic.ProtocolInfo
Returns the unique name of this protocol.
getName() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Returns the name associated with this protocol parameter.
getName() - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
Returns the name associated with this connection.
getOptions() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Returns a mutable collection of protocol parameter options.
getParameters() - Method in class net.sourceforge.guacamole.net.basic.ProtocolInfo
Returns a mutable collection of the protocol parameters associated with this protocol.
getPassword() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns the password associated with this authorization, which may be encoded or hashed.
getPermissions() - Method in class net.sourceforge.guacamole.net.basic.crud.users.DummyUser
 
getTitle() - Method in class net.sourceforge.guacamole.net.basic.ProtocolInfo
Returns the human-readable title associated with this protocol.
getTitle() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Returns the title associated with this protocol parameter.
getTitle() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameterOption
Returns the human-readable title describing the effect of this option.
getType() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Returns the type of this parameter.
getUserContext(HttpSession) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
Returns the UserContext associated with the given session.
getUsername() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns the username associated with this authorization.
getValue() - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameterOption
Returns the value that will be sent to the client plugin if this option is chosen.
GuacamoleClassLoader - Class in net.sourceforge.guacamole.net.basic
A ClassLoader implementation which finds classes within a configurable directory.

H

hasPermission(Permission) - Method in class net.sourceforge.guacamole.net.basic.crud.users.DummyUser
 

I

init() - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.OptionTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ParamTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.protocol.ProtocolTagHandler
 
init(Attributes) - Method in interface net.sourceforge.guacamole.net.basic.xml.TagHandler
Called when the element corresponding to this TagHandler is first seen, just after an instance is created.
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.AuthorizeTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ParamTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ProtocolTagHandler
 
init(Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.UserMappingTagHandler
 
iterator() - Method in class net.sourceforge.guacamole.net.basic.event.SessionListenerCollection
 

L

LIB_DIRECTORY - Static variable in class net.sourceforge.guacamole.net.basic.properties.BasicGuacamoleProperties
The directory to search for authentication provider classes.
List - Class in net.sourceforge.guacamole.net.basic.crud.connections
Simple HttpServlet which outputs XML containing a list of all authorized configurations for the current user.
List() - Constructor for class net.sourceforge.guacamole.net.basic.crud.connections.List
 
List - Class in net.sourceforge.guacamole.net.basic.crud.permissions
Simple HttpServlet which outputs XML containing a list of all visible permissions of a given user.
List() - Constructor for class net.sourceforge.guacamole.net.basic.crud.permissions.List
 
List - Class in net.sourceforge.guacamole.net.basic.crud.protocols
Simple HttpServlet which outputs XML containing a list of all visible protocols.
List() - Constructor for class net.sourceforge.guacamole.net.basic.crud.protocols.List
 
List - Class in net.sourceforge.guacamole.net.basic.crud.users
Simple HttpServlet which outputs XML containing a list of all visible users.
List() - Constructor for class net.sourceforge.guacamole.net.basic.crud.users.List
 

N

net.sourceforge.guacamole.net.basic - package net.sourceforge.guacamole.net.basic
Classes specific to the general-purpose web application implemented by the Guacamole project using the Guacamole APIs.
net.sourceforge.guacamole.net.basic.auth - package net.sourceforge.guacamole.net.basic.auth
Classes which drive the default, basic authentication of the Guacamole web application.
net.sourceforge.guacamole.net.basic.crud.connections - package net.sourceforge.guacamole.net.basic.crud.connections
Servlets dedicated to CRUD operations related to Connections.
net.sourceforge.guacamole.net.basic.crud.permissions - package net.sourceforge.guacamole.net.basic.crud.permissions
Servlets dedicated to CRUD operations related to Permissions.
net.sourceforge.guacamole.net.basic.crud.protocols - package net.sourceforge.guacamole.net.basic.crud.protocols
Servlets dedicated to CRUD operations related to protocols.
net.sourceforge.guacamole.net.basic.crud.users - package net.sourceforge.guacamole.net.basic.crud.users
Servlets dedicated to CRUD operations related to Users.
net.sourceforge.guacamole.net.basic.event - package net.sourceforge.guacamole.net.basic.event
Classes used by the Guacamole web application to broadcast events.
net.sourceforge.guacamole.net.basic.properties - package net.sourceforge.guacamole.net.basic.properties
Classes related to the properties which the Guacamole web application (and stock parts of it) read from guacamole.properties.
net.sourceforge.guacamole.net.basic.xml - package net.sourceforge.guacamole.net.basic.xml
Classes driving the SAX-based XML parser used by the Guacamole web application.
net.sourceforge.guacamole.net.basic.xml.protocol - package net.sourceforge.guacamole.net.basic.xml.protocol
 
net.sourceforge.guacamole.net.basic.xml.user_mapping - package net.sourceforge.guacamole.net.basic.xml.user_mapping
Classes related to parsing the user-mapping.xml file.

O

OptionTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.protocol
TagHandler for the "option" element.
OptionTagHandler() - Constructor for class net.sourceforge.guacamole.net.basic.xml.protocol.OptionTagHandler
 

P

PARAMETER_PREFIX - Static variable in class net.sourceforge.guacamole.net.basic.crud.connections.Create
Prefix given to a parameter name when that parameter is a protocol- specific parameter meant for the configuration.
PARAMETER_PREFIX - Static variable in class net.sourceforge.guacamole.net.basic.crud.connections.Update
Prefix given to a parameter name when that parameter is a protocol- specific parameter meant for the configuration.
ParamTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.protocol
TagHandler for the "param" element.
ParamTagHandler() - Constructor for class net.sourceforge.guacamole.net.basic.xml.protocol.ParamTagHandler
 
ParamTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.user_mapping
TagHandler for the "param" element.
ParamTagHandler(GuacamoleConfiguration) - Constructor for class net.sourceforge.guacamole.net.basic.xml.user_mapping.ParamTagHandler
Creates a new handler for an "param" tag having the given attributes.
parseValue(String) - Method in class net.sourceforge.guacamole.net.basic.properties.AuthenticationProviderProperty
 
parseValue(String) - Method in class net.sourceforge.guacamole.net.basic.properties.EventListenersProperty
 
ProtocolInfo - Class in net.sourceforge.guacamole.net.basic
Describes a protocol and all parameters associated with it, as required by a protocol plugin for guacd.
ProtocolInfo() - Constructor for class net.sourceforge.guacamole.net.basic.ProtocolInfo
 
ProtocolParameter - Class in net.sourceforge.guacamole.net.basic
Represents a parameter of a protocol.
ProtocolParameter() - Constructor for class net.sourceforge.guacamole.net.basic.ProtocolParameter
 
ProtocolParameter.Type - Enum in net.sourceforge.guacamole.net.basic
All possible types of protocol parameter.
ProtocolParameterOption - Class in net.sourceforge.guacamole.net.basic
Describes an available legal value for an enumerated protocol parameter.
ProtocolParameterOption() - Constructor for class net.sourceforge.guacamole.net.basic.ProtocolParameterOption
 
ProtocolTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.protocol
TagHandler for the "protocol" element.
ProtocolTagHandler() - Constructor for class net.sourceforge.guacamole.net.basic.xml.protocol.ProtocolTagHandler
 
ProtocolTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.user_mapping
TagHandler for the "protocol" element.
ProtocolTagHandler(GuacamoleConfiguration) - Constructor for class net.sourceforge.guacamole.net.basic.xml.user_mapping.ProtocolTagHandler
Creates a new handler for a "protocol" tag having the given attributes.

R

removePermission(Permission) - Method in class net.sourceforge.guacamole.net.basic.crud.users.DummyUser
 

S

service(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.guacamole.net.basic.BasicLogout
 
SessionListenerCollection - Class in net.sourceforge.guacamole.net.basic.event
A collection which iterates over instances of all listeners defined in guacamole.properties.
SessionListenerCollection(HttpSession) - Constructor for class net.sourceforge.guacamole.net.basic.event.SessionListenerCollection
Creates a new SessionListenerCollection which stores all listeners defined in guacamole.properties in the provided session.
setEncoding(Authorization.Encoding) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Sets the encoding which will be used to hash the password or when comparing a given password for validation.
setName(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolInfo
Sets the unique name of this protocol.
setName(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Sets the name associated with this protocol parameter.
setPassword(String) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Sets the password associated with this authorization, which must be encoded using the encoding specified with setEncoding().
setTitle(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolInfo
Sets the human-readable title associated with this protocol.
setTitle(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Sets the title associated with this protocol parameter.
setTitle(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameterOption
Sets the human-readable title describing the effect of this option.
setType(ProtocolParameter.Type) - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameter
Sets the type of this parameter.
setUsername(String) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Sets the username associated with this authorization.
setValue(String) - Method in class net.sourceforge.guacamole.net.basic.ProtocolParameterOption
Sets the value that will be sent to the client plugin if this option is chosen.
size() - Method in class net.sourceforge.guacamole.net.basic.event.SessionListenerCollection
 
startElement(String, String, String, Attributes) - Method in class net.sourceforge.guacamole.net.basic.xml.DocumentHandler
 

T

TagHandler - Interface in net.sourceforge.guacamole.net.basic.xml
A simple element-level event handler for events triggered by the SAX-driven DocumentHandler parser.

U

Update - Class in net.sourceforge.guacamole.net.basic.crud.connections
Simple HttpServlet which handles connection update.
Update() - Constructor for class net.sourceforge.guacamole.net.basic.crud.connections.Update
 
Update - Class in net.sourceforge.guacamole.net.basic.crud.users
Simple HttpServlet which handles user update.
Update() - Constructor for class net.sourceforge.guacamole.net.basic.crud.users.Update
 
UserMapping - Class in net.sourceforge.guacamole.net.basic.auth
Mapping of all usernames to corresponding authorizations.
UserMapping() - Constructor for class net.sourceforge.guacamole.net.basic.auth.UserMapping
 
UserMappingTagHandler - Class in net.sourceforge.guacamole.net.basic.xml.user_mapping
TagHandler for the "user-mapping" element.
UserMappingTagHandler() - Constructor for class net.sourceforge.guacamole.net.basic.xml.user_mapping.UserMappingTagHandler
 

V

validate(String, String) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
Returns whether a given username/password pair is authorized based on the stored username and password.
valueOf(String) - Static method in enum net.sourceforge.guacamole.net.basic.auth.Authorization.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.guacamole.net.basic.ProtocolParameter.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.guacamole.net.basic.auth.Authorization.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.guacamole.net.basic.ProtocolParameter.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocketSupportLoader - Class in net.sourceforge.guacamole.net.basic
Simple ServletContextListener which loads a WebSocket tunnel implementation if available, using the Servlet 3.0 API to dynamically load and install the tunnel servlet.
WebSocketSupportLoader() - Constructor for class net.sourceforge.guacamole.net.basic.WebSocketSupportLoader
 
A B C D E F G H I L N O P R S T U V W 

Copyright © 2013. All Rights Reserved.