Uses of Class
io.helidon.common.Errors
-
Packages that use Errors Package Description io.helidon.common Common utilities for Helidon projects.io.helidon.security.jwt JWT (JSON web token) support. -
-
Uses of Errors in io.helidon.common
Methods in io.helidon.common that return Errors Modifier and Type Method Description Errors
Errors.Collector. collect()
Process the messages collected into anErrors
instance. -
Uses of Errors in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return Errors Modifier and Type Method Description Errors
Jwt. validate(String issuer, String audience)
Validates all default values.Errors
Jwt. validate(String issuer, Set<String> audience)
Validates all default values.Errors
Jwt. validate(List<Validator<Jwt>> validators)
Validate this JWT against provided validators.Errors
SignedJwt. verifySignature(JwkKeys keys)
Verify signature against the provided keys (the kid of this JWT should be present in theJwkKeys
provided).Errors
SignedJwt. verifySignature(JwkKeys keys, Jwk defaultJwk)
Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeys
provided).
-