Interface UpdatableCompareRequest

    • Method Detail

      • setDN

        void setDN​(java.lang.String dn)
        Specifies the DN of the entry to compare.
        Parameters:
        dn - The DN of the entry to compare. It must not be null.
      • setDN

        void setDN​(DN dn)
        Specifies the DN of the entry to compare.
        Parameters:
        dn - The DN of the entry to compare. It must not be null.
      • setAttributeType

        void setAttributeType​(java.lang.String attributeType)
        Specifies the name or OID of the attribute to compare.
        Parameters:
        attributeType - The name or OID of the attribute to compare. It must not be null.
      • setAssertionValue

        void setAssertionValue​(ByteString assertionValue)
        Specifies the assertion value to compare against the values of the target attribute.
        Parameters:
        assertionValue - The assertion value to compare against the values of the target attribute. It must not be null.