org.acegisecurity.event.authentication
Class AuthenticationFailureProviderNotFoundEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationFailureEvent
org.acegisecurity.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: AuthenticationFailureProviderNotFoundEvent.java,v 1.2 2005/11/17 00:55:48 benalex Exp $
- Author:
- Ben Alex
- See Also:
- Serialized Form
AuthenticationFailureProviderNotFoundEvent
public AuthenticationFailureProviderNotFoundEvent(Authentication authentication,
AuthenticationException exception)
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.