org.springframework.security.providers.jaas.event
Class JaasAuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.providers.jaas.event.JaasAuthenticationEvent
org.springframework.security.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$
- Author:
- Ray Krueger
- See Also:
- Serialized Form
JaasAuthenticationSuccessEvent
public JaasAuthenticationSuccessEvent(Authentication auth)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.