public class CarbonServer extends Object
| Constructor and Description |
|---|
CarbonServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation() |
String |
getPassword() |
String |
getServerType() |
String |
getServerUrl() |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
String |
getTrustStoreType() |
String |
getUserName() |
void |
setOperation(String operation) |
void |
setPassword(String password) |
void |
setServerType(String serverType) |
void |
setServerUrl(String serverUrl) |
void |
setTrustStorePassword(String trustStorePassword) |
void |
setTrustStorePath(String trustStorePath) |
void |
setTrustStoreType(String trustStoreType) |
void |
setUserName(String userName) |
public String getTrustStorePath()
public void setTrustStorePath(String trustStorePath)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public String getTrustStoreType()
public void setTrustStoreType(String trustStoreType)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public void setOperation(String operation)
public String getOperation()
public void setServerType(String serverType)
public String getServerType()
Copyright © 2025 WSO2. All rights reserved.