クラス AuthenticationFailureProviderNotFoundEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent
- 実装されているすべてのインターフェース:
SerializableSE
リクエストを処理できる登録された
AuthenticationProvider がないために認証失敗を示すアプリケーションイベント。- 関連事項:
フィールドのサマリー
クラス EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターコンストラクター説明AuthenticationFailureProviderNotFoundEvent(Authentication authentication, AuthenticationException exception) 方法の概要
クラス AbstractAuthenticationFailureEvent から継承されたメソッド
getExceptionクラス AbstractAuthenticationEvent から継承されたメソッド
getAuthenticationクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AuthenticationFailureProviderNotFoundEvent
public AuthenticationFailureProviderNotFoundEvent(Authentication authentication, AuthenticationException exception)