Class AuthenticationSuccessEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationEvent
-
- org.springframework.security.authentication.event.AuthenticationSuccessEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationSuccessEvent extends AbstractAuthenticationEvent
Application event which indicates successful authentication.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSuccessEvent(Authentication authentication)
-
Method Summary
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
AuthenticationSuccessEvent
public AuthenticationSuccessEvent(Authentication authentication)
-
-