| Package | Description |
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.jwt |
| Modifier and Type | Method and Description |
|---|---|
SecretOptions |
SecretOptions.setSecret(String secret)
Deprecated.
|
SecretOptions |
SecretOptions.setType(String type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecretOptionsConverter.fromJson(JsonObject json,
SecretOptions obj) |
static void |
SecretOptionsConverter.toJson(SecretOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
SecretOptions(SecretOptions other)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecretOptions> |
JWTAuthOptions.getSecrets() |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.addSecret(SecretOptions secret) |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.setSecrets(List<SecretOptions> secrets) |
Copyright © 2018 Eclipse. All rights reserved.