クラス InteractiveAuthenticationSuccessEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent
- 実装されているすべてのインターフェース:
SerializableSE
インタラクティブ認証が成功したことを示します。
ApplicationEvent の source は Authentication オブジェクトになります。
これは、AuthenticationSuccessEvent から拡張されず、重複した AuthenticationSuccessEvent がリスナーに送信されるのを防ぎます。
- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターコンストラクター説明InteractiveAuthenticationSuccessEvent(Authentication authentication, ClassSE<?> generatedBy) メソッドのサマリー
クラス org.springframework.security.authentication.event.AbstractAuthenticationEvent から継承されたメソッド
getAuthenticationクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
InteractiveAuthenticationSuccessEvent
メソッドの詳細
getGeneratedBy
このイベントを生成したClassの Getter。これは、追加のログ情報を生成できます。- 戻り値:
- クラス