Uses of Class
net.sourceforge.guacamole.net.auth.Credentials

Packages that use Credentials
net.sourceforge.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application. 
net.sourceforge.guacamole.net.event Provides classes for hooking into various events that take place as users log into and use the Guacamole web application. 
 

Uses of Credentials in net.sourceforge.guacamole.net.auth
 

Methods in net.sourceforge.guacamole.net.auth with parameters of type Credentials
 Map<String,net.sourceforge.guacamole.protocol.GuacamoleConfiguration> AuthenticationProvider.getAuthorizedConfigurations(Credentials credentials)
          Given an arbitrary credentials object, returns a Map containing all configurations authorized by those credentials.
 

Uses of Credentials in net.sourceforge.guacamole.net.event
 

Methods in net.sourceforge.guacamole.net.event that return Credentials
 Credentials TunnelConnectEvent.getCredentials()
           
 Credentials AuthenticationFailureEvent.getCredentials()
           
 Credentials TunnelCloseEvent.getCredentials()
           
 Credentials AuthenticationSuccessEvent.getCredentials()
           
 Credentials CredentialEvent.getCredentials()
          Returns the current credentials of the user triggering the event, if any.
 

Constructors in net.sourceforge.guacamole.net.event with parameters of type Credentials
AuthenticationFailureEvent(Credentials credentials)
          Creates a new AuthenticationFailureEvent which represents the failure to authenticate the given credentials.
AuthenticationSuccessEvent(Credentials credentials)
          Creates a new AuthenticationSuccessEvent which represents a successful authentication attempt with the given credentials.
TunnelCloseEvent(Credentials credentials, net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
          Creates a new TunnelCloseEvent which represents the closing of the given tunnel via a request associated with the given credentials.
TunnelConnectEvent(Credentials credentials, net.sourceforge.guacamole.net.GuacamoleTunnel tunnel)
          Creates a new TunnelConnectEvent which represents the connecting of the given tunnel via a request associated with the given credentials.
 



Copyright © 2012. All Rights Reserved.