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