Interface CertificateInfo.Builder

    • Method Detail

      • certificateId

        CertificateInfo.Builder certificateId​(String certificateId)

        The identifier of the certificate.

        Parameters:
        certificateId - The identifier of the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commonName

        CertificateInfo.Builder commonName​(String commonName)

        The common name for the certificate.

        Parameters:
        commonName - The common name for the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiryDateTime

        CertificateInfo.Builder expiryDateTime​(Instant expiryDateTime)

        The date and time when the certificate will expire.

        Parameters:
        expiryDateTime - The date and time when the certificate will expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        CertificateInfo.Builder type​(String type)

        The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

        Parameters:
        type - The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CertificateType, CertificateType
      • type

        CertificateInfo.Builder type​(CertificateType type)

        The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

        Parameters:
        type - The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CertificateType, CertificateType