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:
- 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
InteractiveAuthenticationSuccessEvent
public InteractiveAuthenticationSuccessEvent(Authentication authentication,
Class generatedBy)
getGeneratedBy
public Class getGeneratedBy()
- Getter for the
Class
that generated this event. This can be useful for generating
additional logging information.
- Returns:
- the class
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.