| Package | Description |
|---|---|
| io.helidon.common |
Common utilities for Helidon projects.
|
| io.helidon.security.jwt |
JWT (JSON web token) support.
|
| Modifier and Type | Method and Description |
|---|---|
Errors |
Errors.Collector.collect()
Process the messages collected into an
Errors instance. |
| Modifier and Type | Method and Description |
|---|---|
Errors |
Jwt.validate(String issuer,
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 the
JwkKeys provided). |
Errors |
SignedJwt.verifySignature(JwkKeys keys,
Jwk defaultJwk)
Verify signature against the provided keys (the kid of thisPrincipal
JWT should be present in the
JwkKeys provided). |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.