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()
CredentialEvent
getCredentials
in interface CredentialEvent
Copyright © 2016. All rights reserved.