Package org.springframework.security.authentication.jaas.event
JAAS authentication events which can be published to the Spring application context by
the JAAS authentication provider.
-
Class Summary Class Description JaasAuthenticationEvent Parent class for events fired by theJaasAuthenticationProvider
.JaasAuthenticationFailedEvent Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time.JaasAuthenticationSuccessEvent Fired by theJaasAuthenticationProvider
after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters.