T
- The claim value type.@FunctionalInterface public interface JwtClaimConstraint<T>
JwtClaimConstraint
represents an individual check that can applied to test a claim from a JWT.Modifier and Type | Method and Description |
---|---|
Result |
apply(String key,
T value)
Apply a constraint to the given claim value.
|
Copyright 2011-2017 ForgeRock AS.