public class Server extends Object
| Constructor and Description |
|---|
Server(String value,
String serverName,
String dbName,
ServerAuth serverAuth,
boolean encryptConnection,
boolean trustServerCertificate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEncryptConnection() |
boolean |
getTrustServerCertificate() |
String |
getvalue() |
@DataBoundConstructor public Server(String value, String serverName, String dbName, ServerAuth serverAuth, boolean encryptConnection, boolean trustServerCertificate)
public String getvalue()
public boolean getEncryptConnection()
public boolean getTrustServerCertificate()
Copyright © 2016–2021. All rights reserved.