public class LocalEntryAdminClient extends Object
LocalEntryAdminClient class, the place holder for localentry admin client| Modifier and Type | Field and Description |
|---|---|
static int |
LOCAL_ENTRIES_PER_PAGE |
| Constructor and Description |
|---|
LocalEntryAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(String entry)
Adds an entry
|
static void |
checkForXXE(String xmlStr)
Method which will check the given xml string for XXE attacks.
|
void |
deleteEntry(String entry)
Deletes an entry
|
org.wso2.carbon.localentry.stub.types.ConfigurationObject[] |
getDependents(String entry) |
org.wso2.carbon.localentry.stub.types.EntryData[] |
getEntryData()
Returns entrydata array
|
int |
getEntryDataCount() |
org.wso2.carbon.localentry.stub.types.EntryData[] |
getPaginatedEntryData(int pageNo)
Returns pagnitedentrydata array
|
static org.apache.axiom.om.OMElement |
nonCoalescingStringToOm(String xmlStr) |
void |
saveEntry(String entry)
Saves an entry
|
public static final int LOCAL_ENTRIES_PER_PAGE
public org.wso2.carbon.localentry.stub.types.EntryData[] getEntryData()
throws Exception
Exceptionpublic org.wso2.carbon.localentry.stub.types.EntryData[] getPaginatedEntryData(int pageNo)
throws Exception
Exceptionpublic void saveEntry(String entry) throws Exception
entry - name of the entryExceptionpublic void addEntry(String entry) throws Exception
entry - name of the entryExceptionpublic void deleteEntry(String entry) throws Exception
entry - name of the entryExceptionpublic org.wso2.carbon.localentry.stub.types.ConfigurationObject[] getDependents(String entry) throws Exception
Exceptionpublic static org.apache.axiom.om.OMElement nonCoalescingStringToOm(String xmlStr) throws XMLStreamException
XMLStreamExceptionCopyright © 2018 WSO2. All rights reserved.