org.acegisecurity.event.authentication
public class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent
The ApplicationEvent
's
source
will be the Authentication
object.
Constructor and Description |
---|
InteractiveAuthenticationSuccessEvent(Authentication authentication,
java.lang.Class generatedBy) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getGeneratedBy()
Getter for the
Class that generated this event. |
getAuthentication
public InteractiveAuthenticationSuccessEvent(Authentication authentication, java.lang.Class generatedBy)
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.