Uses of Class
io.helidon.common.Errors
Packages that use Errors
Package
Description
Common utilities for Helidon projects.
JWT (JSON web token) support.
-
Uses of Errors in io.helidon.common
Methods in io.helidon.common that return Errors -
Uses of Errors in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return ErrorsModifier and TypeMethodDescriptionValidates all default values.Validates all default values.Validate this JWT against provided validators.SignedJwt.verifySignature
(JwkKeys keys) Verify signature against the provided keys (the kid of this JWT should be present in theJwkKeys
provided).SignedJwt.verifySignature
(JwkKeys keys, Jwk defaultJwk) Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeys
provided).