|
|||||||||
| Home >> All >> org >> acegisecurity >> event >> [ authentication overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.event.authentication
Class InteractiveAuthenticationSuccessEvent

java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
org.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
Classthat generated this event. This can be useful for generating additional logging information.
|
|||||||||
| Home >> All >> org >> acegisecurity >> event >> [ authentication overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC