Package | Description |
---|---|
io.vertx.ext.auth | |
io.vertx.ext.auth.jwt |
Modifier and Type | Method and Description |
---|---|
SecretOptions |
SecretOptions.setSecret(String secret) |
SecretOptions |
SecretOptions.setType(String type) |
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) |
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 |
---|---|
void |
JWTAuthOptions.setSecrets(List<SecretOptions> secrets) |
Copyright © 2017. All rights reserved.