クラス 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。これは、追加のログ情報を生成できます。- 戻り値:
- クラス