|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.AddRequest
public class AddRequest
Contains the data required to perform an ldap add operation.
| Constructor Summary | |
|---|---|
AddRequest()
Default constructor. |
|
AddRequest(String dn,
Collection<LdapAttribute> attrs)
Creates a new add request. |
|
| Method Summary | |
|---|---|
String |
getDn()
Returns the DN to create. |
Collection<LdapAttribute> |
getLdapAttributes()
Returns the attributes to add. |
void |
setDn(String dn)
Sets the DN to create. |
void |
setLdapAttributes(Collection<LdapAttribute> attrs)
Sets the attributes to add. |
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 AddRequest()
public AddRequest(String dn,
Collection<LdapAttribute> attrs)
dn - to createattrs - attributes to add| Method Detail |
|---|
public String getDn()
public void setDn(String dn)
dn - to createpublic Collection<LdapAttribute> getLdapAttributes()
public void setLdapAttributes(Collection<LdapAttribute> attrs)
attrs - to addpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||