| Package | Description |
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.jwt |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreOptions |
KeyStoreOptions.setPassword(String password) |
KeyStoreOptions |
KeyStoreOptions.setPath(String path) |
KeyStoreOptions |
KeyStoreOptions.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyStoreOptionsConverter.fromJson(JsonObject json,
KeyStoreOptions obj) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
JsonObject json) |
| Constructor and Description |
|---|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
KeyStoreOptions |
JWTAuthOptions.getKeyStore() |
| Modifier and Type | Method and Description |
|---|---|
JWTAuthOptions |
JWTAuthOptions.setKeyStore(KeyStoreOptions keyStore) |
Copyright © 2018 Eclipse. All rights reserved.