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,v 1.3 2005/11/17 00:56:08 benalex Exp $
- Author:
- Ray Krueger
- See Also:
- Serialized Form
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.