A C G N S T 

A

authenticationFailed(AuthenticationFailureEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.AuthenticationFailureListener
Event hook which fires immediately after a user's authentication attempt fails.
AuthenticationFailureEvent - Class in net.sourceforge.guacamole.net.event
An event which is triggered whenever a user's credentials fail to be authenticated.
AuthenticationFailureEvent(Credentials) - Constructor for class net.sourceforge.guacamole.net.event.AuthenticationFailureEvent
Creates a new AuthenticationFailureEvent which represents the failure to authenticate the given credentials.
AuthenticationFailureListener - Interface in net.sourceforge.guacamole.net.event.listener
A listener whose authenticationFailed() hook will fire immediately after a user's authentication attempt fails.
AuthenticationProvider - Interface in net.sourceforge.guacamole.net.auth
Provides means of retrieving a set of named GuacamoleConfigurations for a given Credentials object.
authenticationSucceeded(AuthenticationSuccessEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.AuthenticationSuccessListener
Event hook which fires immediately after a user's authentication attempt succeeds.
AuthenticationSuccessEvent - Class in net.sourceforge.guacamole.net.event
An event which is triggered whenever a user's credentials pass authentication.
AuthenticationSuccessEvent(Credentials) - Constructor for class net.sourceforge.guacamole.net.event.AuthenticationSuccessEvent
Creates a new AuthenticationSuccessEvent which represents a successful authentication attempt with the given credentials.
AuthenticationSuccessListener - Interface in net.sourceforge.guacamole.net.event.listener
A listener whose hooks will fire immediately before and after a user's authentication attempt succeeds.

C

CredentialEvent - Interface in net.sourceforge.guacamole.net.event
Abstract basis for events which may have associated user credentials when triggered.
Credentials - Class in net.sourceforge.guacamole.net.auth
Simple arbitrary set of credentials, including a username/password pair, the HttpServletRequest associated with the request for authorization (if any) and the HttpSession associated with that request.
Credentials() - Constructor for class net.sourceforge.guacamole.net.auth.Credentials
 

G

getAuthorizedConfigurations(Credentials) - Method in interface net.sourceforge.guacamole.net.auth.AuthenticationProvider
Given an arbitrary credentials object, returns a Map containing all configurations authorized by those credentials.
getCredentials() - Method in class net.sourceforge.guacamole.net.event.AuthenticationFailureEvent
 
getCredentials() - Method in class net.sourceforge.guacamole.net.event.AuthenticationSuccessEvent
 
getCredentials() - Method in interface net.sourceforge.guacamole.net.event.CredentialEvent
Returns the current credentials of the user triggering the event, if any.
getCredentials() - Method in class net.sourceforge.guacamole.net.event.TunnelCloseEvent
 
getCredentials() - Method in class net.sourceforge.guacamole.net.event.TunnelConnectEvent
 
getPassword() - Method in class net.sourceforge.guacamole.net.auth.Credentials
Returns the password associated with this set of credentials.
getRequest() - Method in class net.sourceforge.guacamole.net.auth.Credentials
Returns the HttpServletRequest associated with this set of credentials.
getSession() - Method in class net.sourceforge.guacamole.net.auth.Credentials
Returns the HttpSession associated with this set of credentials.
getTunnel() - Method in class net.sourceforge.guacamole.net.event.TunnelCloseEvent
 
getTunnel() - Method in class net.sourceforge.guacamole.net.event.TunnelConnectEvent
 
getTunnel() - Method in interface net.sourceforge.guacamole.net.event.TunnelEvent
Returns the tunnel associated with this event, if any.
getUsername() - Method in class net.sourceforge.guacamole.net.auth.Credentials
Returns the username associated with this set of credentials.

N

net.sourceforge.guacamole.net.auth - package 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 - package 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.
net.sourceforge.guacamole.net.event.listener - package net.sourceforge.guacamole.net.event.listener
 

S

setPassword(String) - Method in class net.sourceforge.guacamole.net.auth.Credentials
Sets the password associated with this set of credentials.
setRequest(HttpServletRequest) - Method in class net.sourceforge.guacamole.net.auth.Credentials
Sets the HttpServletRequest associated with this set of credentials.
setSession(HttpSession) - Method in class net.sourceforge.guacamole.net.auth.Credentials
Sets the HttpSession associated with this set of credentials.
setUsername(String) - Method in class net.sourceforge.guacamole.net.auth.Credentials
Sets the username associated with this set of credentials.

T

tunnelClosed(TunnelCloseEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.TunnelCloseListener
Event hook which fires immediately after an existing tunnel is closed.
TunnelCloseEvent - Class in net.sourceforge.guacamole.net.event
An event which is triggered whenever a tunnel is being closed.
TunnelCloseEvent(Credentials, GuacamoleTunnel) - Constructor for class net.sourceforge.guacamole.net.event.TunnelCloseEvent
Creates a new TunnelCloseEvent which represents the closing of the given tunnel via a request associated with the given credentials.
TunnelCloseListener - Interface in net.sourceforge.guacamole.net.event.listener
A listener whose tunnelClosed() hook will fire immediately after an existing tunnel is closed.
tunnelConnected(TunnelConnectEvent) - Method in interface net.sourceforge.guacamole.net.event.listener.TunnelConnectListener
Event hook which fires immediately after a new tunnel is connected.
TunnelConnectEvent - Class in net.sourceforge.guacamole.net.event
An event which is triggered whenever a tunnel is being connected.
TunnelConnectEvent(Credentials, GuacamoleTunnel) - Constructor for class net.sourceforge.guacamole.net.event.TunnelConnectEvent
Creates a new TunnelConnectEvent which represents the connecting of the given tunnel via a request associated with the given credentials.
TunnelConnectListener - Interface in net.sourceforge.guacamole.net.event.listener
A listener whose tunnelConnected() hook will fire immediately after a new tunnel is connected.
TunnelEvent - Interface in net.sourceforge.guacamole.net.event
Abstract basis for events associated with tunnels.
A C G N S T 

Copyright © 2012. All Rights Reserved.