Class AuthenticationFailureProviderNotFoundEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
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.
See Also: