| Package | Description | 
|---|---|
| io.vertx.ext.auth | |
| io.vertx.ext.auth.jwt | 
| Modifier and Type | Method and Description | 
|---|---|
KeyStoreOptions | 
KeyStoreOptions.setPassword(String password)
Deprecated.  
  | 
KeyStoreOptions | 
KeyStoreOptions.setPath(String path)
Deprecated.  
  | 
KeyStoreOptions | 
KeyStoreOptions.setType(String type)
Deprecated.  
  | 
| 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)
Deprecated.  
Copy constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeyStoreOptions | 
JWTAuthOptions.getKeyStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
JWTAuthOptions | 
JWTAuthOptions.setKeyStore(KeyStoreOptions keyStore)  | 
Copyright © 2020 Eclipse. All rights reserved.