Class DNPropertyDefinition.Builder

    • Method Detail

      • setBaseDN

        public void setBaseDN​(String baseDN)
        Set the base DN which all valid values must be immediately subordinate to. By default there is no based DN.
        Parameters:
        baseDN - The string representation of the base DN.
        Throws:
        IllegalArgumentException - If the provided string is not a valid DN string representation.
      • setBaseDN

        public void setBaseDN​(org.forgerock.opendj.ldap.DN baseDN)
        Set the base DN which all valid values must be immediately subordinate to. By default there is no based DN.
        Parameters:
        baseDN - The base DN.