|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dsmltools.DSMLLDAPConnection
org.dsmltools.DSMLLDAPWriter
public final class DSMLLDAPWriter
This class implements functionality to modify an LDAP directory based on the contents of a DSML document.
Field Summary | |
---|---|
(package private) java.lang.String |
NAMESPACEURI
Value of the DSML namespace |
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 |
proceed(org.w3c.dom.Document xiDoc)
|
void |
setCareful(boolean xiCareful)
This method sets the Careful flag. |
void |
setNamespace(java.lang.String xiNamespace)
This method sets the Namespace. |
void |
setUpdate(boolean xiUpdate)
This method sets the Update 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 |
Field Detail |
---|
java.lang.String NAMESPACEURI
Constructor Detail |
---|
public DSMLLDAPWriter()
Method Detail |
---|
public void proceed(org.w3c.dom.Document xiDoc) throws java.lang.Exception
java.lang.Exception
public void add(org.w3c.dom.Document xiDoc) throws java.lang.Exception
xiDoc
- Document containing entries to add
java.lang.Exception
public void delete(org.w3c.dom.Document xiDoc) throws java.lang.Exception
xiDoc
- Document containing DSML data to be removed
java.lang.Exception
public void setCareful(boolean xiCareful)
xiCareful
- The value to set the careful flag topublic void setUpdate(boolean xiUpdate)
xiUpdate
- The value to set the update flag topublic void setNamespace(java.lang.String xiNamespace)
xiNamespace
- The value to set the namespace to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |