org.acegisecurity.providers.jaas.event
Class JaasAuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent
org.acegisecurity.providers.jaas.event.JaasAuthenticationSuccessEvent
- All Implemented Interfaces:
- Serializable
public class JaasAuthenticationSuccessEvent
- extends JaasAuthenticationEvent
Fired by the JaasAuthenticationProvider
after successfully logging the user into the LoginContext, handling all callbacks, and calling all
AuthorityGranters.
- Version:
- $Id: JaasAuthenticationSuccessEvent.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ray Krueger
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.