|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.DeleteRequest
public class DeleteRequest
Contains the data required to perform an ldap delete operation.
| Constructor Summary | |
|---|---|
DeleteRequest()
Default constructor. |
|
DeleteRequest(String dn)
Creates a new delete request. |
|
| Method Summary | |
|---|---|
String |
getDn()
Returns the DN to delete. |
void |
setDn(String dn)
Sets the DN to delete. |
String |
toString()
|
| Methods inherited from class org.ldaptive.AbstractRequest |
|---|
getControls, getFollowReferrals, getIntermediateResponseHandlers, setControls, setFollowReferrals, setIntermediateResponseHandlers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteRequest()
public DeleteRequest(String dn)
dn - to delete| Method Detail |
|---|
public String getDn()
public void setDn(String dn)
dn - to deletepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||