Uses of Class
io.helidon.common.Errors
Package
Description
Common utilities for Helidon projects.
JWT (JSON web token) support.
-
Uses of Errors in io.helidon.common
-
Uses of Errors in io.helidon.security.jwt
Modifier 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).