org.springframework.security.event.authentication
Class InteractiveAuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.event.authentication.AbstractAuthenticationEvent
org.springframework.security.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$
- Author:
- Ben Alex
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.lang.Class |
getGeneratedBy()
Getter for the Class that generated this event. |
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 |
InteractiveAuthenticationSuccessEvent
public InteractiveAuthenticationSuccessEvent(Authentication authentication,
java.lang.Class generatedBy)
getGeneratedBy
public java.lang.Class getGeneratedBy()
- Getter for the
Class
that generated this event. This can be useful for generating
additional logging information.
- Returns:
- the class