|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.ModifyDnRequest
public class ModifyDnRequest
Contains the data required to perform an ldap modify dn operation.
| Constructor Summary | |
|---|---|
ModifyDnRequest()
Default constructor. |
|
ModifyDnRequest(String oldDn,
String newDn)
Creates a new modify dn request. |
|
| Method Summary | |
|---|---|
boolean |
getDeleteOldRDn()
Returns whether to delete the old RDN attribute. |
String |
getDn()
Returns the DN to modify. |
String |
getNewDn()
Returns the new DN. |
void |
setDeleteOldRDn(boolean b)
Sets whether to delete the old RDN attribute. |
void |
setDn(String dn)
Sets the DN to modify. |
void |
setNewDn(String dn)
Sets the new DN. |
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 ModifyDnRequest()
public ModifyDnRequest(String oldDn,
String newDn)
oldDn - to modifynewDn - to rename to| Method Detail |
|---|
public String getDn()
public void setDn(String dn)
dn - to modifypublic String getNewDn()
public void setNewDn(String dn)
dn - to rename topublic boolean getDeleteOldRDn()
public void setDeleteOldRDn(boolean b)
b - whether to delete the old RDN attributepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||