public class AfterLoginEvent
extends org.springframework.context.ApplicationEvent
Connection
.Modifier and Type | Field and Description |
---|---|
protected AuthenticationDetails |
authenticationDetails |
Constructor and Description |
---|
AfterLoginEvent(Credentials source,
AuthenticationDetails authenticationDetails) |
Modifier and Type | Method and Description |
---|---|
AuthenticationDetails |
getAuthenticationDetails() |
Credentials |
getCredentials() |
Credentials |
getSource() |
UserSession |
getUserSession() |
protected final AuthenticationDetails authenticationDetails
public AfterLoginEvent(Credentials source, @Nullable AuthenticationDetails authenticationDetails)
public Credentials getSource()
getSource
in class java.util.EventObject
public Credentials getCredentials()
@Nullable public UserSession getUserSession()
@Nullable public AuthenticationDetails getAuthenticationDetails()