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 be JsonValue
    • Method Detail

      • getInputToken

        T getInputToken()
        Gets the to-be-validated token.
        Returns:
        the to-be-validated token.