org.acegisecurity.event.authentication
Class InteractiveAuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
org.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent
- All Implemented Interfaces:
- Serializable
public class InteractiveAuthenticationSuccessEvent
- extends AbstractAuthenticationEvent
Indicates an interactive authentication was successful.
The ApplicationEvent's source will be the
Authentication object.
- Version:
- $Id: InteractiveAuthenticationSuccessEvent.java,v 1.2 2005/11/17 00:55:48 benalex Exp $
- Author:
- Ben Alex
- See Also:
- Serialized Form
InteractiveAuthenticationSuccessEvent
public InteractiveAuthenticationSuccessEvent(Authentication authentication,
Class generatedBy)
getGeneratedBy
public Class getGeneratedBy()
- Getter for the
Class that generated this event. This can be
useful for generating additional logging information.
- Returns:
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.