クラス 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 がリスナーに送信されるのを防ぎます。
- 関連事項:
フィールド概要
クラス EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明InteractiveAuthenticationSuccessEvent(Authentication authentication, ClassSE<?> generatedBy) 方法の概要
クラス AbstractAuthenticationEvent から継承されたメソッド
getAuthenticationクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
InteractiveAuthenticationSuccessEvent
方法の詳細
getGeneratedBy