クラス AuthenticationFailureBadCredentialsEvent
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.AuthenticationFailureBadCredentialsEvent
- 実装されているすべてのインターフェース:
SerializableSE
無効な資格情報が提示されたことによる認証の失敗を示すアプリケーションイベント。
- 関連事項:
フィールドのサマリー
クラス EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターコンストラクター説明AuthenticationFailureBadCredentialsEvent(Authentication authentication, AuthenticationException exception) 方法の概要
クラス AbstractAuthenticationFailureEvent から継承されたメソッド
getExceptionクラス AbstractAuthenticationEvent から継承されたメソッド
getAuthenticationクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AuthenticationFailureBadCredentialsEvent
public AuthenticationFailureBadCredentialsEvent(Authentication authentication, AuthenticationException exception)