public abstract class

JaasAuthenticationEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
Known Direct Subclasses

Class Overview

Parent class for events fired by the JaasAuthenticationProvider.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
JaasAuthenticationEvent(Authentication auth)
The Authentication object is stored as the ApplicationEvent 'source'.
Public Methods
Authentication getAuthentication()
Pre-casted method that returns the 'source' of the event.
[Expand]
Inherited Methods
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public JaasAuthenticationEvent (Authentication auth)

The Authentication object is stored as the ApplicationEvent 'source'.

Public Methods

public Authentication getAuthentication ()

Pre-casted method that returns the 'source' of the event.

Returns
  • the Authentication