| Package | Description |
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.jwt | |
| io.vertx.ext.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
PubSecKeyOptions |
PubSecKeyOptions.setPublicKey(String publicKey) |
PubSecKeyOptions |
PubSecKeyOptions.setSecretKey(String secretKey) |
PubSecKeyOptions |
PubSecKeyOptions.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PubSecKeyOptionsConverter.fromJson(JsonObject json,
PubSecKeyOptions obj) |
static void |
PubSecKeyOptionsConverter.toJson(PubSecKeyOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
PubSecKeyOptions(PubSecKeyOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<PubSecKeyOptions> |
JWTAuthOptions.getPubSecKeys() |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.addPubSecKey(PubSecKeyOptions pubSecKey) |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.setPubSecKeys(List<PubSecKeyOptions> pubSecKeys) |
| Modifier and Type | Method and Description |
|---|---|
PubSecKeyOptions |
OAuth2ClientOptions.getPubSecKey() |
| Modifier and Type | Method and Description |
|---|---|
OAuth2ClientOptions |
OAuth2ClientOptions.setPubSecKeyOptions(PubSecKeyOptions pubSecKey) |
Copyright © 2017. All rights reserved.