A C D E G I L P R S T

A

addElement(Element) - Method in class com.memberwebs.ldapxml.LXResults
Add a single element to these results
addResults(LXResults) - Method in class com.memberwebs.ldapxml.LXResults
Add the results from another set to this one.
assembleDocument() - Method in class com.memberwebs.ldapxml.LXResults
Puts together the result set into the result document.

C

com.memberwebs.ldapxml - package com.memberwebs.ldapxml
 
com.memberwebs.ldapxml.helpers - package com.memberwebs.ldapxml.helpers
 
compare(Object, Object) - Method in class com.memberwebs.ldapxml.helpers.LXComparator
Compare two objects and return -1, 0 or 1
convert(String, String, String) - Method in class com.memberwebs.ldapxml.helpers.LXDefaultHook
No conversion done for attributes.

D

DEPTH_BASE - Static variable in class com.memberwebs.ldapxml.LXSpecs
Don't retrieve any sub entries.
DEPTH_INFINITE - Static variable in class com.memberwebs.ldapxml.LXSpecs
Retrieve all sub entries.
DEPTH_SINGLE - Static variable in class com.memberwebs.ldapxml.LXSpecs
Retrive only direct children of the referenced entry.

E

equals(Object) - Method in class com.memberwebs.ldapxml.helpers.LXComparator
Check whether another comparator is equal to this one.

G

getConnection() - Method in class com.memberwebs.ldapxml.LXReader
Get the LDAP connection used to retrieve data.
getConvert() - Method in class com.memberwebs.ldapxml.LXReader
 
getData() - Method in class com.memberwebs.ldapxml.LXSpecs
 
getDepth() - Method in class com.memberwebs.ldapxml.LXSpecs
Returns the depth to which entries are recursively retrieved from the LDAP directory.
getElements() - Method in class com.memberwebs.ldapxml.LXResults
Get all the elements as an array
getException() - Method in class com.memberwebs.ldapxml.LXException
Returns the internal exception, or this if not present.
getFilter() - Method in class com.memberwebs.ldapxml.LXSpecs
Gets the additional filter when searching for entries.
getFilter(String) - Method in class com.memberwebs.ldapxml.LXSpecs
Gets the filter when searching for entries, combining it with another filter.
getLanguage() - Method in class com.memberwebs.ldapxml.LXSpecs
Get preferred language.
getLength() - Method in class com.memberwebs.ldapxml.LXResults
Get the number of elements
getLimit() - Method in class com.memberwebs.ldapxml.LXSpecs
 
getMap() - Method in class com.memberwebs.ldapxml.LXReader
Get the map that will be used to transform data.
getMessage() - Method in class com.memberwebs.ldapxml.LXException
Returns the error message of this exception if present, or the internal exception.
getOwnerDocument() - Method in class com.memberwebs.ldapxml.LXResults
Get the elements' owner document
getResult(int) - Method in class com.memberwebs.ldapxml.LXResults
Get a certain element in the results.
getRootElement() - Method in class com.memberwebs.ldapxml.LXResults
Get the root document element defined in map
getSort() - Method in class com.memberwebs.ldapxml.LXSpecs
Get the requested sort order.
getSortDirection() - Method in class com.memberwebs.ldapxml.LXSpecs
Get the sort directions (ascending, descending) for the sort order.
getStackTrace() - Method in class com.memberwebs.ldapxml.LXException
 
getStart() - Method in class com.memberwebs.ldapxml.LXSpecs
 

I

initialize(Object) - Method in interface com.memberwebs.ldapxml.LXHook
Initialize this hook.
initialize(Object) - Method in class com.memberwebs.ldapxml.helpers.LXDefaultHook
No initialization necessary.

L

LXComparator - class com.memberwebs.ldapxml.helpers.LXComparator.
Used to sort XML elements according to a specified sort order
LXComparator(String[], boolean[]) - Constructor for class com.memberwebs.ldapxml.helpers.LXComparator
Construct a new LXComparator
LXConvert - interface com.memberwebs.ldapxml.LXConvert.
Interface for hooking LXReader value conversions.
LXDefaultConvert - class com.memberwebs.ldapxml.helpers.LXDefaultConvert.
A default converter for the LX Reader routines
LXDefaultConvert() - Constructor for class com.memberwebs.ldapxml.helpers.LXDefaultConvert
 
LXDefaultHook - class com.memberwebs.ldapxml.helpers.LXDefaultHook.
Default implementation of LX processing hook.
LXDefaultHook() - Constructor for class com.memberwebs.ldapxml.helpers.LXDefaultHook
 
