|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AbstractRequest
org.ldaptive.CompareRequest
public class CompareRequest
Contains the data required to perform an ldap compare operation.
| Constructor Summary | |
|---|---|
CompareRequest()
Default constructor. |
|
CompareRequest(String dn,
LdapAttribute attr)
Creates a new compare request. |
|
| Method Summary | |
|---|---|
LdapAttribute |
getAttribute()
Returns the attribute containing the value to compare. |
String |
getDn()
Returns the DN to compare. |
void |
setAttribute(LdapAttribute attr)
Sets the attribute to compare. |
void |
setDn(String dn)
Sets the DN to compare. |
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 CompareRequest()
public CompareRequest(String dn,
LdapAttribute attr)
dn - containing the attribute to compareattr - attribute to compare| Method Detail |
|---|
public String getDn()
public void setDn(String dn)
dn - to comparepublic LdapAttribute getAttribute()
public void setAttribute(LdapAttribute attr)
attr - attribute to comparepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||