public abstract class JaasAuthenticationEvent
extends org.springframework.context.ApplicationEvent
JaasAuthenticationProvider
.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.
|
public JaasAuthenticationEvent(Authentication auth)
auth
- public Authentication getAuthentication()