Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.event.authentication
Class InteractiveAuthenticationSuccessEvent  view InteractiveAuthenticationSuccessEvent download InteractiveAuthenticationSuccessEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended byorg.acegisecurity.event.authentication.AbstractAuthenticationEvent
              extended byorg.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent
All Implemented Interfaces:
java.io.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 $

Field Summary
private  java.lang.Class generatedBy
           
 
Fields inherited from class org.springframework.context.ApplicationEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InteractiveAuthenticationSuccessEvent(org.acegisecurity.Authentication authentication, java.lang.Class generatedBy)
           
 
Method Summary
 java.lang.Class getGeneratedBy()
          Getter for the Class that generated this event.
 
Methods inherited from class org.acegisecurity.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
 

Field Detail

generatedBy

private java.lang.Class generatedBy
Constructor Detail

InteractiveAuthenticationSuccessEvent

public InteractiveAuthenticationSuccessEvent(org.acegisecurity.Authentication authentication,
                                             java.lang.Class generatedBy)
Method Detail

getGeneratedBy

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