Skip to main content

Initializer

Properties


defaultsOptional

  • Type: java.util.Map< java.lang.String, java.lang.Object >

workspaceOptional

  • Type: java.lang.String

addressRequired

  • Type: java.lang.String
(Required) The address of the REST endpoint.

clientCaCertificatePemOptional

  • Type: java.lang.String
(Optional) A PEM-encoded CA certificate chain used by the client to verify server certificates during TLS authentication.

clientCertificatePemOptional

  • Type: java.lang.String
(Optional) A PEM-encoded certificate used by the server to verify the client during mutual TLS (mTLS) authentication.

clientPrivateKeyPemOptional

  • Type: java.lang.String
(Optional) A PEM-encoded private key, required if client_certificate_pem is specified.

lockAddressOptional

  • Type: java.lang.String
(Optional) The address of the lock REST endpoint. Defaults to disabled.

lockMethodOptional

  • Type: java.lang.String
(Optional) The HTTP method to use when locking. Defaults to LOCK.

passwordOptional

  • Type: java.lang.String
(Optional) The password for HTTP basic authentication.

retryMaxOptional

  • Type: java.lang.Number
(Optional) The number of HTTP request retries. Defaults to 2.

retryWaitMaxOptional

  • Type: java.lang.Number
(Optional) The maximum time in seconds to wait between HTTP request attempts. Defaults to 30.

retryWaitMinOptional

  • Type: java.lang.Number
(Optional) The minimum time in seconds to wait between HTTP request attempts. Defaults to 1.

skipCertVerificationOptional

  • Type: java.lang.Boolean
(Optional) Whether to skip TLS verification. Defaults to false.

unlockAddressOptional

  • Type: java.lang.String
(Optional) The address of the unlock REST endpoint. Defaults to disabled.

unlockMethodOptional

  • Type: java.lang.String
(Optional) The HTTP method to use when unlocking. Defaults to UNLOCK.

updateMethodOptional

  • Type: java.lang.String
(Optional) HTTP method to use when updating state. Defaults to POST.

usernameOptional

  • Type: java.lang.String
(Optional) The username for HTTP basic authentication.