- AbstractActiveConnection - Class in org.glyptodon.guacamole.net.auth
-
- AbstractActiveConnection() - Constructor for class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- AbstractAuthenticatedUser - Class in org.glyptodon.guacamole.net.auth
-
Basic implementation of an AuthenticatedUser which uses the username to
determine equality.
- AbstractAuthenticatedUser() - Constructor for class org.glyptodon.guacamole.net.auth.AbstractAuthenticatedUser
-
- AbstractConnection - Class in org.glyptodon.guacamole.net.auth
-
Basic implementation of a Guacamole connection.
- AbstractConnection() - Constructor for class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- AbstractConnectionGroup - Class in org.glyptodon.guacamole.net.auth
-
Basic implementation of a Guacamole connection group.
- AbstractConnectionGroup() - Constructor for class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- AbstractGuacamoleTunnel - Class in org.glyptodon.guacamole.net
-
Base GuacamoleTunnel implementation which synchronizes access to the
underlying reader and writer with reentrant locks.
- AbstractGuacamoleTunnel() - Constructor for class org.glyptodon.guacamole.net.AbstractGuacamoleTunnel
-
Creates a new GuacamoleTunnel which synchronizes access to the
Guacamole instruction stream associated with the underlying
GuacamoleSocket.
- AbstractResource - Class in org.glyptodon.guacamole.net.basic.resource
-
Base abstract resource implementation which provides an associated mimetype,
and modification time.
- AbstractResource(String, long) - Constructor for class org.glyptodon.guacamole.net.basic.resource.AbstractResource
-
Initializes this AbstractResource with the given mimetype and
modification time.
- AbstractResource(String) - Constructor for class org.glyptodon.guacamole.net.basic.resource.AbstractResource
-
Initializes this AbstractResource with the given mimetype.
- AbstractUser - Class in org.glyptodon.guacamole.net.auth
-
Basic implementation of a Guacamole user which uses the username to
determine equality.
- AbstractUser() - Constructor for class org.glyptodon.guacamole.net.auth.AbstractUser
-
- access() - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Updates this session, marking it as accessed.
- acquireReader() - Method in class org.glyptodon.guacamole.net.AbstractGuacamoleTunnel
-
Acquires exclusive read access to the Guacamole instruction stream
and returns a GuacamoleReader for reading from that stream.
- acquireReader() - Method in class org.glyptodon.guacamole.net.DelegatingGuacamoleTunnel
-
- acquireReader() - Method in interface org.glyptodon.guacamole.net.GuacamoleTunnel
-
Acquires exclusive read access to the Guacamole instruction stream
and returns a GuacamoleReader for reading from that stream.
- acquireWriter() - Method in class org.glyptodon.guacamole.net.AbstractGuacamoleTunnel
-
Acquires exclusive write access to the Guacamole instruction stream
and returns a GuacamoleWriter for writing to that stream.
- acquireWriter() - Method in class org.glyptodon.guacamole.net.DelegatingGuacamoleTunnel
-
- acquireWriter() - Method in interface org.glyptodon.guacamole.net.GuacamoleTunnel
-
Acquires exclusive write access to the Guacamole instruction stream
and returns a GuacamoleWriter for writing to that stream.
- ActiveConnection - Interface in org.glyptodon.guacamole.net.auth
-
A pairing of username and GuacamoleTunnel representing an active usage of a
particular connection.
- ActiveConnectionRESTService - Class in org.glyptodon.guacamole.net.basic.rest.activeconnection
-
A REST Service for retrieving and managing the tunnels of active connections.
- ActiveConnectionRESTService() - Constructor for class org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService
-
- add(ObjectType) - Method in interface org.glyptodon.guacamole.net.auth.Directory
-
Adds the given object to the overall set.
- add(ObjectType) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
- addAuthorization(Authorization) - Method in class org.glyptodon.guacamole.net.basic.auth.UserMapping
-
Adds the given authorization to the user mapping.
- addConfiguration(String, GuacamoleConfiguration) - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Adds the given GuacamoleConfiguration to the set of stored configurations
under the given name.
- addLanguageResource(String, Resource) - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Adds or overlays the given language resource, which need not exist in
the ServletContext.
- addLanguageResources(ServletContext) - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Adds or overlays all languages defined within the /translations
directory of the given ServletContext.
- addPermission(ObjectPermission.Type, String) - Method in interface org.glyptodon.guacamole.net.auth.permission.ObjectPermissionSet
-
Adds the specified permission for the object having the given
identifier.
- addPermission(SystemPermission.Type) - Method in interface org.glyptodon.guacamole.net.auth.permission.SystemPermissionSet
-
Adds the specified permission.
- addPermission(ObjectPermission.Type, String) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
- addPermission(SystemPermission.Type) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
- addPermission(PermissionType) - Method in class org.glyptodon.guacamole.net.basic.rest.user.PermissionSetPatch
-
Queues the given permission to be added.
- addPermissions(Set<ObjectPermission>) - Method in interface org.glyptodon.guacamole.net.auth.permission.ObjectPermissionSet
-
- addPermissions(Set<PermissionType>) - Method in interface org.glyptodon.guacamole.net.auth.permission.PermissionSet
-
Adds the specified permissions, if not already granted.
- addPermissions(Set<SystemPermission>) - Method in interface org.glyptodon.guacamole.net.auth.permission.SystemPermissionSet
-
- addPermissions(Set<ObjectPermission>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
- addPermissions(Set<SystemPermission>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
- addStandardTokens(TokenFilter, Credentials) - Static method in class org.glyptodon.guacamole.token.StandardTokens
-
Adds the standard username (GUAC_USERNAME) and password (GUAC_PASSWORD)
tokens to the given TokenFilter using the values from the given
Credentials object.
- addTunnel(GuacamoleTunnel) - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Associates the given tunnel with this session, such that it is taken
into account when determining session activity.
- API_SESSION_TIMEOUT - Static variable in class org.glyptodon.guacamole.net.basic.properties.BasicGuacamoleProperties
-
The session timeout for the API, in minutes.
- APIActiveConnection - Class in org.glyptodon.guacamole.net.basic.rest.activeconnection
-
Information related to active connections which may be exposed through the
REST endpoints.
- APIActiveConnection(ActiveConnection) - Constructor for class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Creates a new APIActiveConnection, copying the information from the given
active connection.
- APIAuthenticationResponse - Class in org.glyptodon.guacamole.net.basic.rest.auth
-
A simple object to represent an auth token/username pair in the API.
- APIAuthenticationResponse(String, String, String) - Constructor for class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResponse
-
Create a new APIAuthToken Object with the given auth token.
- APIAuthenticationResult - Class in org.glyptodon.guacamole.net.basic.rest.auth
-
A simple object which describes the result of an authentication operation,
including the resulting token.
- APIAuthenticationResult(String, String, String, List<String>) - Constructor for class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResult
-
Create a new APIAuthenticationResult object containing the given data.
- APIConnection - Class in org.glyptodon.guacamole.net.basic.rest.connection
-
A simple connection to expose through the REST endpoints.
- APIConnection() - Constructor for class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Create an empty APIConnection.
- APIConnection(Connection) - Constructor for class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Create an APIConnection from a Connection record.
- APIConnectionGroup - Class in org.glyptodon.guacamole.net.basic.rest.connectiongroup
-
A simple connection group to expose through the REST endpoints.
- APIConnectionGroup() - Constructor for class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Create an empty APIConnectionGroup.
- APIConnectionGroup(ConnectionGroup) - Constructor for class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Create a new APIConnectionGroup from the given ConnectionGroup record.
- APIConnectionGroupWrapper - Class in org.glyptodon.guacamole.net.basic.rest.connectiongroup
-
A wrapper to make an APIConnection look like a ConnectionGroup.
- APIConnectionGroupWrapper(APIConnectionGroup) - Constructor for class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
Create a new APIConnectionGroupWrapper to wrap the given
APIConnectionGroup as a ConnectionGroup.
- APIConnectionRecord - Class in org.glyptodon.guacamole.net.basic.rest.connection
-
A connection record which may be exposed through the REST endpoints.
- APIConnectionRecord(ConnectionRecord) - Constructor for class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionRecord
-
Creates a new APIConnectionRecord, copying the data from the given
record.
- APIConnectionWrapper - Class in org.glyptodon.guacamole.net.basic.rest.connection
-
A wrapper to make an APIConnection look like a Connection.
- APIConnectionWrapper(APIConnection) - Constructor for class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
Creates a new APIConnectionWrapper which wraps the given APIConnection
as a Connection.
- APIError - Class in org.glyptodon.guacamole.net.basic.rest
-
Describes an error that occurred within a REST endpoint.
- APIError(APIError.Type, String) - Constructor for class org.glyptodon.guacamole.net.basic.rest.APIError
-
Create a new APIError with the specified error message.
- APIError(APIError.Type, String, Collection<Field>) - Constructor for class org.glyptodon.guacamole.net.basic.rest.APIError
-
Create a new APIError with the specified error message and parameter
information.
- APIError.Type - Enum in org.glyptodon.guacamole.net.basic.rest
-
All possible types of REST API errors.
- APIException - Exception in org.glyptodon.guacamole.net.basic.rest
-
An exception that will result in the given error error information being
returned from the API layer.
- APIException(APIError) - Constructor for exception org.glyptodon.guacamole.net.basic.rest.APIException
-
Construct a new APIException with the given error.
- APIException(APIError.Type, String) - Constructor for exception org.glyptodon.guacamole.net.basic.rest.APIException
-
Creates a new APIException with the given type and message.
- APIException(APIError.Type, String, Collection<Field>) - Constructor for exception org.glyptodon.guacamole.net.basic.rest.APIException
-
Creates a new APIException with the given type, message, and parameter
information.
- APIPatch<T> - Class in org.glyptodon.guacamole.net.basic.rest
-
An object for representing the body of a HTTP PATCH method.
- APIPatch() - Constructor for class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
- APIPatch.Operation - Enum in org.glyptodon.guacamole.net.basic.rest
-
The possible operations for a PATCH request.
- APIPermissionSet - Class in org.glyptodon.guacamole.net.basic.rest.permission
-
The set of permissions which are granted to a specific user, organized by
object type and, if applicable, identifier.
- APIPermissionSet() - Constructor for class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Creates a new permission set which contains no granted permissions.
- APIPermissionSet(User) - Constructor for class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Creates a new permission set containing all permissions currently
granted to the given user.
- APIRequest - Class in org.glyptodon.guacamole.net.basic.rest
-
Wrapper for HttpServletRequest which uses a given MultivaluedMap to provide
the values of all request parameters.
- APIRequest(HttpServletRequest, MultivaluedMap<String, String>) - Constructor for class org.glyptodon.guacamole.net.basic.rest.APIRequest
-
Wraps the given HttpServletRequest, using the given MultivaluedMap to
provide all request parameters.
- APIUser - Class in org.glyptodon.guacamole.net.basic.rest.user
-
A simple User to expose through the REST endpoints.
- APIUser() - Constructor for class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Construct a new empty APIUser.
- APIUser(User) - Constructor for class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Construct a new APIUser from the provided User.
- APIUserPasswordUpdate - Class in org.glyptodon.guacamole.net.basic.rest.user
-
All the information necessary for the password update operation on a user.
- APIUserPasswordUpdate() - Constructor for class org.glyptodon.guacamole.net.basic.rest.user.APIUserPasswordUpdate
-
- APIUserWrapper - Class in org.glyptodon.guacamole.net.basic.rest.user
-
A wrapper to make an APIUser look like a User.
- APIUserWrapper(APIUser) - Constructor for class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
Wrap a given APIUser to expose as a User.
- append(byte[]) - Method in class org.glyptodon.guacamole.net.basic.ClipboardState
-
Appends the given data to the clipboard contents.
- append(char[], int, int) - Method in class org.glyptodon.guacamole.protocol.GuacamoleParser
-
Appends data from the given buffer to the current instruction.
- append(char[]) - Method in class org.glyptodon.guacamole.protocol.GuacamoleParser
-
Appends data from the given buffer to the current instruction.
- apply(PermissionSet<PermissionType>) - Method in class org.glyptodon.guacamole.net.basic.rest.user.PermissionSetPatch
-
Applies all queued changes to the given permission set.
- asAuthorization() - Method in class org.glyptodon.guacamole.net.basic.xml.usermapping.AuthorizeTagHandler
-
Returns an Authorization backed by the data of this authorize tag
handler.
- asGuacamoleConfiguration() - Method in class org.glyptodon.guacamole.net.basic.xml.usermapping.ConnectionTagHandler
-
Returns a GuacamoleConfiguration whose contents are populated from data
within this connection element and child elements.
- asStream() - Method in class org.glyptodon.guacamole.net.basic.resource.ByteArrayResource
-
- asStream() - Method in class org.glyptodon.guacamole.net.basic.resource.ClassPathResource
-
- asStream() - Method in interface org.glyptodon.guacamole.net.basic.resource.Resource
-
Returns an InputStream which reads the contents of this resource,
starting with the first byte.
- asStream() - Method in class org.glyptodon.guacamole.net.basic.resource.SequenceResource
-
- asStream() - Method in class org.glyptodon.guacamole.net.basic.resource.WebApplicationResource
-
- asUserMapping() - Method in class org.glyptodon.guacamole.net.basic.xml.usermapping.UserMappingTagHandler
-
Returns a user mapping containing all authorizations and configurations
parsed so far.
- attachTunnel(GuacamoleTunnel) - Method in class org.glyptodon.guacamole.servlet.GuacamoleSession
-
Attaches the given tunnel to this GuacamoleSession.
- AUDIO_PARAMETER - Static variable in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
The name of the parameter specifying one supported audio mimetype.
- AUTH_PROVIDER - Static variable in class org.glyptodon.guacamole.net.basic.properties.BasicGuacamoleProperties
-
Deprecated.
- AUTH_PROVIDER_IDENTIFIER_PARAMETER - Static variable in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
The name of the parameter containing the identifier of the
AuthenticationProvider associated with the UserContext containing the
object to which a tunnel is being requested.
- AUTH_TOKEN_PARAMETER - Static variable in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
The name of the request parameter containing the user's authentication
token.
- AuthenticatedUser - Interface in org.glyptodon.guacamole.net.auth
-
A user of the Guacamole web application who has been authenticated by an
AuthenticationProvider.
- authenticateUser(Credentials) - Method in interface org.glyptodon.guacamole.net.auth.AuthenticationProvider
-
Returns an AuthenticatedUser representing the user authenticated by the
given credentials, if any.
- authenticateUser(Credentials) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleAuthenticationProvider
-
- authenticateUser(Credentials) - Method in class org.glyptodon.guacamole.net.basic.extension.AuthenticationProviderFacade
-
- authenticationFailed(AuthenticationFailureEvent) - Method in interface org.glyptodon.guacamole.net.event.listener.AuthenticationFailureListener
-
Event hook which fires immediately after a user's authentication attempt
fails.
- AuthenticationFailureEvent - Class in org.glyptodon.guacamole.net.event
-
An event which is triggered whenever a user's credentials fail to be
authenticated.
- AuthenticationFailureEvent(Credentials) - Constructor for class org.glyptodon.guacamole.net.event.AuthenticationFailureEvent
-
Creates a new AuthenticationFailureEvent which represents the failure
to authenticate the given credentials.
- AuthenticationFailureListener - Interface in org.glyptodon.guacamole.net.event.listener
-
A listener whose authenticationFailed() hook will fire immediately
after a user's authentication attempt fails.
- AuthenticationProvider - Interface in org.glyptodon.guacamole.net.auth
-
Provides means of authorizing users and for accessing and managing data
associated with those users.
- AuthenticationProviderFacade - Class in org.glyptodon.guacamole.net.basic.extension
-
Provides a safe wrapper around an AuthenticationProvider subclass, such that
authentication attempts can cleanly fail, and errors can be properly logged,
even if the AuthenticationProvider cannot be instantiated.
- AuthenticationProviderFacade(Class<? extends AuthenticationProvider>) - Constructor for class org.glyptodon.guacamole.net.basic.extension.AuthenticationProviderFacade
-
Creates a new AuthenticationProviderFacade which delegates all function
calls to an instance of the given AuthenticationProvider subclass.
- AuthenticationProviderProperty - Class in org.glyptodon.guacamole.net.basic.properties
-
Deprecated.
- AuthenticationProviderProperty() - Constructor for class org.glyptodon.guacamole.net.basic.properties.AuthenticationProviderProperty
-
Deprecated.
- AuthenticationService - Class in org.glyptodon.guacamole.net.basic.rest.auth
-
A service for performing authentication checks in REST endpoints.
- AuthenticationService() - Constructor for class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService
-
- authenticationSucceeded(AuthenticationSuccessEvent) - Method in interface org.glyptodon.guacamole.net.event.listener.AuthenticationSuccessListener
-
Event hook which fires immediately after a user's authentication attempt
succeeds.
- AuthenticationSuccessEvent - Class in org.glyptodon.guacamole.net.event
-
An event which is triggered whenever a user's credentials pass
authentication.
- AuthenticationSuccessEvent(UserContext, Credentials) - Constructor for class org.glyptodon.guacamole.net.event.AuthenticationSuccessEvent
-
Creates a new AuthenticationSuccessEvent which represents a successful
authentication attempt with the given credentials.
- AuthenticationSuccessListener - Interface in org.glyptodon.guacamole.net.event.listener
-
A listener whose hooks will fire immediately before and after a user's
authentication attempt succeeds.
- Authorization - Class in org.glyptodon.guacamole.net.basic.auth
-
Mapping of username/password pair to configuration set.
- Authorization() - Constructor for class org.glyptodon.guacamole.net.basic.auth.Authorization
-
- Authorization.Encoding - Enum in org.glyptodon.guacamole.net.basic.auth
-
All supported password encodings.
- AuthorizeTagHandler - Class in org.glyptodon.guacamole.net.basic.xml.usermapping
-
TagHandler for the "authorize" element.
- AuthorizeTagHandler(UserMapping) - Constructor for class org.glyptodon.guacamole.net.basic.xml.usermapping.AuthorizeTagHandler
-
Creates a new AuthorizeTagHandler that parses an Authorization owned
by the given UserMapping.
- AuthProviderRESTExceptionWrapper - Class in org.glyptodon.guacamole.net.basic.rest
-
A method interceptor to wrap some custom exception handling around methods
that expose AuthenticationProvider functionality through the REST interface.
- AuthProviderRESTExceptionWrapper() - Constructor for class org.glyptodon.guacamole.net.basic.rest.AuthProviderRESTExceptionWrapper
-
- AuthProviderRESTExposure - Annotation Type in org.glyptodon.guacamole.net.basic.rest
-
Marks that a method exposes functionality from the Guacamole AuthenticationProvider
using a REST interface.
- AuthTokenGenerator - Interface in org.glyptodon.guacamole.net.basic.rest.auth
-
Generates an auth token for an authenticated user.
- available() - Method in interface org.glyptodon.guacamole.io.GuacamoleReader
-
Returns whether instruction data is available for reading.
- available() - Method in class org.glyptodon.guacamole.io.ReaderGuacamoleReader
-
- available() - Method in class org.glyptodon.guacamole.protocol.FilteredGuacamoleReader
-
- get(String) - Method in interface org.glyptodon.guacamole.net.auth.Directory
-
Returns the object having the given identifier.
- get(String) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
- get(String) - Method in class org.glyptodon.guacamole.net.basic.rest.auth.BasicTokenSessionMap
-
- get(String) - Method in interface org.glyptodon.guacamole.net.basic.rest.auth.TokenSessionMap
-
Get the GuacamoleSession for a logged in user.
- getAccessibleObjects(Collection<ObjectPermission.Type>, Collection<String>) - Method in interface org.glyptodon.guacamole.net.auth.permission.ObjectPermissionSet
-
Tests whether this user has the specified permissions for the objects
having the given identifiers.
- getAccessibleObjects(Collection<ObjectPermission.Type>, Collection<String>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
- getActiveConnectionDirectory() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getActiveConnectionDirectory() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a Directory which can be used to view and manipulate
active connections, but only as allowed by the permissions given to the
user.
- getActiveConnectionPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getActiveConnectionPermissions() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all permissions given to this user regarding currently-active
connections.
- getActiveConnectionPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Returns a map of active connection IDs to the set of permissions granted
for that active connection.
- getActiveConnectionPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getActiveConnections() - Method in interface org.glyptodon.guacamole.net.auth.Connectable
-
Returns the number of active connections associated with this object.
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
- getActiveConnections(String, String, List<ObjectPermission.Type>) - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.ActiveConnectionRESTService
-
Gets a list of active connections in the system, filtering the returned
list by the given permissions, if specified.
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the number of currently active connections using this
connection.
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns the number of currently active connections using this
connection group.
- getActiveConnections() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getAll(Collection<String>) - Method in interface org.glyptodon.guacamole.net.auth.Directory
-
Returns the objects having the given identifiers.
- getAll(Collection<String>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
- getArgs() - Method in class org.glyptodon.guacamole.protocol.GuacamoleInstruction
-
Returns a List of all argument values specified for this
GuacamoleInstruction.
- getAttributes() - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Returns all attributes associated with this connection.
- getAttributes() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns all attributes associated with this connection group.
- getAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
- getAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
- getAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getAttributes() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all attributes associated with this user.
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns a map of all attributes associated with this connection.
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns a map of all attributes associated with this connection group.
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Returns a map of all attributes associated with this user.
- getAttributes() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getAudioMimetypes() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns a list of all audio mimetypes declared as supported within the
tunnel request.
- getAudioMimetypes() - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of audio mimetypes supported by the client.
- getAuthenticatedUser() - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Returns the authenticated user associated with this session.
- getAuthenticationProvider() - Method in interface org.glyptodon.guacamole.net.auth.AuthenticatedUser
-
Returns the AuthenticationProvider that authenticated this user.
- getAuthenticationProvider() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getAuthenticationProvider() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Returns the AuthenticationProvider which created this UserContext, which
may not be the same AuthenticationProvider that authenticated the user
associated with this UserContext.
- getAuthenticationProviderClasses() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns all declared authentication providers classes associated with
this extension.
- getAuthenticationProviderIdentifier() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the identifier of the AuthenticationProvider associated with the
UserContext from which the connection or connection group is to be
retrieved when the tunnel is created.
- getAuthenticationProviders() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionModule
-
Returns a list of all currently-bound AuthenticationProvider instances.
- getAuthenticationToken() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the authentication token associated with this tunnel request.
- getAuthorization(String) - Method in class org.glyptodon.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.auth.noauth.NoAuthenticationProvider
-
- getAuthorizedConfigurations(Credentials) - Method in class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
-
- getAuthorizedConfigurations(Credentials) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleAuthenticationProvider
-
Given an arbitrary credentials object, returns a Map containing all
configurations authorized by those credentials.
- getAuthProviders() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the classnames of all authentication provider classes within the
extension.
- getAuthToken() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResponse
-
Returns the unique authentication token which identifies the current
session.
- getAuthToken() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResult
-
Returns the unique authentication token which identifies the current
session.
- getAvailableDataSources() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResult
-
Returns the identifiers of all data sources available to the user
associated with the current session.
- getChildConnectionGroups() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns a collection of all child connection groups, or null if children
have not been queried.
- getChildConnections() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns a collection of all child connections, or null if children have
not been queried.
- getClientInformation(TunnelRequest) - Method in class org.glyptodon.guacamole.net.basic.TunnelRequestService
-
Reads and returns the client information provided within the given
request.
- getConfigs() - Method in class net.sourceforge.guacamole.net.auth.noauth.NoAuthConfigContentHandler
-
Returns the a map of all available configurations as parsed from the
XML file.
- getConfiguration() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- getConfiguration() - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Returns the GuacamoleConfiguration associated with this Connection.
- getConfiguration(String) - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Returns the GuacamoleConfiguration having the given name and associated
with the username/password pair stored within this authorization.
- getConfiguration() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getConfiguration() - Method in class org.glyptodon.guacamole.protocol.ConfiguredGuacamoleSocket
-
Returns the GuacamoleConfiguration used to configure this
ConfiguredGuacamoleSocket.
- getConfigurations() - Method in class org.glyptodon.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.
- getConnection(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService
-
Retrieves an individual connection.
- getConnectionAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getConnectionAttributes() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a collection of all attributes applicable to connections.
- getConnectionAttributes(String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService
-
Retrieves the possible attributes of a connection object.
- getConnectionDirectory() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getConnectionDirectory() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user.
- getConnectionGroup(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService
-
Gets an individual connection group.
- getConnectionGroupAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getConnectionGroupAttributes() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a collection of all attributes applicable to connection
groups.
- getConnectionGroupAttributes(String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService
-
Retrieves the possible attributes of a connection group object.
- getConnectionGroupDirectory() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getConnectionGroupDirectory() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a Directory which can be used to view and manipulate
connection groups and their members, but only as allowed by the
permissions given to the user.
- getConnectionGroupIdentifiers() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns the identifiers of all readable connection groups that are
children of this connection group.
- getConnectionGroupIdentifiers() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
- getConnectionGroupIdentifiers() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getConnectionGroupPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getConnectionGroupPermissions() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all connection group permissions given to this user.
- getConnectionGroupPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Returns a map of connection group IDs to the set of permissions granted
for that connection group.
- getConnectionGroupPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getConnectionGroupTree(String, String, String, List<ObjectPermission.Type>) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupRESTService
-
Gets an individual connection group and all children.
- getConnectionHistory(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService
-
Retrieves the usage history of a single connection.
- getConnectionID() - Method in class org.glyptodon.guacamole.protocol.ConfiguredGuacamoleSocket
-
Returns the unique ID associated with the Guacamole connection
negotiated by this ConfiguredGuacamoleSocket.
- getConnectionID() - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Returns the ID of the connection being joined, if any.
- getConnectionIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getConnectionIdentifier() - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Returns the identifier of the connection being actively used.
- getConnectionIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Returns the identifier of the connection associated with this tunnel.
- getConnectionIdentifiers() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns the identifiers of all readable connections that are children
of this connection group.
- getConnectionIdentifiers() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
- getConnectionIdentifiers() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getConnectionParameters(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.ConnectionRESTService
-
Retrieves the parameters associated with a single connection.
- getConnectionPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getConnectionPermissions() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all connection permissions given to this user.
- getConnectionPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Returns a map of connection IDs to the set of permissions granted for
that connection.
- getConnectionPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getContents() - Method in class org.glyptodon.guacamole.net.basic.ClipboardState
-
Returns the current clipboard contents.
- getCredentials() - Method in interface org.glyptodon.guacamole.net.auth.AuthenticatedUser
-
Returns the credentials that the user provided when they successfully
authenticated.
- getCredentials() - Method in class org.glyptodon.guacamole.net.event.AuthenticationFailureEvent
-
- getCredentials() - Method in class org.glyptodon.guacamole.net.event.AuthenticationSuccessEvent
-
- getCredentials() - Method in interface org.glyptodon.guacamole.net.event.CredentialEvent
-
Returns the current credentials of the user triggering the event, if any.
- getCredentials() - Method in class org.glyptodon.guacamole.net.event.TunnelCloseEvent
-
- getCredentials() - Method in class org.glyptodon.guacamole.net.event.TunnelConnectEvent
-
- getCredentialsInfo() - Method in exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleCredentialsException
-
Returns information describing the form of valid credentials.
- getCSSPaths() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the paths to all CSS resources within the extension.
- getCSSResources() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns a map of all declared CSS resources associated with this
extension, where the key of each entry in the map is the path to that
resource within the extension .jar.
- getDataSource() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResponse
-
Returns the unique identifier of the data source associated with the user
account associated with this auth token.
- getDataSource() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResult
-
Returns the unique identifier of the data source associated with the user
account associated with the current session.
- getDirectory() - Static method in class org.glyptodon.guacamole.properties.GuacamoleHome
-
Deprecated.
Returns the Guacamole home directory by checking, in order:
the guacamole.home system property, the GUACAMOLE_HOME environment
variable, and finally the .guacamole directory in the home directory of
the user running the servlet container.
- getDPI() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the display resolution desired for the Guacamole session over
the tunnel being requested, in DPI.
- getEncoding() - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Returns the encoding used to hash the password, if any.
- getEndDate() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionRecord
-
Returns the date and time the connection ended, if applicable.
- getEndDate() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionRecord
-
Returns the date and time the connection ended, if applicable.
- getExpected() - Method in class org.glyptodon.guacamole.net.basic.rest.APIError
-
Returns a collection of all required parameters, where each parameter is
represented by a field.
- getFields() - Method in class org.glyptodon.guacamole.form.Form
-
Returns a mutable collection of the fields associated with this form.
- getFields() - Method in class org.glyptodon.guacamole.net.auth.credentials.CredentialsInfo
-
Returns all fields required for valid credentials as described by this
object.
- getForms() - Method in class org.glyptodon.guacamole.protocols.ProtocolInfo
-
Returns a mutable collection of the protocol forms associated with
this protocol.
- getGuacamoleHome() - Method in interface org.glyptodon.guacamole.environment.Environment
-
Returns the Guacamole home directory as determined when this Environment
object was created.
- getGuacamoleHome() - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getGuacamoleSession(String) - Method in class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService
-
Finds the Guacamole session for a given auth token, if the auth token
represents a currently logged in user.
- getGuacamoleStatusCode() - Method in enum org.glyptodon.guacamole.protocol.GuacamoleStatus
-
Returns the corresponding Guacamole protocol status code.
- getGuacamoleVersion() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns the version of the Guacamole web application for which this
extension was built.
- getGuacamoleVersion() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the version of the Guacamole web application for which the
extension was built, such as "0.9.7".
- getHeight() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the display height desired for the Guacamole session over the
tunnel being requested.
- getHistory() - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Returns a list of ConnectionRecords representing the usage history
of this Connection, including any active users.
- getHistory() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
- getHistory() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getHttpStatusCode() - Method in enum org.glyptodon.guacamole.protocol.GuacamoleStatus
-
Returns the most applicable HTTP error code.
- getIdentifier() - Method in class net.sourceforge.guacamole.net.auth.noauth.NoAuthenticationProvider
-
- getIdentifier() - Method in class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractAuthenticatedUser
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractUser
-
- getIdentifier() - Method in interface org.glyptodon.guacamole.net.auth.AuthenticationProvider
-
Returns the identifier which uniquely and consistently identifies this
AuthenticationProvider implementation.
- getIdentifier() - Method in interface org.glyptodon.guacamole.net.auth.Identifiable
-
Returns the unique identifier assigned to this object.
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.extension.AuthenticationProviderFacade
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Returns the identifier of the active connection itself.
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the unique identifier for this connection.
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns the identifier of this connection group.
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getIdentifier() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the identifier of the destination of the tunnel being requested.
- getIdentifiers() - Method in interface org.glyptodon.guacamole.net.auth.Directory
-
Returns a Set containing all identifiers for all objects within this
Directory.
- getIdentifiers() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
- getInjector() - Method in class org.glyptodon.guacamole.net.basic.BasicServletContextListener
-
- getInstance(File) - Static method in class org.glyptodon.guacamole.net.basic.extension.DirectoryClassLoader
-
Returns an instance of DirectoryClassLoader configured to load .jar
files from the given directory.
- getInstance() - Static method in class org.glyptodon.guacamole.net.basic.GuacamoleClassLoader
-
Deprecated.
Returns an instance of a GuacamoleClassLoader which finds classes
within the directory configured in guacamole.properties.
- getIntegerParameter(String) - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the integer value of the parameter having the given name,
throwing an exception if the parameter cannot be parsed.
- getJavaScriptPaths() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the paths to all JavaScript resources within the extension.
- getJavaScriptResources() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns a map of all declared JavaScript resources associated with this
extension, where the key of each entry in the map is the path to that
resource within the extension .jar.
- getLanguageKey(String) - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Derives a language key from the filename within the given path, if
possible.
- getLanguageKeys() - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Returns a set of all unique language keys currently associated with
language resources stored in this service.
- getLanguageNames() - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Returns a mapping of all language keys to their corresponding human-
readable language names.
- getLanguageResources() - Method in class org.glyptodon.guacamole.net.basic.extension.LanguageResourceService
-
Returns a map of all languages currently associated with this service,
where the key of each map entry is the language key.
- getLanguages() - Method in class org.glyptodon.guacamole.net.basic.rest.language.LanguageRESTService
-
Returns a map of all available language keys to their corresponding
human-readable names.
- getLargeIcon() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns the resource for the large favicon for the extension.
- getLargeIcon() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the path to the large favicon, relative to the root of the
extension.
- getLastAccessedTime() - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Returns the time this session was last accessed, as the number of
milliseconds since midnight January 1, 1970 GMT.
- getLastModified() - Method in class org.glyptodon.guacamole.net.basic.resource.AbstractResource
-
- getLastModified() - Method in interface org.glyptodon.guacamole.net.basic.resource.Resource
-
Returns the time the resource was last modified in milliseconds since
midnight of January 1, 1970 UTC.
- getMessage() - Method in class org.glyptodon.guacamole.net.basic.rest.APIError
-
Returns a human-readable error message describing the error that
occurred.
- getMimetype() - Method in class org.glyptodon.guacamole.net.basic.ClipboardState
-
Returns the mimetype of the current clipboard contents.
- getMimeType() - Method in class org.glyptodon.guacamole.net.basic.resource.AbstractResource
-
- getMimeType() - Method in interface org.glyptodon.guacamole.net.basic.resource.Resource
-
Returns the mimetype of this resource.
- getName() - Method in class org.glyptodon.guacamole.form.Field
-
Returns the unique name associated with this field.
- getName() - Method in class org.glyptodon.guacamole.form.Form
-
Returns the name of this form.
- getName() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- getName() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- getName() - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Returns the name assigned to this Connection.
- getName() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns the name assigned to this ConnectionGroup.
- getName() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns the name of this extension, as declared in the extension's
manifest.
- getName() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the name of the extension associated with this manifest.
- getName() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the name of this connection.
- getName() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getName() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns the name of this connection group.
- getName() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getName() - Method in class org.glyptodon.guacamole.net.basic.xml.usermapping.ConnectionTagHandler
-
Returns the name associated with this connection.
- getName() - Method in interface org.glyptodon.guacamole.properties.GuacamoleProperty
-
Returns the name of the property in guacamole.properties that this
GuacamoleProperty will parse.
- getName() - Method in class org.glyptodon.guacamole.protocols.ProtocolInfo
-
Returns the unique name of this protocol.
- getNamespace() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns the namespace of this extension, as declared in the extension's
manifest.
- getNamespace() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the namespace of the extension associated with this manifest.
- getNewPassword() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserPasswordUpdate
-
Returns the new password that will be assigned to this user.
- getObjectIdentifier() - Method in class org.glyptodon.guacamole.net.auth.permission.ObjectPermission
-
Returns the identifier of the specific object affected by this
permission.
- getObjects() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
Returns the Map which currently backs this SimpleDirectory.
- getOldPassword() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserPasswordUpdate
-
Returns the old password for this user.
- getOp() - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Returns the operation for this patch.
- getOpcode() - Method in class org.glyptodon.guacamole.protocol.GuacamoleInstruction
-
Returns the opcode associated with this GuacamoleInstruction.
- getOptimalResolution() - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Returns the resolution of the screen if the optimal width and height are
used, in DPI.
- getOptimalScreenHeight() - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen height requested by the client, in pixels.
- getOptimalScreenWidth() - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen width requested by the client, in pixels.
- getOptions() - Method in class org.glyptodon.guacamole.form.Field
-
Returns a mutable collection of field options.
- getParameter(String) - Method in class org.glyptodon.guacamole.net.basic.HTTPTunnelRequest
-
- getParameter(String) - Method in class org.glyptodon.guacamole.net.basic.rest.APIRequest
-
- getParameter(String) - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the value of the parameter having the given name.
- getParameter(String) - Method in class org.glyptodon.guacamole.net.basic.websocket.WebSocketTunnelRequest
-
- getParameter(String) - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Returns the value set for the parameter with the given name, if any.
- getParameterMap() - Method in class org.glyptodon.guacamole.net.basic.rest.APIRequest
-
- getParameterNames() - Method in class org.glyptodon.guacamole.net.basic.rest.APIRequest
-
- getParameterNames() - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Returns a set of all currently defined parameter names.
- getParameters() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the parameter map for this connection.
- getParameters() - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Returns a map which contains parameter name/value pairs as key/value
pairs.
- getParameterValues(String) - Method in class org.glyptodon.guacamole.net.basic.HTTPTunnelRequest
-
- getParameterValues(String) - Method in class org.glyptodon.guacamole.net.basic.rest.APIRequest
-
- getParameterValues(String) - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns a list of all values specified for the given parameter.
- getParameterValues(String) - Method in class org.glyptodon.guacamole.net.basic.websocket.WebSocketTunnelRequest
-
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- getParentIdentifier() - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Returns the unique identifier of the parent ConnectionGroup for
this Connection.
- getParentIdentifier() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the unique identifier for this connection.
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns the unique identifier for this connection group.
- getParentIdentifier() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getPassword() - Method in class org.glyptodon.guacamole.net.auth.AbstractUser
-
- getPassword() - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Returns the password associated with this set of credentials.
- getPassword() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns this user's password.
- getPassword() - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Returns the password associated with this authorization, which may be
encoded or hashed.
- getPassword() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Returns the password for this user.
- getPassword() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getPath() - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Returns the path for this patch.
- getPermissions() - Method in interface org.glyptodon.guacamole.net.auth.permission.ObjectPermissionSet
-
- getPermissions() - Method in interface org.glyptodon.guacamole.net.auth.permission.PermissionSet
-
Returns a Set which contains all permissions granted within this
permission set.
- getPermissions() - Method in interface org.glyptodon.guacamole.net.auth.permission.SystemPermissionSet
-
- getPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
- getPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
- getPermissions(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.UserRESTService
-
Gets a list of permissions for the user with the given username.
- getProperty(GuacamoleProperty<Type>) - Method in interface org.glyptodon.guacamole.environment.Environment
-
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
- getProperty(GuacamoleProperty<Type>, Type) - Method in interface org.glyptodon.guacamole.environment.Environment
-
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
- getProperty(GuacamoleProperty<Type>) - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getProperty(GuacamoleProperty<Type>, Type) - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getProperty(GuacamoleProperty<Type>) - Static method in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
- getProperty(GuacamoleProperty<Type>, Type) - Static method in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
- getProtocol(String) - Method in interface org.glyptodon.guacamole.environment.Environment
-
Returns the protocol having the given name.
- getProtocol(String) - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getProtocol() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Returns the protocol for this connection.
- getProtocol() - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Returns the name of the protocol to be used.
- getProtocols() - Method in interface org.glyptodon.guacamole.environment.Environment
-
Returns a map of all available protocols, where each key is the name of
that protocol as would be passed to guacd during connection.
- getProtocols() - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getProtocols(String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService
-
Gets a map of protocols defined in the system - protocol name to protocol.
- getReader() - Method in interface org.glyptodon.guacamole.net.GuacamoleSocket
-
Returns a GuacamoleReader which can be used to read from the
Guacamole instruction stream associated with the connection
represented by this GuacamoleSocket.
- getReader() - Method in class org.glyptodon.guacamole.net.InetGuacamoleSocket
-
- getReader() - Method in class org.glyptodon.guacamole.net.SSLGuacamoleSocket
-
- getReader() - Method in class org.glyptodon.guacamole.protocol.ConfiguredGuacamoleSocket
-
- getReader() - Method in class org.glyptodon.guacamole.protocol.FilteredGuacamoleSocket
-
- getRemoteHost() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getRemoteHost() - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Returns the hostname or IP address of the remote host that initiated the
connection, if known.
- getRemoteHost() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionRecord
-
Returns the hostname or IP address of the remote host that used the
connection associated with this record, if known.
- getRemoteHost() - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Returns the remote host from which this connection originated.
- getRemoteHost() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionRecord
-
Returns the remote host from which this connection originated.
- getRequest() - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Returns the HttpServletRequest associated with this set of credentials.
- getRequiredParameter(String) - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the value of the parameter having the given name, throwing an
exception if the parameter is missing.
- getRequiredProperty(GuacamoleProperty<Type>) - Method in interface org.glyptodon.guacamole.environment.Environment
-
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
- getRequiredProperty(GuacamoleProperty<Type>) - Method in class org.glyptodon.guacamole.environment.LocalEnvironment
-
- getRequiredProperty(GuacamoleProperty<Type>) - Static method in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
- getResourceTypes() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns a map of all resources to their corresponding mimetypes, for all
resources not already declared as JavaScript, CSS, or translation
resources.
- getRootAPIConnectionGroup() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.ConnectionGroupTree
-
Returns the entire connection group tree as an APIConnectionGroup.
- getRootConnectionGroup() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getRootConnectionGroup() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a connection group which can be used to view and manipulate
connections, but only as allowed by the permissions given to the user of
this UserContext.
- getSession() - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Returns the HttpSession associated with this set of credentials.
- getSmallIcon() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns the resource for the small favicon for the extension.
- getSmallIcon() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the path to the small favicon, relative to the root of the
extension.
- getSocket() - Method in class org.glyptodon.guacamole.net.DelegatingGuacamoleTunnel
-
- getSocket() - Method in interface org.glyptodon.guacamole.net.GuacamoleTunnel
-
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading
and writing.
- getSocket() - Method in class org.glyptodon.guacamole.net.SimpleGuacamoleTunnel
-
- getStartDate() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getStartDate() - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Returns the date and time the connection began.
- getStartDate() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionRecord
-
Returns the date and time the connection began.
- getStartDate() - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Returns the date and time the connection began.
- getStartDate() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionRecord
-
Returns the date and time the connection began.
- getStaticResources() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns a map of all declared resources associated with this extension,
where these resources are not already associated as JavaScript, CSS, or
translation resources.
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleClientBadTypeException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleClientException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleClientOverrunException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleClientTimeoutException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleClientTooManyException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleConnectionClosedException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleException
-
Returns the Guacamole status associated with this exception.
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleResourceConflictException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleResourceNotFoundException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleSecurityException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleServerBusyException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleServerException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleUnauthorizedException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleUnsupportedException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleUpstreamException
-
- getStatus() - Method in exception org.glyptodon.guacamole.GuacamoleUpstreamTimeoutException
-
- getStatus() - Method in enum org.glyptodon.guacamole.net.basic.rest.APIError.Type
-
Returns the HTTP status associated with this error type.
- getSystemPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getSystemPermissions() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all system-level permissions given to this user.
- getSystemPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Returns the set of granted system-level permissions.
- getSystemPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getTitle() - Method in class org.glyptodon.guacamole.form.FieldOption
-
Returns the human-readable title describing the effect of this option.
- getToken() - Method in interface org.glyptodon.guacamole.net.basic.rest.auth.AuthTokenGenerator
-
Get a new auth token.
- getToken() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.SecureRandomAuthTokenGenerator
-
- getToken(String) - Method in class org.glyptodon.guacamole.token.TokenFilter
-
Returns the value of the token with the given name, or null if no such
token has been set.
- getTokens() - Method in class org.glyptodon.guacamole.token.TokenFilter
-
Returns a map of all tokens, with each key being a token name, and each
value being the corresponding token value.
- getTranslationPaths() - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Returns the paths to all translation resources within the extension.
- getTranslationResources() - Method in class org.glyptodon.guacamole.net.basic.extension.Extension
-
Returns a map of all declared translation resources associated with this
extension, where the key of each entry in the map is the path to that
resource within the extension .jar.
- getTunnel() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getTunnel() - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Returns the connected GuacamoleTunnel being used.
- getTunnel() - Method in class org.glyptodon.guacamole.net.event.TunnelCloseEvent
-
- getTunnel() - Method in class org.glyptodon.guacamole.net.event.TunnelConnectEvent
-
- getTunnel() - Method in interface org.glyptodon.guacamole.net.event.TunnelEvent
-
Returns the tunnel associated with this event, if any.
- getTunnel(String) - Method in class org.glyptodon.guacamole.servlet.GuacamoleSession
-
Returns the tunnel with the given UUID attached to this GuacamoleSession,
if any.
- getTunnels() - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Returns a map of all active tunnels associated with this session, where
each key is the String representation of the tunnel's UUID.
- getType() - Method in class org.glyptodon.guacamole.form.Field
-
Returns the type of this field.
- getType() - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- getType() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Returns the type of this connection.
- getType() - Method in class org.glyptodon.guacamole.net.auth.permission.ObjectPermission
-
- getType() - Method in interface org.glyptodon.guacamole.net.auth.permission.Permission
-
Returns the type of operation affected by this permission.
- getType() - Method in class org.glyptodon.guacamole.net.auth.permission.SystemPermission
-
- getType() - Method in class org.glyptodon.guacamole.net.basic.rest.APIError
-
Returns the type of error that occurred.
- getType() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Returns the type of this connection group.
- getType() - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- getType() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the type of object for which the tunnel is being requested.
- getUser(String, String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.UserRESTService
-
Retrieves an individual user.
- getUserAttributes() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getUserAttributes() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a collection of all attributes applicable to users.
- getUserAttributes(String, String) - Method in class org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService
-
Retrieves the possible attributes of a user object.
- getUserContext(AuthenticatedUser) - Method in interface org.glyptodon.guacamole.net.auth.AuthenticationProvider
-
Returns the UserContext of the user authenticated by the given
credentials.
- getUserContext(AuthenticatedUser) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleAuthenticationProvider
-
- getUserContext(AuthenticatedUser) - Method in class org.glyptodon.guacamole.net.basic.extension.AuthenticationProviderFacade
-
- getUserContext() - Method in class org.glyptodon.guacamole.net.event.AuthenticationSuccessEvent
-
- getUserContext() - Method in class org.glyptodon.guacamole.net.event.TunnelCloseEvent
-
- getUserContext() - Method in class org.glyptodon.guacamole.net.event.TunnelConnectEvent
-
- getUserContext() - Method in interface org.glyptodon.guacamole.net.event.UserEvent
-
Returns the current UserContext of the user triggering the event, if any.
- getUserContexts() - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Returns a list of all UserContexts associated with this session.
- getUserContexts(String) - Method in class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService
-
Returns all UserContexts associated with a given auth token, if the auth
token represents a currently logged in user.
- getUserDirectory() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- getUserDirectory() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
- getUsername() - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- getUsername() - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Returns the name of the user who is using this connection.
- getUsername() - Method in interface org.glyptodon.guacamole.net.auth.ConnectionRecord
-
Returns the name of the user who used or is using the connection at the
times given by this connection record.
- getUsername() - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Returns the username associated with this set of credentials.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Returns the username associated with this authorization.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection
-
Returns the name of the user who used or is using the connection at the
times given by this tunnel.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResponse
-
Returns the user identified by the authentication token associated with
the current session.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.APIAuthenticationResult
-
Returns the user identified by the authentication token associated with
the current session.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionRecord
-
Returns the name of the user who used or is using the connection at the
times given by this connection record.
- getUsername() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Returns the username for this user.
- getUserPermissions() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- getUserPermissions() - Method in interface org.glyptodon.guacamole.net.auth.User
-
Returns all user permissions given to this user.
- getUserPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Returns a map of user IDs to the set of permissions granted for that
user.
- getUserPermissions() - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- getUsers(String, String, List<ObjectPermission.Type>) - Method in class org.glyptodon.guacamole.net.basic.rest.user.UserRESTService
-
Gets a list of users in the given data source (UserContext), filtering
the returned list by the given permission, if specified.
- getUUID() - Method in class org.glyptodon.guacamole.net.DelegatingGuacamoleTunnel
-
- getUUID() - Method in interface org.glyptodon.guacamole.net.GuacamoleTunnel
-
Returns the unique identifier associated with this GuacamoleTunnel.
- getUUID() - Method in class org.glyptodon.guacamole.net.SimpleGuacamoleTunnel
-
- getValue() - Method in class org.glyptodon.guacamole.form.FieldOption
-
Returns the value that will be assigned if this option is chosen.
- getValue() - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Returns the value of this patch.
- getVideoMimetypes() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns a list of all video mimetypes declared as supported within the
tunnel request.
- getVideoMimetypes() - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of video mimetypes supported by the client.
- getWebSocketCode() - Method in enum org.glyptodon.guacamole.protocol.GuacamoleStatus
-
Returns the most applicable HTTP error code.
- getWidth() - Method in class org.glyptodon.guacamole.net.basic.TunnelRequest
-
Returns the display width desired for the Guacamole session over the
tunnel being requested.
- getWriter() - Method in interface org.glyptodon.guacamole.net.GuacamoleSocket
-
Returns a GuacamoleWriter which can be used to write to the
Guacamole instruction stream associated with the connection
represented by this GuacamoleSocket.
- getWriter() - Method in class org.glyptodon.guacamole.net.InetGuacamoleSocket
-
- getWriter() - Method in class org.glyptodon.guacamole.net.SSLGuacamoleSocket
-
- getWriter() - Method in class org.glyptodon.guacamole.protocol.ConfiguredGuacamoleSocket
-
- getWriter() - Method in class org.glyptodon.guacamole.protocol.FilteredGuacamoleSocket
-
- GuacamoleClassLoader - Class in org.glyptodon.guacamole.net.basic
-
Deprecated.
- GuacamoleClientBadTypeException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when data has been submitted with an unsupported
mimetype.
- GuacamoleClientBadTypeException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given message and cause.
- GuacamoleClientBadTypeException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given message.
- GuacamoleClientBadTypeException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given cause.
- GuacamoleClientException - Exception in org.glyptodon.guacamole
-
A generic exception thrown when part of the Guacamole API encounters
an error in the client's request.
- GuacamoleClientException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleClientException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message.
- GuacamoleClientException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleClientInformation - Class in org.glyptodon.guacamole.protocol
-
An abstract representation of Guacamole client information, including all
information required by the Guacamole protocol during the preamble.
- GuacamoleClientInformation() - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
- GuacamoleClientOverrunException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when the client has sent too much data.
- GuacamoleClientOverrunException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given message and cause.
- GuacamoleClientOverrunException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given message.
- GuacamoleClientOverrunException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given cause.
- GuacamoleClientTimeoutException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when the client is taking too long to respond.
- GuacamoleClientTimeoutException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given message and cause.
- GuacamoleClientTimeoutException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given message.
- GuacamoleClientTimeoutException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given cause.
- GuacamoleClientTooManyException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when too many requests have been received
by the current client, and further requests are being rejected, either
temporarily or permanently.
- GuacamoleClientTooManyException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given message and cause.
- GuacamoleClientTooManyException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given message.
- GuacamoleClientTooManyException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given cause.
- GuacamoleConfiguration - Class in org.glyptodon.guacamole.protocol
-
All information necessary to complete the initial protocol handshake of a
Guacamole session.
- GuacamoleConfiguration() - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Creates a new, blank GuacamoleConfiguration with its protocol, connection
ID, and parameters unset.
- GuacamoleConfiguration(GuacamoleConfiguration) - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Copies the given GuacamoleConfiguration, creating a new, indepedent
GuacamoleConfiguration containing the same protocol, connection ID,
and parameter values, if any.
- GuacamoleConnectionClosedException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when an operation cannot be performed because
its corresponding connection is closed.
- GuacamoleConnectionClosedException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given message
and cause.
- GuacamoleConnectionClosedException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given message.
- GuacamoleConnectionClosedException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given cause.
- GuacamoleCredentialsException - Exception in org.glyptodon.guacamole.net.auth.credentials
-
A security-related exception thrown when access is denied to a user because
of a problem related to the provided credentials.
- GuacamoleCredentialsException(String, Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.
- GuacamoleCredentialsException(String, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.
- GuacamoleCredentialsException(Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.
- GuacamoleException - Exception in org.glyptodon.guacamole
-
A generic exception thrown when parts of the Guacamole API encounter
errors.
- GuacamoleException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message.
- GuacamoleException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleFilter - Interface in org.glyptodon.guacamole.protocol
-
Interface which provides for the filtering of individual instructions.
- GuacamoleHome - Class in org.glyptodon.guacamole.properties
-
Deprecated.
- GuacamoleHTTPTunnelServlet - Class in org.glyptodon.guacamole.servlet
-
A HttpServlet implementing and abstracting the operations required by the
HTTP implementation of the JavaScript Guacamole client's tunnel.
- GuacamoleHTTPTunnelServlet() - Constructor for class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet
-
- GuacamoleInstruction - Class in org.glyptodon.guacamole.protocol
-
An abstract representation of a Guacamole instruction, as defined by the
Guacamole protocol.
- GuacamoleInstruction(String, String...) - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleInstruction
-
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
- GuacamoleInstruction(String, List<String>) - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleInstruction
-
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
- GuacamoleInsufficientCredentialsException - Exception in org.glyptodon.guacamole.net.auth.credentials
-
A security-related exception thrown when access is denied to a user because
the provided credentials are not sufficient for authentication to succeed.
- GuacamoleInsufficientCredentialsException(String, Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInsufficientCredentialsException
-
Creates a new GuacamoleInsufficientCredentialsException with the given
message, cause, and associated credential information.
- GuacamoleInsufficientCredentialsException(String, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInsufficientCredentialsException
-
Creates a new GuacamoleInsufficientCredentialsException with the given
message and associated credential information.
- GuacamoleInsufficientCredentialsException(Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInsufficientCredentialsException
-
Creates a new GuacamoleInsufficientCredentialsException with the given
cause and associated credential information.
- GuacamoleInvalidCredentialsException - Exception in org.glyptodon.guacamole.net.auth.credentials
-
A security-related exception thrown when access is denied to a user because
the provided credentials are invalid.
- GuacamoleInvalidCredentialsException(String, Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInvalidCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.
- GuacamoleInvalidCredentialsException(String, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInvalidCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.
- GuacamoleInvalidCredentialsException(Throwable, CredentialsInfo) - Constructor for exception org.glyptodon.guacamole.net.auth.credentials.GuacamoleInvalidCredentialsException
-
Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.
- GuacamoleParser - Class in org.glyptodon.guacamole.protocol
-
Parser for the Guacamole protocol.
- GuacamoleParser() - Constructor for class org.glyptodon.guacamole.protocol.GuacamoleParser
-
- GuacamoleProperties - Class in org.glyptodon.guacamole.properties
-
Deprecated.
- GuacamoleProperty<Type> - Interface in org.glyptodon.guacamole.properties
-
An abstract representation of a property in the guacamole.properties file,
which parses into a specific type.
- GuacamoleReader - Interface in org.glyptodon.guacamole.io
-
Provides abstract and raw character read access to a stream of Guacamole
instructions.
- GuacamoleResourceConflictException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when a resource has been requested, but that
resource is locked or currently in use, and cannot be accessed by the
current user.
- GuacamoleResourceConflictException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given message and cause.
- GuacamoleResourceConflictException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given message.
- GuacamoleResourceConflictException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given cause.
- GuacamoleResourceNotFoundException - Exception in org.glyptodon.guacamole
-
A generic exception thrown when part of the Guacamole API fails to find
a requested resource, such as a configuration or tunnel.
- GuacamoleResourceNotFoundException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message
and cause.
- GuacamoleResourceNotFoundException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message.
- GuacamoleResourceNotFoundException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given cause.
- GuacamoleSecurityException - Exception in org.glyptodon.guacamole
-
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource.
- GuacamoleSecurityException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message and cause.
- GuacamoleSecurityException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message.
- GuacamoleSecurityException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given cause.
- GuacamoleServerBusyException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when the server is too busy to service the
request.
- GuacamoleServerBusyException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given message and cause.
- GuacamoleServerBusyException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given message.
- GuacamoleServerBusyException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given cause.
- GuacamoleServerException - Exception in org.glyptodon.guacamole
-
A generic exception thrown when part of the Guacamole API encounters
an unexpected, internal error.
- GuacamoleServerException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given message and cause.
- GuacamoleServerException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given message.
- GuacamoleServerException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given cause.
- GuacamoleSession - Class in org.glyptodon.guacamole.net.basic
-
Contains Guacamole-specific user information which is tied to the current
session, such as the UserContext and current clipboard state.
- GuacamoleSession(Environment, AuthenticatedUser, List<UserContext>) - Constructor for class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Creates a new Guacamole session associated with the given
AuthenticatedUser and UserContexts.
- GuacamoleSession - Class in org.glyptodon.guacamole.servlet
-
Provides abstract access to the tunnels associated with a Guacamole session.
- GuacamoleSession(HttpSession) - Constructor for class org.glyptodon.guacamole.servlet.GuacamoleSession
-
Creates a new GuacamoleSession, storing and retrieving tunnels from the
given HttpSession.
- GuacamoleSocket - Interface in org.glyptodon.guacamole.net
-
Provides abstract socket-like access to a Guacamole connection.
- GuacamoleStatus - Enum in org.glyptodon.guacamole.protocol
-
All possible statuses returned by various Guacamole instructions, each having
a corresponding code.
- GuacamoleTunnel - Interface in org.glyptodon.guacamole.net
-
Provides a unique identifier and synchronized access to the GuacamoleReader
and GuacamoleWriter associated with a GuacamoleSocket.
- GuacamoleUnauthorizedException - Exception in org.glyptodon.guacamole
-
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource, but access MAY be granted were the user
authorized (logged in).
- GuacamoleUnauthorizedException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given message and cause.
- GuacamoleUnauthorizedException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given message.
- GuacamoleUnauthorizedException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given cause.
- GuacamoleUnsupportedException - Exception in org.glyptodon.guacamole
-
An exception which is thrown when the requested operation is unsupported
or unimplemented.
- GuacamoleUnsupportedException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given message and cause.
- GuacamoleUnsupportedException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given message.
- GuacamoleUnsupportedException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given cause.
- GuacamoleUpstreamException - Exception in org.glyptodon.guacamole
-
An exception which indicates than an upstream server (such as the remote
desktop) is returning an error or is otherwise unreachable.
- GuacamoleUpstreamException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given message and
cause.
- GuacamoleUpstreamException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given message.
- GuacamoleUpstreamException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given cause.
- GuacamoleUpstreamTimeoutException - Exception in org.glyptodon.guacamole
-
An exception which indicates than an upstream server (such as the remote
desktop) is taking too long to respond.
- GuacamoleUpstreamTimeoutException(String, Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given message and
cause.
- GuacamoleUpstreamTimeoutException(String) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given message.
- GuacamoleUpstreamTimeoutException(Throwable) - Constructor for exception org.glyptodon.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given cause.
- GuacamoleWebSocketTunnelEndpoint - Class in org.glyptodon.guacamole.websocket
-
A WebSocket implementation of GuacamoleTunnel functionality, compatible with
the Guacamole.WebSocketTunnel object included with the JavaScript API.
- GuacamoleWebSocketTunnelEndpoint() - Constructor for class org.glyptodon.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint
-
- GuacamoleWebSocketTunnelServlet - Class in org.glyptodon.guacamole.net.basic.websocket.jetty8
-
A WebSocketServlet partial re-implementation of GuacamoleTunnelServlet.
- GuacamoleWebSocketTunnelServlet() - Constructor for class org.glyptodon.guacamole.net.basic.websocket.jetty8.GuacamoleWebSocketTunnelServlet
-
- GuacamoleWriter - Interface in org.glyptodon.guacamole.io
-
Provides abstract and raw character write access to a stream of Guacamole
instructions.
- GUACD_HOSTNAME - Static variable in interface org.glyptodon.guacamole.environment.Environment
-
The hostname of the server where guacd (the Guacamole proxy server) is
running.
- GUACD_HOSTNAME - Static variable in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
The hostname of the server where guacd (the Guacamole proxy server) is
running.
- GUACD_PORT - Static variable in interface org.glyptodon.guacamole.environment.Environment
-
The port that guacd (the Guacamole proxy server) is listening on.
- GUACD_PORT - Static variable in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
The port that guacd (the Guacamole proxy server) is listening on.
- GUACD_SSL - Static variable in interface org.glyptodon.guacamole.environment.Environment
-
Whether guacd requires SSL/TLS on connections.
- GUACD_SSL - Static variable in class org.glyptodon.guacamole.properties.GuacamoleProperties
-
Deprecated.
Whether guacd requires SSL/TLS on connections.
- SchemaRESTService - Class in org.glyptodon.guacamole.net.basic.rest.schema
-
A REST service which provides access to descriptions of the properties,
attributes, etc.
- SchemaRESTService() - Constructor for class org.glyptodon.guacamole.net.basic.rest.schema.SchemaRESTService
-
- SecureRandomAuthTokenGenerator - Class in org.glyptodon.guacamole.net.basic.rest.auth
-
An implementation of the AuthTokenGenerator based around SecureRandom.
- SecureRandomAuthTokenGenerator() - Constructor for class org.glyptodon.guacamole.net.basic.rest.auth.SecureRandomAuthTokenGenerator
-
- self() - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
- self() - Method in interface org.glyptodon.guacamole.net.auth.UserContext
-
Returns the User whose access rights control the operations of this
UserContext.
- sendError(HttpServletResponse, GuacamoleStatus, String) - Static method in class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet
-
Sends an error on the given HTTP response using the information within
the given GuacamoleStatus.
- SequenceResource - Class in org.glyptodon.guacamole.net.basic.resource
-
A resource which is the logical concatenation of other resources.
- SequenceResource(String, Iterable<Resource>) - Constructor for class org.glyptodon.guacamole.net.basic.resource.SequenceResource
-
Creates a new SequenceResource as the logical concatenation of the
given resources.
- SequenceResource(Iterable<Resource>) - Constructor for class org.glyptodon.guacamole.net.basic.resource.SequenceResource
-
Creates a new SequenceResource as the logical concatenation of the
given resources.
- SequenceResource(String, Resource...) - Constructor for class org.glyptodon.guacamole.net.basic.resource.SequenceResource
-
Creates a new SequenceResource as the logical concatenation of the
given resources.
- SequenceResource(Resource...) - Constructor for class org.glyptodon.guacamole.net.basic.resource.SequenceResource
-
Creates a new SequenceResource as the logical concatenation of the
given resources.
- setActiveConnectionPermissions(Map<String, Set<ObjectPermission.Type>>) - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Replaces the current map of active connection permissions with the give
map, which must map active connection ID to its corresponding set of
granted permissions.
- setActiveUsers(int) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Set the number of currently active connections using this connection.
- setActiveUsers(int) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Set the number of currently active connections using this connection
group.
- setAttributes(Map<String, String>) - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Sets the given attributes.
- setAttributes(Map<String, String>) - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Sets the given attributes.
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
- setAttributes(Map<String, String>) - Method in interface org.glyptodon.guacamole.net.auth.User
-
Sets the given attributes.
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Sets the map of all attributes associated with this connection.
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Sets the map of all attributes associated with this connection group.
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Sets the map of all attributes associated with this user.
- setAttributes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- setAuthenticatedUser(AuthenticatedUser) - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Replaces the authenticated user associated with this session with the
given authenticated user.
- setAuthProviders(Collection<String>) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the classnames of all authentication provider classes within the
extension.
- setChildConnectionGroups(Collection<APIConnectionGroup>) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Sets the collection of all child connection groups to the given
collection, which may be null if children have not been queried.
- setChildConnections(Collection<APIConnection>) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Sets the collection of all child connections to the given collection,
which may be null if children have not been queried.
- setConfiguration(GuacamoleConfiguration) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- setConfiguration(GuacamoleConfiguration) - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Sets the GuacamoleConfiguration associated with this Connection.
- setConfiguration(GuacamoleConfiguration) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- setConnectionGroupPermissions(Map<String, Set<ObjectPermission.Type>>) - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Replaces the current map of connection group permissions with the given
map, which must map connection group ID to its corresponding set of
granted permissions.
- setConnectionID(String) - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Sets the ID of the connection being joined, if any.
- setConnectionIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setConnectionIdentifier(String) - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Sets the identifier of the connection being actively used.
- setConnectionPermissions(Map<String, Set<ObjectPermission.Type>>) - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Replaces the current map of connection permissions with the given map,
which must map connection ID to its corresponding set of granted
permissions.
- setCSSPaths(Collection<String>) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the paths to all CSS resources within the extension.
- setEncoding(Authorization.Encoding) - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Sets the encoding which will be used to hash the password or when
comparing a given password for validation.
- setFields(Collection<Field>) - Method in class org.glyptodon.guacamole.form.Form
-
Sets the collection of fields associated with this form.
- setForms(Collection<Form>) - Method in class org.glyptodon.guacamole.protocols.ProtocolInfo
-
Sets the collection of protocol forms associated with this
protocol.
- setGuacamoleVersion(String) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the version of the Guacamole web application for which the
extension was built, such as "0.9.7".
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractAuthenticatedUser
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractUser
-
- setIdentifier(String) - Method in interface org.glyptodon.guacamole.net.auth.Identifiable
-
Sets the identifier assigned to this object.
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Sets the unique identifier for this connection.
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Set the identifier of this connection group.
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- setIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- setJavaScriptPaths(Collection<String>) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the paths to all JavaScript resources within the extension.
- setLargeIcon(String) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the path to the large favicon.
- setName(String) - Method in class org.glyptodon.guacamole.form.Field
-
Sets the unique name associated with this field.
- setName(String) - Method in class org.glyptodon.guacamole.form.Form
-
Sets the name of this form.
- setName(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- setName(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- setName(String) - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Sets the name assigned to this Connection.
- setName(String) - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Sets the name assigned to this ConnectionGroup.
- setName(String) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the name of the extension associated with this manifest.
- setName(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Set the name of this connection.
- setName(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- setName(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Set the name of this connection group.
- setName(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- setName(String) - Method in class org.glyptodon.guacamole.protocols.ProtocolInfo
-
Sets the unique name of this protocol.
- setNamespace(String) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the namespace of the extension associated with this manifest.
- setNewPassword(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserPasswordUpdate
-
Set the new password that will be assigned to this user.
- setObjects(Map<String, ObjectType>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
Sets the Map which backs this SimpleDirectory.
- setOldPassword(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserPasswordUpdate
-
Set the old password for this user.
- setOp(APIPatch.Operation) - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Set the operation for this patch.
- setOptimalResolution(int) - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Sets the resolution of the screen if the optimal width and height are
used, in DPI.
- setOptimalScreenHeight(int) - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Sets the client's optimal screen height.
- setOptimalScreenWidth(int) - Method in class org.glyptodon.guacamole.protocol.GuacamoleClientInformation
-
Sets the client's optimal screen width.
- setOptions(Collection<String>) - Method in class org.glyptodon.guacamole.form.Field
-
Sets the options available as possible values of this field.
- setParameter(String, String) - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Sets the value for the parameter with the given name.
- setParameters(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Sets the parameter map for this connection.
- setParameters(Map<String, String>) - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Replaces all current parameters with the parameters defined within the
given map.
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnection
-
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- setParentIdentifier(String) - Method in interface org.glyptodon.guacamole.net.auth.Connection
-
Sets the unique identifier of the parent ConnectionGroup for
this Connection.
- setParentIdentifier(String) - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Sets the unique identifier of the parent ConnectionGroup for
this ConnectionGroup.
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Sets the parent connection group identifier for this connection.
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnectionWrapper
-
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Sets the parent connection group identifier for this connection group.
- setParentIdentifier(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- setPassword(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractUser
-
- setPassword(String) - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Sets the password associated with this set of credentials.
- setPassword(String) - Method in interface org.glyptodon.guacamole.net.auth.User
-
Sets this user's password.
- setPassword(String) - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Sets the password associated with this authorization, which must be
encoded using the encoding specified with setEncoding().
- setPassword(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Set the password for this user.
- setPassword(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUserWrapper
-
- setPath(String) - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Set the path for this patch.
- setPermissions(Set<ObjectPermission>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
Sets the Set which backs this SimpleObjectPermissionSet.
- setPermissions(Set<SystemPermission>) - Method in class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
Sets the Set which backs this SimpleSystemPermissionSet.
- setProtocol(String) - Method in class org.glyptodon.guacamole.net.basic.rest.connection.APIConnection
-
Sets the protocol for this connection.
- setProtocol(String) - Method in class org.glyptodon.guacamole.protocol.GuacamoleConfiguration
-
Sets the name of the protocol to be used.
- setRemoteHost(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setRemoteHost(String) - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Sets the hostname or IP address of the remote host that initiated the
connection.
- setRequest(HttpServletRequest) - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Sets the HttpServletRequest associated with this set of credentials.
- setResourceTypes(Map<String, String>) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the map of all resources to their corresponding mimetypes, for all
resources not already declared as JavaScript, CSS, or translation
resources.
- setSession(HttpSession) - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Sets the HttpSession associated with this set of credentials.
- setSmallIcon(String) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the path to the small favicon.
- setStartDate(Date) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setStartDate(Date) - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Sets the date and time the connection began.
- setSystemPermissions(Set<SystemPermission.Type>) - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Replaces the current set of system-level permissions with the given set.
- setTitle(String) - Method in class org.glyptodon.guacamole.form.FieldOption
-
Sets the human-readable title describing the effect of this option.
- setToken(String, String) - Method in class org.glyptodon.guacamole.token.TokenFilter
-
Sets the token having the given name to the given value.
- setTokens(Map<String, String>) - Method in class org.glyptodon.guacamole.token.TokenFilter
-
Replaces all current token values with the contents of the given map,
where each map key represents a token name, and each map value
represents a token value.
- setTranslationPaths(Collection<String>) - Method in class org.glyptodon.guacamole.net.basic.extension.ExtensionManifest
-
Sets the paths to all translation resources within the extension.
- setTunnel(GuacamoleTunnel) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setTunnel(GuacamoleTunnel) - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Sets the connected GuacamoleTunnel being used.
- setType(String) - Method in class org.glyptodon.guacamole.form.Field
-
Sets the type of this field.
- setType(ConnectionGroup.Type) - Method in class org.glyptodon.guacamole.net.auth.AbstractConnectionGroup
-
- setType(ConnectionGroup.Type) - Method in interface org.glyptodon.guacamole.net.auth.ConnectionGroup
-
Set the type of this ConnectionGroup.
- setType(ConnectionGroup.Type) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroup
-
Set the type of this connection group.
- setType(ConnectionGroup.Type) - Method in class org.glyptodon.guacamole.net.basic.rest.connectiongroup.APIConnectionGroupWrapper
-
- setUserContexts(List<UserContext>) - Method in class org.glyptodon.guacamole.net.basic.GuacamoleSession
-
Replaces all UserContexts associated with this session with the given
List of UserContexts.
- setUsername(String) - Method in class org.glyptodon.guacamole.net.auth.AbstractActiveConnection
-
- setUsername(String) - Method in interface org.glyptodon.guacamole.net.auth.ActiveConnection
-
Sets the name of the user who is using this connection.
- setUsername(String) - Method in class org.glyptodon.guacamole.net.auth.Credentials
-
Sets the username associated with this set of credentials.
- setUsername(String) - Method in class org.glyptodon.guacamole.net.basic.auth.Authorization
-
Sets the username associated with this authorization.
- setUsername(String) - Method in class org.glyptodon.guacamole.net.basic.rest.user.APIUser
-
Set the username for this user.
- setUserPermissions(Map<String, Set<ObjectPermission.Type>>) - Method in class org.glyptodon.guacamole.net.basic.rest.permission.APIPermissionSet
-
Replaces the current map of user permissions with the given map, which
must map user ID to its corresponding set of granted permissions.
- setValue(String) - Method in class org.glyptodon.guacamole.form.FieldOption
-
Sets the value that will be assigned if this option is chosen.
- setValue(T) - Method in class org.glyptodon.guacamole.net.basic.rest.APIPatch
-
Sets the value of this patch.
- shutdown() - Method in class org.glyptodon.guacamole.net.basic.rest.auth.BasicTokenSessionMap
-
- shutdown() - Method in interface org.glyptodon.guacamole.net.basic.rest.auth.TokenSessionMap
-
Shuts down this session map, disallowing future sessions and reclaiming
any resources.
- SimpleAuthenticationProvider - Class in org.glyptodon.guacamole.net.auth.simple
-
Provides means of retrieving a set of named GuacamoleConfigurations for a
given Credentials object.
- SimpleAuthenticationProvider() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleAuthenticationProvider
-
- SimpleConnection - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely basic Connection implementation.
- SimpleConnection() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
Creates a completely uninitialized SimpleConnection.
- SimpleConnection(String, String, GuacamoleConfiguration) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleConnection
-
Creates a new SimpleConnection having the given identifier and
GuacamoleConfiguration.
- SimpleConnectionDirectory - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple read-only implementation of a Directory of
GuacamoleConfigurations which provides access to a pre-defined Map of
GuacamoleConfigurations.
- SimpleConnectionDirectory(Collection<Connection>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionDirectory
-
Creates a new SimpleConnectionDirectory which provides access to the
connections contained within the given Map.
- SimpleConnectionGroup - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple read-only implementation of a ConnectionGroup which
returns the connection and connection group identifiers it was constructed
with.
- SimpleConnectionGroup(String, String, Collection<String>, Collection<String>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroup
-
Creates a new SimpleConnectionGroup having the given name and identifier
which will expose the given contents.
- SimpleConnectionGroupDirectory - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple read-only implementation of a Directory of
ConnectionGroup which provides which provides access to a pre-defined
Collection of ConnectionGroups.
- SimpleConnectionGroupDirectory(Collection<ConnectionGroup>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleConnectionGroupDirectory
-
Creates a new SimpleConnectionGroupDirectory which contains the given
groups.
- SimpleDirectory<ObjectType> - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple read-only implementation of a Directory which provides
access to a pre-defined Map of arbitrary objects.
- SimpleDirectory() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
Creates a new empty SimpleDirectory which does not provide access to
any objects.
- SimpleDirectory(Map<String, ObjectType>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleDirectory
-
Creates a new SimpleDirectory which provides access to the objects
contained within the given Map.
- SimpleGuacamoleTunnel - Class in org.glyptodon.guacamole.net
-
GuacamoleTunnel implementation which uses a provided socket.
- SimpleGuacamoleTunnel(GuacamoleSocket) - Constructor for class org.glyptodon.guacamole.net.SimpleGuacamoleTunnel
-
Creates a new GuacamoleTunnel which synchronizes access to the
Guacamole instruction stream associated with the given GuacamoleSocket.
- SimpleObjectPermissionSet - Class in org.glyptodon.guacamole.net.auth.simple
-
A read-only implementation of ObjectPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
- SimpleObjectPermissionSet() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
Creates a new empty SimpleObjectPermissionSet.
- SimpleObjectPermissionSet(Set<ObjectPermission>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleObjectPermissionSet
-
Creates a new SimpleObjectPermissionSet which contains the permissions
within the given Set.
- SimpleSystemPermissionSet - Class in org.glyptodon.guacamole.net.auth.simple
-
A read-only implementation of SystemPermissionSet which uses a backing Set
of Permissions to determine which permissions are present.
- SimpleSystemPermissionSet() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
Creates a new empty SimpleSystemPermissionSet.
- SimpleSystemPermissionSet(Set<SystemPermission>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleSystemPermissionSet
-
Creates a new SimpleSystemPermissionSet which contains the permissions
within the given Set.
- SimpleUser - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely basic User implementation.
- SimpleUser() - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
Creates a completely uninitialized SimpleUser.
- SimpleUser(String) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
Creates a new SimpleUser having the given username and no permissions.
- SimpleUser(String, Collection<String>, Collection<String>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
Creates a new SimpleUser having the given username and READ access to
the connections and groups having the given identifiers.
- SimpleUser(String, Collection<String>, Collection<String>, Collection<String>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUser
-
Creates a new SimpleUser having the given username and READ access to
the users, connections, and groups having the given identifiers.
- SimpleUserContext - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple UserContext implementation which provides access to
a defined and restricted set of GuacamoleConfigurations.
- SimpleUserContext(AuthenticationProvider, Map<String, GuacamoleConfiguration>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
Creates a new SimpleUserContext which provides access to only those
configurations within the given Map.
- SimpleUserContext(AuthenticationProvider, String, Map<String, GuacamoleConfiguration>) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUserContext
-
Creates a new SimpleUserContext for the user with the given username
which provides access to only those configurations within the given Map.
- SimpleUserDirectory - Class in org.glyptodon.guacamole.net.auth.simple
-
An extremely simple read-only implementation of a Directory of Users which
provides access to a single pre-defined User.
- SimpleUserDirectory(User) - Constructor for class org.glyptodon.guacamole.net.auth.simple.SimpleUserDirectory
-
Creates a new SimpleUserDirectory which provides access to the single
user provided.
- SSLGuacamoleSocket - Class in org.glyptodon.guacamole.net
-
Provides abstract socket-like access to a Guacamole connection over SSL to
a given hostname and port.
- SSLGuacamoleSocket(String, int) - Constructor for class org.glyptodon.guacamole.net.SSLGuacamoleSocket
-
Creates a new SSLGuacamoleSocket which reads and writes instructions
to the Guacamole instruction stream of the Guacamole proxy server
running at the given hostname and port using SSL.
- StandardTokens - Class in org.glyptodon.guacamole.token
-
Utility class which provides access to standardized token names, as well as
facilities for generating those tokens from common objects.
- startElement(String, String, String, Attributes) - Method in class net.sourceforge.guacamole.net.auth.noauth.NoAuthConfigContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.glyptodon.guacamole.xml.DocumentHandler
-
- StringGuacamoleProperty - Class in org.glyptodon.guacamole.properties
-
A GuacamoleProperty whose value is a simple string.
- StringGuacamoleProperty() - Constructor for class org.glyptodon.guacamole.properties.StringGuacamoleProperty
-
- SystemPermission - Class in org.glyptodon.guacamole.net.auth.permission
-
A permission which affects the system as a whole, rather than an individual
object.
- SystemPermission(SystemPermission.Type) - Constructor for class org.glyptodon.guacamole.net.auth.permission.SystemPermission
-
Creates a new SystemPermission with the given
type.
- SystemPermission.Type - Enum in org.glyptodon.guacamole.net.auth.permission
-
Specific types of system-level permissions.
- SystemPermissionSet - Interface in org.glyptodon.guacamole.net.auth.permission
-
A set of permissions which affects the system as a whole.