Uses of Record Class
org.forgerock.openig.tools.jwt.validation.Violation
Packages that use Violation
Package
Description
This package contains the components used to implement some JWT related filter.
Handles the tech preview identity assertion processing.
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 ViolationModifier and TypeMethodDescriptionJwtValidationErrorContext.getViolations()Returns the unmodifiable list ofViolations. -
Uses of Violation in org.forgerock.openig.handler.assertion
Methods in org.forgerock.openig.handler.assertion that return types with arguments of type ViolationModifier and TypeMethodDescriptionIdentityAssertionException.violations()Return any violations associated with this exception, may be empty.Constructor parameters in org.forgerock.openig.handler.assertion with type arguments of type ViolationModifierConstructorDescriptionIdentityAssertionException(String message, List<Violation> violations) Create a new instance with a specific message and violations. -
Uses of Violation in org.forgerock.openig.tools.jwt.validation
Methods in org.forgerock.openig.tools.jwt.validation that return ViolationModifier and TypeMethodDescriptionResult.getViolation()Return the Violation if it is present,nullotherwise.Methods in org.forgerock.openig.tools.jwt.validation that return types with arguments of type ViolationModifier and TypeMethodDescriptionJwtValidatorResult.getViolations()Returns the list of theViolationif this JWT is invalid.Methods in org.forgerock.openig.tools.jwt.validation with parameters of type Violation