public interface BAMMediatorConfigAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addCollection(String bamServerProfileCollectionLocation32)
Auto generated method signature
|
boolean |
bamServerConfigExists(String bamServerConfigLocation28)
Auto generated method signature
|
String |
base64DecodeAndDecrypt(String cipherText24)
Auto generated method signature
|
String |
encryptAndBase64Encode(String plainText56)
Auto generated method signature
|
BamServerConfig |
getBamServerConfig(String bamServerConfigLocation15)
Auto generated method signature
|
String |
getResourceString(String bamServerProfileLocation48)
Auto generated method signature
|
String[] |
getServerProfileNameList(String bamServerProfileCollectionLocation52)
Auto generated method signature
|
boolean |
removeResource(String path40)
Auto generated method signature
|
boolean |
resourceAlreadyExists(String bamServerProfileLocation44)
Auto generated method signature
|
boolean |
saveBamServerConfig(BamServerConfig bamServerConfig36)
Auto generated method signature
|
boolean |
saveResourceString(String resourceString19,
String bamServerProfileLocation20)
Auto generated method signature
|
void |
startaddCollection(String bamServerProfileCollectionLocation32,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbamServerConfigExists(String bamServerConfigLocation28,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbase64DecodeAndDecrypt(String cipherText24,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startencryptAndBase64Encode(String plainText56,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBamServerConfig(String bamServerConfigLocation15,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceString(String bamServerProfileLocation48,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServerProfileNameList(String bamServerProfileCollectionLocation52,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveResource(String path40,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresourceAlreadyExists(String bamServerProfileLocation44,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveBamServerConfig(BamServerConfig bamServerConfig36,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveResourceString(String resourceString19,
String bamServerProfileLocation20,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
BamServerConfig getBamServerConfig(String bamServerConfigLocation15) throws RemoteException
getBamServerConfig14
- RemoteException
void startgetBamServerConfig(String bamServerConfigLocation15, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getBamServerConfig14
- RemoteException
boolean saveResourceString(String resourceString19, String bamServerProfileLocation20) throws RemoteException
saveResourceString18
- RemoteException
void startsaveResourceString(String resourceString19, String bamServerProfileLocation20, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
saveResourceString18
- RemoteException
String base64DecodeAndDecrypt(String cipherText24) throws RemoteException
base64DecodeAndDecrypt23
- RemoteException
void startbase64DecodeAndDecrypt(String cipherText24, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
base64DecodeAndDecrypt23
- RemoteException
boolean bamServerConfigExists(String bamServerConfigLocation28) throws RemoteException
bamServerConfigExists27
- RemoteException
void startbamServerConfigExists(String bamServerConfigLocation28, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
bamServerConfigExists27
- RemoteException
boolean addCollection(String bamServerProfileCollectionLocation32) throws RemoteException
addCollection31
- RemoteException
void startaddCollection(String bamServerProfileCollectionLocation32, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
addCollection31
- RemoteException
boolean saveBamServerConfig(BamServerConfig bamServerConfig36) throws RemoteException
saveBamServerConfig35
- RemoteException
void startsaveBamServerConfig(BamServerConfig bamServerConfig36, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
saveBamServerConfig35
- RemoteException
boolean removeResource(String path40) throws RemoteException
removeResource39
- RemoteException
void startremoveResource(String path40, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
removeResource39
- RemoteException
boolean resourceAlreadyExists(String bamServerProfileLocation44) throws RemoteException
resourceAlreadyExists43
- RemoteException
void startresourceAlreadyExists(String bamServerProfileLocation44, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
resourceAlreadyExists43
- RemoteException
String getResourceString(String bamServerProfileLocation48) throws RemoteException
getResourceString47
- RemoteException
void startgetResourceString(String bamServerProfileLocation48, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getResourceString47
- RemoteException
String[] getServerProfileNameList(String bamServerProfileCollectionLocation52) throws RemoteException
getServerProfileNameList51
- RemoteException
void startgetServerProfileNameList(String bamServerProfileCollectionLocation52, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getServerProfileNameList51
- RemoteException
String encryptAndBase64Encode(String plainText56) throws RemoteException
encryptAndBase64Encode55
- RemoteException
void startencryptAndBase64Encode(String plainText56, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
encryptAndBase64Encode55
- RemoteException
Copyright © 2017 WSO2. All rights reserved.