public class

InteractiveAuthenticationSuccessEvent

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

Class Overview

Indicates an interactive authentication was successful.

The ApplicationEvent's source will be the Authentication object.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
InteractiveAuthenticationSuccessEvent(Authentication authentication, Class<?> generatedBy)
Public Methods
Class<?> getGeneratedBy()
Getter for the Class that generated this event.
[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 InteractiveAuthenticationSuccessEvent (Authentication authentication, Class<?> generatedBy)

Public Methods

public Class<?> getGeneratedBy ()

Getter for the Class that generated this event. This can be useful for generating additional logging information.

Returns
  • the class