|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompareOperation
This interface defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.
Field Summary |
---|
Fields inherited from interface org.opends.server.types.Operation |
---|
LOCALBACKENDOPERATIONS |
Method Summary | |
---|---|
ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation. |
AttributeType |
getAttributeType()
Retrieves the attribute type for this compare operation. |
DN |
getEntryDN()
Retrieves the DN of the entry to compare. |
DN |
getProxiedAuthorizationDN()
Retrieves the proxied authorization target DN for this compare operation. |
java.lang.String |
getRawAttributeType()
Retrieves the raw attribute type for this compare operation. |
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request. |
void |
setAssertionValue(ByteString assertionValue)
Specifies the assertion value for this compare operation. |
void |
setAttributeType(AttributeType attributeType)
Specifies the attribute type for this compare operation. |
void |
setProxiedAuthorizationDN(DN proxiedAuthorizationDN)
Specifies the proxied authorization target DN for this compare operation. |
void |
setRawAttributeType(java.lang.String rawAttributeType)
Specifies the raw attribute type for this compare operation. |
void |
setRawEntryDN(ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request. |
Method Detail |
---|
ByteString getRawEntryDN()
void setRawEntryDN(ByteString rawEntryDN)
rawEntryDN
- The raw, unprocessed entry DN as included in the client
request.DN getEntryDN()
getRawEntryDN
method.
null
if the raw
entry DN has not yet been processed.java.lang.String getRawAttributeType()
void setRawAttributeType(java.lang.String rawAttributeType)
rawAttributeType
- The raw attribute type for this compare
operation.AttributeType getAttributeType()
void setAttributeType(AttributeType attributeType)
attributeType
- The attribute type for this compare operation.ByteString getAssertionValue()
void setAssertionValue(ByteString assertionValue)
assertionValue
- The assertion value for this compare operation.DN getProxiedAuthorizationDN()
void setProxiedAuthorizationDN(DN proxiedAuthorizationDN)
proxiedAuthorizationDN
- The proxied authorization target DN for
this compare operation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |