public class LocalEntriesAdminClient extends Object
| Constructor and Description |
|---|
LocalEntriesAdminClient(String backendUrl,
String sessionCookie)
creation of LocalEntriesAdminClient using sessionCokkie
|
LocalEntriesAdminClient(String backendUrl,
String userName,
String password)
Creation of LocalEntriesAdminClient using userName and password
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLocalEntery(DataHandler dh)
Add Local entry by DataHandler
|
boolean |
addLocalEntry(org.apache.axiom.om.OMElement localEntry)
Add local entry by OMElement
|
boolean |
deleteLocalEntry(String localEntryKey)
Delete local entry
|
int |
getEntryDataCount() |
String[] |
getEntryNames() |
String |
getEntryNamesString() |
public LocalEntriesAdminClient(String backendUrl, String sessionCookie) throws org.apache.axis2.AxisFault
backendUrl - sessionCookie - org.apache.axis2.AxisFaultpublic boolean addLocalEntery(DataHandler dh) throws IOException, org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, XMLStreamException
dh - IOExceptionorg.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionXMLStreamExceptionpublic boolean addLocalEntry(org.apache.axiom.om.OMElement localEntry)
throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException,
RemoteException
localEntry - org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionpublic boolean deleteLocalEntry(String localEntryKey) throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, RemoteException
localEntryKey - org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionpublic String getEntryNamesString() throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, RemoteException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionpublic int getEntryDataCount()
throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException,
RemoteException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionpublic String[] getEntryNames() throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, RemoteException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionCopyright © 2019 WSO2. All rights reserved.