パッケージ org.terasoluna.gfw.web.token.transaction
package org.terasoluna.gfw.web.token.transaction
Package related to Transaction Token functionality.
Transaction Token functionality provides flow management and
prevention of double submit.
Transaction Token functionality provides flow management and
prevention of double submit.
-
クラス説明Implementation of
TransactionTokenStore
interface which uses HTTP session to store the tokenThrown when transaction token is invalidClass representing the transaction token stringA custom annotation that provides a functionality to perform a token check for preventing consecutive form submissions.Interface containing operations for managing Transaction Token ContextHandlerMethodArgumentResolver
to handkeTransactionTokenContext
Stores the context information regarding a particular instance ofTransactionToken
.Contains meta-information about a created TransactionTokenThe class to store(cache) the TransactionTokenInfo instancesHandlerInterceptor
implementation class that introduces TransactionTokenCheck functionality for each incoming HTTP Request.ARequestDataValueProcessor
implementation class which returns a map containing theTransactionToken
received in the request.Interface representing the store forTransactionToken
Represents the possible types ofTransactionToken