|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dsmltools.DSMLLDAPConnection
org.dsmltools.DSMLLDAPWriter
This class implements functionality to modify an LDAP directory based on the contents of a DSML document.
Field Summary |
Fields inherited from class org.dsmltools.DSMLLDAPConnection |
m_conn |
Constructor Summary | |
DSMLLDAPWriter()
|
Method Summary | |
void |
add(org.w3c.dom.Document xiDoc)
This method adds the entries in a Document to the directory. |
void |
delete(org.w3c.dom.Document xiDoc)
This method removes the entries in the Document from the directory. |
void |
setCareful(boolean xiCareful)
This method sets the Careful flag. |
Methods inherited from class org.dsmltools.DSMLLDAPConnection |
connect, disconnect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DSMLLDAPWriter()
Method Detail |
public void add(org.w3c.dom.Document xiDoc)
xiDoc
- Document containing entries to addpublic void delete(org.w3c.dom.Document xiDoc)
xiDoc
- Document containing DSML data to be removedpublic void setCareful(boolean xiCareful)
xiCareful
- The value to set the careful flag to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |