org.springframework.security.event.authentication
Class AuthenticationFailureProviderNotFoundEvent
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.AuthenticationFailureProviderNotFoundEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationFailureProviderNotFoundEvent
- extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to there being no registered
AuthenticationProvider
that can process the request.
- Version:
- $Id$
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationFailureProviderNotFoundEvent
public AuthenticationFailureProviderNotFoundEvent(Authentication authentication,
AuthenticationException exception)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.