クラス AbstractAuthenticationFailureEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
- 実装されているすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
AuthenticationFailureBadCredentialsEvent、AuthenticationFailureCredentialsExpiredEvent、AuthenticationFailureDisabledEvent、AuthenticationFailureExpiredEvent、AuthenticationFailureLockedEvent、AuthenticationFailureProviderNotFoundEvent、AuthenticationFailureProxyUntrustedEvent、AuthenticationFailureServiceExceptionEvent
何らかの理由で認証の失敗を示す抽象アプリケーションイベント。
- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターコンストラクター説明AbstractAuthenticationFailureEvent(Authentication authentication, AuthenticationException exception) メソッドのサマリー
クラス org.springframework.security.authentication.event.AbstractAuthenticationEvent から継承されたメソッド
getAuthenticationクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AbstractAuthenticationFailureEvent
public AbstractAuthenticationFailureEvent(Authentication authentication, AuthenticationException exception)
メソッドの詳細
getException