クラス AuthenticationEventPublisher
java.lang.ObjectSE
org.springframework.vault.authentication.AuthenticationEventPublisher
- 実装されているすべてのインターフェース:
AuthenticationEventMulticaster
- 既知の直属サブクラス
LifecycleAwareSessionManagerSupport
public abstract class AuthenticationEventPublisher
extends ObjectSE
implements AuthenticationEventMulticaster
AuthenticationEvent s のパブリッシャー。 このパブリッシャーはイベントを AuthenticationListener および AuthenticationErrorListener にディスパッチします。
- 導入:
- 2.2
- 作成者:
- Mark Paluch
- 関連事項:
コンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明voidAuthenticationListenerを追加します。voidaddErrorListener(AuthenticationErrorListener listener) AuthenticationErrorListenerを追加します。void指定されたアプリケーションイベントを適切なリスナーにマルチキャストします。void指定されたアプリケーションイベントを適切なリスナーにマルチキャストします。voidAuthenticationListenerを削除します。voidAuthenticationErrorListenerを削除します。
コンストラクターの詳細
AuthenticationEventPublisher
public AuthenticationEventPublisher()
メソッドの詳細
addAuthenticationListener
AuthenticationListenerを追加します。リスナーはできるだけ早くイベントの受信を開始します。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのaddAuthenticationListener - パラメーター:
listener- リスナーは null であってはなりません。
removeAuthenticationListener
AuthenticationListenerを削除します。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのremoveAuthenticationListener - パラメーター:
listener- リスナーは null であってはなりません。
addErrorListener
AuthenticationErrorListenerを追加します。リスナーはできるだけ早くイベントの受信を開始します。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのaddErrorListener - パラメーター:
listener- リスナーは null であってはなりません。
removeErrorListener
AuthenticationErrorListenerを削除します。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのremoveErrorListener - パラメーター:
listener- リスナーは null であってはなりません。
multicastEvent
インターフェースからコピーされた説明:AuthenticationEventMulticaster指定されたアプリケーションイベントを適切なリスナーにマルチキャストします。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのmulticastEvent - パラメーター:
event- マルチキャストするイベント。
multicastEvent
インターフェースからコピーされた説明:AuthenticationEventMulticaster指定されたアプリケーションイベントを適切なリスナーにマルチキャストします。- 次で指定:
- インターフェース
AuthenticationEventMulticasterのmulticastEvent - パラメーター:
event- マルチキャストするイベント。