org.acegisecurity.providers.jaas.event
Class JaasAuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JaasAuthenticationFailedEvent, JaasAuthenticationSuccessEvent
public abstract class JaasAuthenticationEvent
- extends ApplicationEvent
Parent class for events fired by the JaasAuthenticationProvider.
- Version:
- $Id: JaasAuthenticationEvent.java,v 1.3 2005/11/17 00:56:08 benalex Exp $
- Author:
- Ray Krueger
- See Also:
- Serialized Form
JaasAuthenticationEvent
public JaasAuthenticationEvent(Authentication auth)
- The Authentication object is stored as the ApplicationEvent 'source'.
- Parameters:
auth -
getAuthentication
public Authentication getAuthentication()
- Pre-casted method that returns the 'source' of the event.
- Returns:
- the Authentication
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.