|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.config.RemoteConfiguration
public class RemoteConfiguration
This class contains configuration of a remote instance.
Constructor Summary | |
---|---|
RemoteConfiguration()
|
Method Summary | |
---|---|
String |
getCacheEnabled()
Method to obtain whether caching is enabled or not. |
String |
getDbConfig()
Method to obtain the database configuration. |
String |
getId()
Method to obtain the instance identifier. |
String |
getReadOnly()
Method to obtain whether the registry is read only or not. |
String |
getRegistryRoot()
Method to obtain the root of the remote registry instance. |
String |
getResolvedTrustedPwd()
If the password is protected , then decrypts the password and returns the plain text Otherwise, returns the given password as-is |
String |
getTrustedPwd()
Method to obtain the trusted user's password. |
String |
getTrustedUser()
Method to obtain the trusted username. |
String |
getType()
Method to obtain the type of remote registry. |
String |
getUrl()
Method to obtain the connection URL. |
void |
setCacheEnabled(String cacheEnabled)
Method to set whether caching is enabled or not. |
void |
setDbConfig(String dbConfig)
Method to set the database configuration. |
void |
setId(String id)
Method to set the instance identifier. |
void |
setPasswordManager(org.wso2.securevault.SecretResolver secretResolver)
|
void |
setReadOnly(String readOnly)
Method to set whether the registry is read only or not. |
void |
setRegistryRoot(String registryRoot)
Method to set the root of the remote registry instance. |
void |
setTrustedPwd(String trustedPwd)
Method to set the trusted user's password. |
void |
setTrustedUser(String trustedUser)
Method to set the trusted username. |
void |
setType(String type)
Method to set the type of remote registry. |
void |
setUrl(String url)
Method to set the connection URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteConfiguration()
Method Detail |
---|
public void setPasswordManager(org.wso2.securevault.SecretResolver secretResolver)
public String getId()
public void setId(String id)
id
- the instance identifier.public String getUrl()
public void setUrl(String url)
url
- the connection URL.public String getTrustedUser()
public void setTrustedUser(String trustedUser)
trustedUser
- the trusted username.public String getType()
public void setType(String type)
type
- the type of remote registry.public String getTrustedPwd()
public void setTrustedPwd(String trustedPwd)
trustedPwd
- the trusted user's password.public String getDbConfig()
public void setDbConfig(String dbConfig)
dbConfig
- the database configuration.public String getReadOnly()
public void setReadOnly(String readOnly)
readOnly
- whether the registry is read only or not.public String getCacheEnabled()
public void setCacheEnabled(String cacheEnabled)
cacheEnabled
- whether caching is enabled or not.public String getRegistryRoot()
public void setRegistryRoot(String registryRoot)
registryRoot
- the root of the remote registry instance.public String getResolvedTrustedPwd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |