public interface BAMMediatorConfigAdmin
Modifier and Type | Method and Description |
---|---|
boolean |
addCollection(String bamServerProfileCollectionLocation40)
Auto generated method signature
|
boolean |
bamServerConfigExists(String bamServerConfigLocation20)
Auto generated method signature
|
String |
base64DecodeAndDecrypt(String cipherText36)
Auto generated method signature
|
String |
encryptAndBase64Encode(String plainText48)
Auto generated method signature
|
BamServerConfig |
getBamServerConfig(String bamServerConfigLocation32)
Auto generated method signature
|
String |
getResourceString(String bamServerProfileLocation44)
Auto generated method signature
|
String[] |
getServerProfileNameList(String bamServerProfileCollectionLocation28)
Auto generated method signature
|
boolean |
removeResource(String path56)
Auto generated method signature
|
boolean |
resourceAlreadyExists(String bamServerProfileLocation24)
Auto generated method signature
|
boolean |
saveBamServerConfig(BamServerConfig bamServerConfig52)
Auto generated method signature
|
boolean |
saveResourceString(String resourceString15,
String bamServerProfileLocation16)
Auto generated method signature
|
void |
startaddCollection(String bamServerProfileCollectionLocation40,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbamServerConfigExists(String bamServerConfigLocation20,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startbase64DecodeAndDecrypt(String cipherText36,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startencryptAndBase64Encode(String plainText48,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBamServerConfig(String bamServerConfigLocation32,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetResourceString(String bamServerProfileLocation44,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServerProfileNameList(String bamServerProfileCollectionLocation28,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveResource(String path56,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startresourceAlreadyExists(String bamServerProfileLocation24,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveBamServerConfig(BamServerConfig bamServerConfig52,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveResourceString(String resourceString15,
String bamServerProfileLocation16,
BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean saveResourceString(String resourceString15, String bamServerProfileLocation16) throws RemoteException
saveResourceString14
- RemoteException
void startsaveResourceString(String resourceString15, String bamServerProfileLocation16, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
saveResourceString14
- RemoteException
boolean bamServerConfigExists(String bamServerConfigLocation20) throws RemoteException
bamServerConfigExists19
- RemoteException
void startbamServerConfigExists(String bamServerConfigLocation20, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
bamServerConfigExists19
- RemoteException
boolean resourceAlreadyExists(String bamServerProfileLocation24) throws RemoteException
resourceAlreadyExists23
- RemoteException
void startresourceAlreadyExists(String bamServerProfileLocation24, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
resourceAlreadyExists23
- RemoteException
String[] getServerProfileNameList(String bamServerProfileCollectionLocation28) throws RemoteException
getServerProfileNameList27
- RemoteException
void startgetServerProfileNameList(String bamServerProfileCollectionLocation28, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getServerProfileNameList27
- RemoteException
BamServerConfig getBamServerConfig(String bamServerConfigLocation32) throws RemoteException
getBamServerConfig31
- RemoteException
void startgetBamServerConfig(String bamServerConfigLocation32, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getBamServerConfig31
- RemoteException
String base64DecodeAndDecrypt(String cipherText36) throws RemoteException
base64DecodeAndDecrypt35
- RemoteException
void startbase64DecodeAndDecrypt(String cipherText36, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
base64DecodeAndDecrypt35
- RemoteException
boolean addCollection(String bamServerProfileCollectionLocation40) throws RemoteException
addCollection39
- RemoteException
void startaddCollection(String bamServerProfileCollectionLocation40, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
addCollection39
- RemoteException
String getResourceString(String bamServerProfileLocation44) throws RemoteException
getResourceString43
- RemoteException
void startgetResourceString(String bamServerProfileLocation44, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
getResourceString43
- RemoteException
String encryptAndBase64Encode(String plainText48) throws RemoteException
encryptAndBase64Encode47
- RemoteException
void startencryptAndBase64Encode(String plainText48, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
encryptAndBase64Encode47
- RemoteException
boolean saveBamServerConfig(BamServerConfig bamServerConfig52) throws RemoteException
saveBamServerConfig51
- RemoteException
void startsaveBamServerConfig(BamServerConfig bamServerConfig52, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
saveBamServerConfig51
- RemoteException
boolean removeResource(String path56) throws RemoteException
removeResource55
- RemoteException
void startremoveResource(String path56, BAMMediatorConfigAdminCallbackHandler callback) throws RemoteException
removeResource55
- RemoteException
Copyright © 2018 WSO2. All rights reserved.