public class

AuthenticationFailureProviderNotFoundEvent

extends AbstractAuthenticationFailureEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.security.authentication.event.AbstractAuthenticationEvent
         ↳ org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
           ↳ org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent

Class Overview

Application event which indicates authentication failure due to there being no registered AuthenticationProvider that can process the request.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AuthenticationFailureProviderNotFoundEvent(Authentication authentication, AuthenticationException exception)
[Expand]
Inherited Methods
From class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
From class org.springframework.security.authentication.event.AbstractAuthenticationEvent
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AuthenticationFailureProviderNotFoundEvent (Authentication authentication, AuthenticationException exception)