public class BamServerProfileConfigAdminClient extends Object
Constructor and Description |
---|
BamServerProfileConfigAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
boolean |
addCollection(String path) |
String |
base64DecodeAndDecrypt(String cipherText) |
String |
encryptAndBase64Encode(String plainText) |
String |
getResourceString(String bamServerProfileLocation) |
String[] |
getServerProfilePathList(String bamServerProfileLocation) |
boolean |
removeResource(String path) |
boolean |
resourceAlreadyExists(String bamServerProfileLocation) |
void |
saveResourceString(String resourceString,
String bamServerProfileLocation) |
public void saveResourceString(String resourceString, String bamServerProfileLocation) throws RemoteException
RemoteException
public String getResourceString(String bamServerProfileLocation) throws RemoteException
RemoteException
public boolean resourceAlreadyExists(String bamServerProfileLocation) throws RemoteException
RemoteException
public boolean addCollection(String path) throws RemoteException
RemoteException
public boolean removeResource(String path) throws RemoteException
RemoteException
public String[] getServerProfilePathList(String bamServerProfileLocation) throws RemoteException
RemoteException
public String encryptAndBase64Encode(String plainText) throws RemoteException
RemoteException
public String base64DecodeAndDecrypt(String cipherText) throws RemoteException
RemoteException
Copyright © 2022 WSO2. All rights reserved.