Uses of Interface
org.apache.directory.api.ldap.model.message.CompareRequest
-
-
Uses of CompareRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement CompareRequest Modifier and Type Class Description classCompareRequestDsmlDSML Decorator for CompareRequestMethods in org.apache.directory.api.dsmlv2.request that return CompareRequest Modifier and Type Method Description CompareRequestCompareRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequestDsml. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequestDsml. setAssertionValue(byte[] value)Sets the attribute value to use in the comparison.CompareRequestCompareRequestDsml. setAssertionValue(String value)Sets the attribute value to use in the comparison.CompareRequestCompareRequestDsml. setAttributeId(String attrId)Sets the attribute id used in the comparison.CompareRequestCompareRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestCompareRequestCompareRequestDsml. setName(Dn entry)Set the entry to be comparedConstructors in org.apache.directory.api.dsmlv2.request with parameters of type CompareRequest Constructor Description CompareRequestDsml(LdapApiService codec, CompareRequest ldapMessage)Creates a new getDecoratedMessage() of CompareRequestDsml. -
Uses of CompareRequest in org.apache.directory.api.ldap.codec.actions.request.compare
Method parameters in org.apache.directory.api.ldap.codec.actions.request.compare with type arguments of type CompareRequest Modifier and Type Method Description voidInitCompareRequest. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestAssertionValue. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestAttributeDesc. action(LdapMessageContainer<CompareRequest> container)The action to be executed.voidStoreCompareRequestEntryName. action(LdapMessageContainer<CompareRequest> container)The action to be executed. -
Uses of CompareRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement CompareRequest Modifier and Type Class Description classCompareRequestImplComparison request implementation.Methods in org.apache.directory.api.ldap.model.message that return CompareRequest Modifier and Type Method Description CompareRequestCompareRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.CompareRequestCompareRequest. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequestImpl. addControl(Control control)Adds a control to this Message.CompareRequestCompareRequest. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.CompareRequestCompareRequest. setAssertionValue(byte[] value)Sets the attribute value to use in the comparison.CompareRequestCompareRequest. setAssertionValue(String value)Sets the attribute value to use in the comparison.CompareRequestCompareRequestImpl. setAssertionValue(byte[] value)Sets the attribute value to use in the comparison.CompareRequestCompareRequestImpl. setAssertionValue(String value)Sets the attribute value to use in the comparison.CompareRequestCompareRequest. setAttributeId(String attrId)Sets the attribute id used in the comparison.CompareRequestCompareRequestImpl. setAttributeId(String attributeId)Sets the attribute id used in the comparison.CompareRequestCompareRequest. setMessageId(int messageId)Sets the Message ID for this requestCompareRequestCompareRequestImpl. setMessageId(int messageId)Sets the Message ID for this requestCompareRequestCompareRequest. setName(Dn name)Sets the distinguished name of the entry to be compared using the attribute value assertion.CompareRequestCompareRequestImpl. setName(Dn name)Sets the distinguished name of the entry to be compared using the attribute value assertion. -
Uses of CompareRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type CompareRequest Modifier and Type Method Description CompareResponseLdapConnection. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.CompareResponseLdapConnectionWrapper. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.CompareResponseLdapNetworkConnection. compare(CompareRequest compareRequest)Compares an entry's attribute's value with that of the given value.CompareFutureLdapAsyncConnection. compareAsync(CompareRequest compareRequest)Asynchronously compares an entry's attribute's value with that of the given valueCompareFutureLdapNetworkConnection. compareAsync(CompareRequest compareRequest)Asynchronously compares an entry's attribute's value with that of the given value
-