- getAuthorization(String) - Method in class net.sourceforge.guacamole.net.basic.auth.UserMapping
-
Returns the authorization corresponding to the user having the given
username, if any.
- getAuthorizedConfigurations(Credentials) - Method in class net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider
-
- getConfiguration(String) - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
-
Returns the GuacamoleConfiguration having the given name and associated
with the username/password pair stored within this authorization.
- getConfigurations() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
-
Returns a Map of all stored GuacamoleConfigurations associated with the
username/password pair stored within this authorization, indexed by
configuration name.
- getConfigurations(HttpSession) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
-
Returns the configurations associated with the given session.
- getCredentials(HttpSession) - Method in class net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet
-
Returns the credentials associated with the given session.
- getEncoding() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
-
Returns the encoding used to hash the password, if any.
- getInstance() - Static method in class net.sourceforge.guacamole.net.basic.GuacamoleClassLoader
-
Returns an instance of a GuacamoleClassLoader which finds classes
within the directory configured in guacamole.properties.
- getName() - Method in class net.sourceforge.guacamole.net.basic.xml.user_mapping.ConnectionTagHandler
-
Returns the name associated with this connection.
- getPassword() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
-
Returns the password associated with this authorization, which may be
encoded or hashed.
- getUsername() - Method in class net.sourceforge.guacamole.net.basic.auth.Authorization
-
Returns the username associated with this authorization.
- GuacamoleClassLoader - Class in net.sourceforge.guacamole.net.basic
-
A ClassLoader implementation which finds classes within a configurable
directory.