Class | Description |
---|---|
AfterAuthenticationEvent |
Event that is fired by
AuthenticationManager after user is authenticated or authentication failed. |
AfterLoginEvent |
Event that is fired by
AuthenticationManager after user is logged in or login failed. |
AuthenticationFailureEvent |
Event that is fired by
AuthenticationManager if user authentication failed against
one of AuthenticationProvider s, i.e. |
AuthenticationSuccessEvent |
Event that is fired by
AuthenticationManager after user is successfully authenticated. |
BeforeAuthenticationEvent |
Event that is fired by
AuthenticationManager before user is authenticated. |
BeforeLoginEvent |
Event that is fired by
AuthenticationManager before user is logged in. |
UserLoggedInEvent |
Event that is published by
AuthenticationManager after user is logged in and user session is completely
initialized and stored in user sessions storage. |
UserLoggedOutEvent |
Event that is published by
AuthenticationManager after user is logged out and session of the user has been
removed from user session storage. |
UserSubstitutedEvent |
Event that is fired by
AuthenticationManager after user is substituted and the new session is created. |