public abstract class JaasAuthenticationEvent extends ApplicationEvent
JaasAuthenticationProvider
.source
Constructor and Description |
---|
JaasAuthenticationEvent(Authentication auth)
The Authentication object is stored as the ApplicationEvent 'source'.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
getAuthentication()
Pre-casted method that returns the 'source' of the event.
|
getTimestamp
getSource, toString
public JaasAuthenticationEvent(Authentication auth)
auth
- public Authentication getAuthentication()