Interface RestTokenTransformValidatorParameters<T>
-
@SupportedAll public 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 beJsonValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getInputToken()
Gets the to-be-validated token.
-
-
-
Method Detail
-
getInputToken
T getInputToken()
Gets the to-be-validated token.- Returns:
- the to-be-validated token.
-
-