@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ReadOnlyCompareRequest extends ReadOnlyLDAPRequest
CompareRequest
.
Modifier and Type | Method and Description |
---|---|
CompareRequest |
duplicate()
Creates a new instance of this LDAP request that may be modified without
impacting this request.
|
CompareRequest |
duplicate(Control[] controls)
Creates a new instance of this LDAP request that may be modified without
impacting this request.
|
java.lang.String |
getAssertionValue()
Retrieves the assertion value to verify within the target entry.
|
byte[] |
getAssertionValueBytes()
Retrieves the assertion value to verify within the target entry, formatted
as a byte array.
|
java.lang.String |
getAttributeName()
Retrieves the name of the attribute for which the comparison is to be
performed.
|
java.lang.String |
getDN()
Retrieves the DN of the entry in which the comparison is to be performed.
|
ASN1OctetString |
getRawAssertionValue()
Retrieves the assertion value to verify within the target entry.
|
followReferrals, getControl, getControlList, getControls, getReferralConnector, getResponseTimeoutMillis, hasControl, hasControl, toCode, toString, toString
@NotNull java.lang.String getDN()
@NotNull java.lang.String getAttributeName()
@NotNull java.lang.String getAssertionValue()
@NotNull byte[] getAssertionValueBytes()
@NotNull ASN1OctetString getRawAssertionValue()
@NotNull CompareRequest duplicate()
duplicate
in interface ReadOnlyLDAPRequest
@NotNull CompareRequest duplicate(@Nullable Control[] controls)
duplicate
in interface ReadOnlyLDAPRequest
controls
- The set of controls to include in the duplicate request.