public class LocalEntryAdminClient extends Object
LocalEntryAdminClient
class, the place holder for localentry admin clientModifier 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
Exception
public org.wso2.carbon.localentry.stub.types.EntryData[] getPaginatedEntryData(int pageNo) throws Exception
Exception
public void saveEntry(String entry) throws Exception
entry
- name of the entryException
public void addEntry(String entry) throws Exception
entry
- name of the entryException
public void deleteEntry(String entry) throws Exception
entry
- name of the entryException
public org.wso2.carbon.localentry.stub.types.ConfigurationObject[] getDependents(String entry) throws Exception
Exception
public static org.apache.axiom.om.OMElement nonCoalescingStringToOm(String xmlStr) throws XMLStreamException
XMLStreamException
Copyright © 2020 WSO2. All rights reserved.