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 Summary

    Modifier and Type
    Method
    Description
    Gets the to-be-validated token.
  • Method Details

    • getInputToken

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