| Package | Description |
|---|---|
| io.helidon.common |
Common utilities for Helidon projects.
|
| io.helidon.security.jwt |
JWT (JSON web token) support.
|
| Modifier and Type | Method | Description |
|---|---|---|
Errors |
Errors.Collector.collect() |
Process the messages collected into an
Errors instance. |
| Modifier and Type | Method | Description |
|---|---|---|
Errors |
Jwt.validate(java.lang.String issuer,
java.lang.String audience) |
Validates all default values.
|
Errors |
Jwt.validate(java.util.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). |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.