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(Iterable<Map.Entry<String,Object>> json,
SecretOptions obj) |
static void |
SecretOptionsConverter.toJson(SecretOptions obj,
JsonObject json) |
static void |
SecretOptionsConverter.toJson(SecretOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
SecretOptions(SecretOptions other)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<SecretOptions> |
JWTAuthOptions.getSecrets()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JWTAuthOptions |
JWTAuthOptions.addSecret(SecretOptions secret)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JWTAuthOptions |
JWTAuthOptions.setSecrets(List<SecretOptions> secrets)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.