public interface RestTokenTransformValidator<T>
Modifier and Type | Method and Description |
---|---|
RestTokenTransformValidatorResult |
validateToken(RestTokenTransformValidatorParameters<T> restTokenTransformValidatorParameters)
Validates the token supplied in the provided
RestTokenTransformValidatorParameters |
RestTokenTransformValidatorResult validateToken(RestTokenTransformValidatorParameters<T> restTokenTransformValidatorParameters) throws TokenValidationException
RestTokenTransformValidatorParameters
restTokenTransformValidatorParameters
- The token validation parameters which provide access to the to-be-validated
tokenTokenValidationException
- If the token could not be successfully validated.Copyright © 2010-2016, ForgeRock All Rights Reserved.