org.acegisecurity.event.authentication
Class AbstractAuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractAuthenticationFailureEvent, AuthenticationSuccessEvent, AuthenticationSwitchUserEvent, InteractiveAuthenticationSuccessEvent
public abstract class AbstractAuthenticationEvent
- extends org.springframework.context.ApplicationEvent
Represents an application authentication event.
The ApplicationEvent
's source
will
be the Authentication
object.
- Version:
- $Id: AbstractAuthenticationEvent.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
AbstractAuthenticationEvent
public AbstractAuthenticationEvent(Authentication authentication)
getAuthentication
public Authentication getAuthentication()
- Getters for the
Authentication
request that caused the event. Also available from
super.getSource()
.
- Returns:
- the authentication request
Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.