Interface CustomAttribute.Builder

    • Method Detail

      • objectIdentifier

        CustomAttribute.Builder objectIdentifier​(String objectIdentifier)

        Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

        Parameters:
        objectIdentifier - Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CustomAttribute.Builder value​(String value)

        Specifies the attribute value of relative distinguished name (RDN).

        Parameters:
        value -

        Specifies the attribute value of relative distinguished name (RDN).

        Returns:
        Returns a reference to this object so that method calls can be chained together.