Package | Description |
---|---|
org.springframework.security.authentication.jaas.event |
JAAS authentication events which can be published to the Spring application context by the JAAS authentication
provider.
|
Modifier and Type | Class and Description |
---|---|
class |
JaasAuthenticationFailedEvent
Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time.
|
class |
JaasAuthenticationSuccessEvent
Fired by the
JaasAuthenticationProvider
after successfully logging the user into the LoginContext, handling all callbacks, and calling all
AuthorityGranters. |
Copyright © 2019. All rights reserved.