Uses of Class
org.forgerock.openig.tools.jwt.Violation
-
Packages that use Violation Package Description org.forgerock.openig.filter.jwt This package contains the components used to implement some JWT related filter.org.forgerock.openig.tools.jwt This package contains classes used to perform JWT validation. -
-
Uses of Violation in org.forgerock.openig.filter.jwt
Methods in org.forgerock.openig.filter.jwt that return types with arguments of type Violation Modifier and Type Method Description List<Violation>
JwtValidationErrorContext. getViolations()
Returns the unmodifiable list ofViolation
s. -
Uses of Violation in org.forgerock.openig.tools.jwt
Methods in org.forgerock.openig.tools.jwt that return Violation Modifier and Type Method Description Violation
Result. getViolation()
Return the Violation if it is present,null
otherwise.Methods in org.forgerock.openig.tools.jwt that return types with arguments of type Violation Modifier and Type Method Description List<Violation>
JwtValidatorResult. getViolations()
Returns the list of theViolation
if this JWT is invalid.Methods in org.forgerock.openig.tools.jwt with parameters of type Violation Modifier and Type Method Description static Result
Result. failure(Violation violation)
Returns aResult
representing validation failure.
-