Spring Security Framework

org.springframework.security.event.authentication
Class InteractiveAuthenticationSuccessEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.security.event.authentication.AbstractAuthenticationEvent
              extended by org.springframework.security.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$
Author:
Ben Alex
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InteractiveAuthenticationSuccessEvent(Authentication authentication, Class generatedBy)
           
 
Method Summary
 Class getGeneratedBy()
          Getter for the Class that generated this event.
 
Methods inherited from class org.springframework.security.event.authentication.AbstractAuthenticationEvent
getAuthentication
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractiveAuthenticationSuccessEvent

public InteractiveAuthenticationSuccessEvent(Authentication authentication,
                                             Class generatedBy)
Method Detail

getGeneratedBy

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

Returns:
the class

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.