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 TypeMethodDescriptionEncryptedJwt.validate(List<Validator<EncryptedJwt>> validators) Validate this Encrypted JWT against provided validators.Validate configured validators against providedJwt.SignedJwt.verifySignature(JwkKeys keys) Verify signature against the provided keys (the kid of this JWT should be present in theJwkKeysprovided).SignedJwt.verifySignature(JwkKeys keys, Jwk defaultJwk) Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeysprovided).