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:
java.io.Serializable
public class JaasAuthenticationSuccessEvent extends JaasAuthenticationEvent
Fired by theJaasAuthenticationProvider
after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaasAuthenticationSuccessEvent(Authentication auth)
-
Method Summary
-
Methods inherited from class org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)
-
-