public class RESTConnectorConfig extends Object
| Constructor and Description |
|---|
RESTConnectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getLogin() |
String |
getPassword() |
int |
getPort() |
String |
getResourcePath() |
String |
getTrustStoreFilePath() |
String |
getTrustStorePassword() |
boolean |
isBasicAuthEnabled() |
boolean |
isHostVerificationEnabled() |
boolean |
isTrustSelfSigned() |
void |
setBasicAuthEnabled(boolean basicAuthEnabled) |
void |
setHost(String host) |
void |
setHostVerificationEnabled(boolean hostVerificationEnabled) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setResourcePath(String resourcePath) |
void |
setTrustSelfSigned(boolean trustSelfSigned) |
void |
setTrustStoreFilePath(String trustStoreFilePath) |
void |
setTrustStorePassword(String trustStorePassword) |
String |
toString() |
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getResourcePath()
public void setResourcePath(String resourcePath)
public boolean isBasicAuthEnabled()
public void setBasicAuthEnabled(boolean basicAuthEnabled)
public String getLogin()
public void setLogin(String login)
public String getPassword()
public void setPassword(String password)
public boolean isTrustSelfSigned()
public void setTrustSelfSigned(boolean trustSelfSigned)
public boolean isHostVerificationEnabled()
public void setHostVerificationEnabled(boolean hostVerificationEnabled)
public String getTrustStoreFilePath()
public void setTrustStoreFilePath(String trustStoreFilePath)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
Copyright © 2010-2017 anotheria.net. All Rights Reserved.