クラス TransactionTokenInfoStore

java.lang.Object
org.terasoluna.gfw.web.token.transaction.TransactionTokenInfoStore

public class TransactionTokenInfoStore extends Object
The class to store(cache) the TransactionTokenInfo instances
  • コンストラクタの詳細

    • TransactionTokenInfoStore

      public TransactionTokenInfoStore()
      No parameter constructor
  • メソッドの詳細

    • getTransactionTokenInfo

      public TransactionTokenInfo getTransactionTokenInfo(org.springframework.web.method.HandlerMethod handlerMethod)
      Returns TransactionTokenInfo instance fetched from TransactionTokenCache based to the handlerMethod.

      If there is no TransactionTokenInfo corresponding to the handlerMethod passed as argument, a new TransactionTokenInfo is returned as well as put in the cache.

      パラメータ:
      handlerMethod - handler method
      戻り値:
      TransactionTokenInfo