Interface PostResponseCompareOperation

    • Method Detail

      • getEntryDN

        Dn getEntryDN()
        Retrieves the DN of the entry to compare.
        Returns:
        The DN of the entry to compare.
      • getAttributeDescription

        AttributeDescription getAttributeDescription()
        Retrieves the attribute description for this compare operation.
        Returns:
        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.
      • getEntryToCompare

        Entry getEntryToCompare()
        Retrieves the entry to target with the compare operation.
        Returns:
        The entry to target with the compare operation.