Interface RestTokenTransformValidatorParameters<T>
Defines the parameter state which needs to be passed to the RestTokenTransformValidator#validateToken instances. The generic
type will correspond to the to-be-validated token.
For custom RestTokenTransformValidator implementations, this generic type will be
JsonValue
-
Method Summary
-
Method Details
-
getInputToken
T getInputToken()Gets the to-be-validated token.- Returns:
- the to-be-validated token.
-