Package | Description |
---|---|
io.vertx.ext.auth | |
io.vertx.ext.auth.jwt |
Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.putPasswordProtection(String alias,
String password) |
KeyStoreOptions |
KeyStoreOptions.setPassword(String password) |
KeyStoreOptions |
KeyStoreOptions.setPasswordProtection(Map<String,String> passwordProtection) |
KeyStoreOptions |
KeyStoreOptions.setPath(String path) |
KeyStoreOptions |
KeyStoreOptions.setProvider(String provider) |
KeyStoreOptions |
KeyStoreOptions.setType(String type) |
KeyStoreOptions |
KeyStoreOptions.setValue(Buffer value) |
Modifier and Type | Method and Description |
---|---|
static void |
KeyStoreOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
KeyStoreOptions obj) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
JsonObject json) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
Map<String,Object> 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 © 2021 Eclipse. All rights reserved.