public class

AuthenticationSuccessEvent

extends AbstractAuthenticationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.security.authentication.event.AbstractAuthenticationEvent
         ↳ org.springframework.security.authentication.event.AuthenticationSuccessEvent

Class Overview

Application event which indicates successful authentication.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AuthenticationSuccessEvent(Authentication authentication)
[Expand]
Inherited Methods
From class org.springframework.security.authentication.event.AbstractAuthenticationEvent
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AuthenticationSuccessEvent (Authentication authentication)