public class JWTKeyStoreOptions extends Object
Constructor and Description |
---|
JWTKeyStoreOptions()
Default constructor
|
JWTKeyStoreOptions(io.vertx.core.json.JsonObject json)
Constructor to create an options from JSON
|
JWTKeyStoreOptions(JWTKeyStoreOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getPath() |
String |
getType() |
JWTKeyStoreOptions |
setPassword(String password) |
JWTKeyStoreOptions |
setPath(String path) |
JWTKeyStoreOptions |
setType(String type) |
public JWTKeyStoreOptions()
public JWTKeyStoreOptions(JWTKeyStoreOptions other)
other
- the options to copypublic JWTKeyStoreOptions(io.vertx.core.json.JsonObject json)
json
- the JSONpublic String getType()
public JWTKeyStoreOptions setType(String type)
public String getPath()
public JWTKeyStoreOptions setPath(String path)
public String getPassword()
public JWTKeyStoreOptions setPassword(String password)
Copyright © 2018 Eclipse. All rights reserved.