org.springframework.security.event.authentication
Class AuthenticationFailureServiceExceptionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.event.authentication.AbstractAuthenticationEvent
org.springframework.security.event.authentication.AbstractAuthenticationFailureEvent
org.springframework.security.event.authentication.AuthenticationFailureServiceExceptionEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationFailureServiceExceptionEvent
- extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to there being a problem internal to the
AuthenticationManager
.
- Version:
- $Id$
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationFailureServiceExceptionEvent
public AuthenticationFailureServiceExceptionEvent(Authentication authentication,
AuthenticationException exception)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.