net.sourceforge.guacamole.net.event
Interface CredentialEvent

All Known Implementing Classes:
AuthenticationFailureEvent, AuthenticationSuccessEvent, TunnelCloseEvent, TunnelConnectEvent

public interface CredentialEvent

Abstract basis for events which may have associated user credentials when triggered.

Author:
Michael Jumper

Method Summary
 Credentials getCredentials()
          Returns the current credentials of the user triggering the event, if any.
 

Method Detail

getCredentials

Credentials getCredentials()
Returns the current credentials of the user triggering the event, if any.

Returns:
The current credentials of the user triggering the event, if any, or null if no credentials are associated with the event.


Copyright © 2013. All Rights Reserved.