LXException - exception com.memberwebs.ldapxml.LXException.
Thrown when an error occurs during LX retrieval or processing.
LXException(String) - Constructor for class com.memberwebs.ldapxml.LXException
Creates a new LXException object.
LXException(Exception) - Constructor for class com.memberwebs.ldapxml.LXException
Creates a new LXException object wrapping a current Exception.
LXException(String, Exception) - Constructor for class com.memberwebs.ldapxml.LXException
Creates a new WrappedException with a message and an exception exception held internally.
LXHook - interface com.memberwebs.ldapxml.LXHook.
Interface for hooking into LX processing.
LXReader - class com.memberwebs.ldapxml.LXReader.
Uses an LX map to read data from an LDAP directory, returning XML in a DOM format.
LXReader() - Constructor for class com.memberwebs.ldapxml.LXReader
Creates a new LXReader object.
LXResults - class com.memberwebs.ldapxml.LXResults.
Represents a set of elements retrieved from an LDAP tree by the LXReader.
LXSpecs - class com.memberwebs.ldapxml.LXSpecs.
Additional specifications for retrieving data from an LDAP directory.
LXSpecs() - Constructor for class com.memberwebs.ldapxml.LXSpecs
Construct a new LXSpecs object.

P

parse(String, String, String) - Method in interface com.memberwebs.ldapxml.LXConvert
 
parse(String, String, String) - Method in class com.memberwebs.ldapxml.helpers.LXDefaultConvert
 
postfix(LDAPEntry, Element) - Method in interface com.memberwebs.ldapxml.LXHook
Allows post processing of an element retrieved from LDAP.
postfix(LDAPEntry, Element) - Method in class com.memberwebs.ldapxml.helpers.LXDefaultHook
Does no post processing on element.
prefix(LDAPEntry) - Method in interface com.memberwebs.ldapxml.LXHook
Allows pre processing of an entry retrieved from LDAP.
prefix(LDAPEntry) - Method in class com.memberwebs.ldapxml.helpers.LXDefaultHook
Allows pre processing of an entry retrieved from LDAP

R

retrieveBlank(Document) - Method in class com.memberwebs.ldapxml.LXReader
Retrieve a blank result set, with a properly created document, root node etc...
retrieveEntry(Document, String) - Method in class com.memberwebs.ldapxml.LXReader
Retrieves a single entry from an LDAP tree.
retrieveEntry(Document, String, LXSpecs) - Method in class com.memberwebs.ldapxml.LXReader
Retrieves a single entry from an LDAP tree with additional specifications.
retrieveEntry(Document, String, String, LXSpecs) - Method in class com.memberwebs.ldapxml.LXReader
Retrieves a single entry from an LDAP tree with additional specifications.
retrieveEntry(Document, LDAPEntry) - Method in class com.memberwebs.ldapxml.LXReader
Transform an already retrieved LDAP entry.
retrieveEntry(Document, LDAPEntry, LXSpecs) - Method in class com.memberwebs.ldapxml.LXReader
Transform an already retrieved LDAP entry with additional specifications.
retrieveSearch(Document, String, String) - Method in class com.memberwebs.ldapxml.LXReader
Search for and retrieve data matching a filter.
retrieveSearch(Document, String, String, LXSpecs) - Method in class com.memberwebs.ldapxml.LXReader
 
retrieveSearch(Document, String, String, LXSpecs, boolean) - Method in class com.memberwebs.ldapxml.LXReader
Search for and retrive data matching filter with additional retrieval specifications.

S

setConnection(LDAPConnection) - Method in class com.memberwebs.ldapxml.LXReader
Set the LDAP connection to retrieve data from.
setConvert(LXConvert) - Method in class com.memberwebs.ldapxml.LXReader
 
setData(Object) - Method in class com.memberwebs.ldapxml.LXSpecs
 
setDepth(int) - Method in class com.memberwebs.ldapxml.LXSpecs
Sets the depth to which entries are recursively retrieved from the LDAP directory.
setFilter(String) - Method in class com.memberwebs.ldapxml.LXSpecs
Set an additional filter used when searching for entries.
setLanguage(String) - Method in class com.memberwebs.ldapxml.LXSpecs
Set preferred language for LDAP retrieval.
setLimit(int) - Method in class com.memberwebs.ldapxml.LXSpecs
 
setMap(LXMap) - Method in class com.memberwebs.ldapxml.LXReader
Set the LX map that will be used to transform data retrieved from the LDAP directory.
setSort(String[]) - Method in class com.memberwebs.ldapxml.LXSpecs
Set the sort order.
setStart(int) - Method in class com.memberwebs.ldapxml.LXSpecs
 

T

toString() - Method in class com.memberwebs.ldapxml.LXException
Converts this object to a string.

A C D E G I L P R S T