Interface PreParseCompareOperation

    • Method Detail

      • getEntryDN

        Dn getEntryDN()
        Retrieves the entry DN as included in the client request.
        Returns:
        The entry DN as included in the client request.
      • setEntryDN

        void setEntryDN​(Dn entryDN)
        Specifies the entry DN as included in the client request.
        Parameters:
        entryDN - The entry DN for this compare operation.
      • getAttributeDescription

        AttributeDescription getAttributeDescription()
        Retrieves the attribute description for this compare operation.
        Returns:
        The attribute description for this compare operation.
      • setAttributeDescription

        void setAttributeDescription​(AttributeDescription attributeDescription)
        Specifies the attribute description for this compare operation.
        Parameters:
        attributeDescription - The attribute description for this compare operation.
      • getAssertionValue

        ByteString getAssertionValue()
        Retrieves the assertion value for this compare operation.
        Returns:
        The assertion value for this compare operation.
      • setAssertionValue

        void setAssertionValue​(ByteString assertionValue)
        Specifies the assertion value for this compare operation.
        Parameters:
        assertionValue - The assertion value for this compare operation.