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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended byorg.acegisecurity.event.authentication.AbstractAuthenticationEvent
              extended byorg.acegisecurity.event.authentication.AuthenticationSuccessEvent
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationSuccessEvent
extends AbstractAuthenticationEvent

Application event which indicates successful authentication.

Version:
$Id: AuthenticationSuccessEvent.java,v 1.2 2005/11/17 00:55:48 benalex Exp $

Field Summary
 
Fields inherited from class org.springframework.context.ApplicationEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AuthenticationSuccessEvent(org.acegisecurity.Authentication authentication)
           
 
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
 

Constructor Detail

AuthenticationSuccessEvent

public AuthenticationSuccessEvent(org.acegisecurity.Authentication authentication)