Interface CompareRequest

    • Method Detail

      • getName

        Dn getName()
        Gets the distinguished name of the entry to be compared using the attribute value assertion.
        Returns:
        the Dn of the compared entry.
      • setName

        CompareRequest setName​(Dn name)
        Sets the distinguished name of the entry to be compared using the attribute value assertion.
        Parameters:
        name - the Dn of the compared entry.
        Returns:
        The CompareRequest instance
      • getAssertionValue

        Value getAssertionValue()
        Gets the attribute value to use in making the comparison.
        Returns:
        the attribute value to used in comparison.
      • setAssertionValue

        CompareRequest setAssertionValue​(String value)
        Sets the attribute value to use in the comparison.
        Parameters:
        value - the attribute value used in comparison.
        Returns:
        The CompareRequest instance
      • setAssertionValue

        CompareRequest setAssertionValue​(byte[] value)
        Sets the attribute value to use in the comparison.
        Parameters:
        value - the attribute value used in comparison.
        Returns:
        The CompareRequest instance
      • getAttributeId

        String getAttributeId()
        Gets the attribute id use in making the comparison.
        Returns:
        the attribute id used in comparison.
      • setAttributeId

        CompareRequest setAttributeId​(String attrId)
        Sets the attribute id used in the comparison.
        Parameters:
        attrId - the attribute id used in comparison.
        Returns:
        The CompareRequest instance