public class BeforeAuthenticationEvent
extends org.springframework.context.ApplicationEvent
AuthenticationManager before user is authenticated. There is an active database
transaction when the event is published.
SecurityContext is set to AppContext. It has system user
session that has full permissions in the system.
| Constructor and Description |
|---|
BeforeAuthenticationEvent(Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials() |
Credentials |
getSource() |
public BeforeAuthenticationEvent(Credentials credentials)
public Credentials getSource()
getSource in class java.util.EventObjectpublic Credentials getCredentials()