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