クラス AbstractAuthenticationEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
- 実装されているすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
AbstractAuthenticationFailureEvent、AuthenticationSuccessEvent、AuthenticationSwitchUserEvent、InteractiveAuthenticationSuccessEvent、LogoutSuccessEvent、SessionFixationProtectionEvent
public abstract class AbstractAuthenticationEvent
extends org.springframework.context.ApplicationEvent
アプリケーション認証イベントを表します。
ApplicationEvent の source は Authentication オブジェクトになります。
- 関連事項:
フィールドのサマリー
クラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource, toString
コンストラクターの詳細
AbstractAuthenticationEvent
メソッドの詳細
getAuthentication
イベントを発生させたAuthenticationリクエストの Getter。super.getSource()からも入手できます。- 戻り値:
- 認証リクエスト