org.springframework.security.authentication.jaas.event
Class JaasAuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent
- All Implemented Interfaces:
- Serializable
public class JaasAuthenticationSuccessEvent
- extends JaasAuthenticationEvent
Fired by the JaasAuthenticationProvider
after successfully logging the user into the LoginContext, handling all callbacks, and calling all
AuthorityGranters.
- See Also:
- Serialized Form
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)