Interface CompareRequest

    • Method Detail

      • getDN

        java.lang.String getDN()
        Retrieves the DN of the entry to compare.
        Returns:
        The DN of the entry to compare.
      • getAttributeType

        java.lang.String getAttributeType()
        Retrieves the name or OID of the attribute to compare.
        Returns:
        The name or OID of the attribute to compare.
      • getAssertionValue

        ByteString getAssertionValue()
        Retrieves the assertion value to compare against the values of the target attribute.
        Returns:
        The assertion value to compare against the values of the target attribute.