|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface CompareRequest
This interface defines a set of methods which may be used to interact with a compare request.
Method Summary | |
---|---|
com.unboundid.util.ByteString |
getAssertionValue()
Retrieves the assertion value to compare against the values of the target attribute. |
java.lang.String |
getAttributeType()
Retrieves the name or OID of the attribute to compare. |
java.lang.String |
getDN()
Retrieves the DN of the entry to compare. |
com.unboundid.ldap.sdk.ReadOnlyCompareRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this compare request. |
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request |
---|
getOperationType, getRequestControls |
Method Detail |
---|
java.lang.String getDN()
java.lang.String getAttributeType()
com.unboundid.util.ByteString getAssertionValue()
com.unboundid.ldap.sdk.ReadOnlyCompareRequest toLDAPSDKRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |