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