Class RegisterCertificateRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier of the directory.

        Returns:
        The identifier of the directory.
      • certificateData

        public final String certificateData()

        The certificate PEM string that needs to be registered.

        Returns:
        The certificate PEM string that needs to be registered.
      • type

        public final CertificateType type()

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

        If the service returns an enum value that is not available in the current SDK version, type will return CertificateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
        See Also:
        CertificateType
      • typeAsString

        public final String typeAsString()

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

        If the service returns an enum value that is not available in the current SDK version, type will return CertificateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
        See Also:
        CertificateType
      • clientCertAuthSettings

        public final ClientCertAuthSettings clientCertAuthSettings()

        A ClientCertAuthSettings object that contains client certificate authentication settings.

        Returns:
        A ClientCertAuthSettings object that contains client certificate authentication settings.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object