|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.ModifyRequest
public class ModifyRequest
Contains the data required to perform an ldap modify operation.
| Constructor Summary | |
|---|---|
ModifyRequest()
Default constructor. |
|
ModifyRequest(String dn,
AttributeModification... mods)
Creates a new modify request. |
|
| Method Summary | |
|---|---|
AttributeModification[] |
getAttributeModifications()
Returns the attribute modifications. |
String |
getDn()
Returns the DN to modify. |
void |
setAttributeModifications(AttributeModification... mods)
Sets the attribute modifications. |
void |
setDn(String dn)
Sets the DN to modify. |
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 ModifyRequest()
public ModifyRequest(String dn,
AttributeModification... mods)
dn - to modifymods - attribute modifications| Method Detail |
|---|
public String getDn()
public void setDn(String dn)
dn - to modifypublic AttributeModification[] getAttributeModifications()
public void setAttributeModifications(AttributeModification... mods)
mods - attribute modificationspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||