Class UserIdAttributeInSessionStore

java.lang.Object
nablarch.common.handler.threadcontext.UserIdAttribute
nablarch.common.web.handler.threadcontext.UserIdAttributeInSessionStore
All Implemented Interfaces:
ThreadContextAttribute<Object>

public class UserIdAttributeInSessionStore extends UserIdAttribute
セッションストアを使用してユーザIDの保持を行うクラス
  • Constructor Details

    • UserIdAttributeInSessionStore

      public UserIdAttributeInSessionStore()
  • Method Details

    • getUserIdSession

      protected Object getUserIdSession(ExecutionContext ctx, String skey)
      Description copied from class: UserIdAttribute
      セッションからユーザIDを取得する。 デフォルトではHTTPセッションからユーザIDを取得する。 必要に応じてオーバーライドすること。
      Overrides:
      getUserIdSession in class UserIdAttribute
      Parameters:
      ctx - 実行コンテキスト
      skey - ユーザIDのキー
      Returns:
      ユーザID