public class AuthenticationSuccessEvent extends Object implements CredentialEvent
| Constructor and Description |
|---|
AuthenticationSuccessEvent(Credentials credentials)
Creates a new AuthenticationSuccessEvent which represents a successful
authentication attempt with the given credentials.
|
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials()
Returns the current credentials of the user triggering the event, if any.
|
public AuthenticationSuccessEvent(Credentials credentials)
credentials - The credentials which passed authentication.public Credentials getCredentials()
CredentialEventgetCredentials in interface CredentialEventCopyright © 2013. All Rights Reserved.