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