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 ErrorsErrors.Collector. collect()Process the messages collected into anErrorsinstance. -
Uses of Errors in io.helidon.security.jwt
Methods in io.helidon.security.jwt that return Errors Modifier and Type Method Description ErrorsJwt. validate(String issuer, String audience)Validates all default values.ErrorsJwt. validate(String issuer, Set<String> audience)Validates all default values.ErrorsJwt. validate(List<Validator<Jwt>> validators)Validate this JWT against provided validators.ErrorsSignedJwt. verifySignature(JwkKeys keys)Verify signature against the provided keys (the kid of this JWT should be present in theJwkKeysprovided).ErrorsSignedJwt. verifySignature(JwkKeys keys, Jwk defaultJwk)Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeysprovided).
-