org.glyptodon.guacamole.net.event
public class AuthenticationFailureEvent extends Object implements CredentialEvent
| Constructor and Description |
|---|
AuthenticationFailureEvent(Credentials credentials)
Creates a new AuthenticationFailureEvent which represents the failure
to authenticate the given credentials.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials()
Returns the current credentials of the user triggering the event, if any.
|
public AuthenticationFailureEvent(Credentials credentials)
credentials - The credentials which failed authentication.public Credentials getCredentials()
CredentialEventgetCredentials in interface CredentialEventCopyright © 2014. All Rights Reserved.