クラス AuthenticationSwitchUserEvent

java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
実装されたすべてのインターフェース:
SerializableSE

public class AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent
ユーザーコンテキストの切り替えを示すアプリケーションイベント。
関連事項:
  • コンストラクターの詳細

    • AuthenticationSwitchUserEvent

      public AuthenticationSwitchUserEvent(Authentication authentication, UserDetails targetUser)
      ユーザーコンテキストイベントコンストラクターの切り替え
      パラメーター:
      authentication - 現在の Authentication オブジェクト
      targetUser - ターゲットユーザー
  • メソッドの詳細