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 TypeMethodDescriptionEncryptedJwt.validate
(List<Validator<EncryptedJwt>> validators) Validate this Encrypted JWT against provided validators.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.useJwtValidator.validate(Jwt)
insteadDeprecated, for removal: This API element is subject to removal in a future version.useJwtValidator.validate(Jwt)
insteadDeprecated, for removal: This API element is subject to removal in a future version.useJwtValidator.validate(Jwt)
insteadDeprecated, for removal: This API element is subject to removal in a future version.useJwtValidator.validate(Jwt)
insteadValidate configured validators against providedJwt
.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).
JwtValidator.validate(Jwt)
instead