Class SetupConstants

java.lang.Object
org.forgerock.opendj.setup.model.SetupConstants

public final class SetupConstants extends Object
Class which defines constants used to setup and opendj server instance.
  • Field Details

    • DEFAULT_ROOT_DN

      public static final Dn DEFAULT_ROOT_DN
      Root user default distinguish name.
    • DEFAULT_ENABLE_HTTP_CONNECTION_HANDLER

      public static final boolean DEFAULT_ENABLE_HTTP_CONNECTION_HANDLER
      Whether the HTTP connection handler should be suggested to be enabled.
      See Also:
    • DEFAULT_ENABLE_HTTPS_CONNECTION_HANDLER

      public static final boolean DEFAULT_ENABLE_HTTPS_CONNECTION_HANDLER
      Whether the HTTPS connection handler should be suggested to be enabled.
      See Also:
    • DEFAULT_ENABLE_LDAP_CONNECTION_HANDLER

      public static final boolean DEFAULT_ENABLE_LDAP_CONNECTION_HANDLER
      Whether the LDAP connection handler should be suggested to be enabled.
      See Also:
    • DEFAULT_ENABLE_LDAPS_CONNECTION_HANDLER

      public static final boolean DEFAULT_ENABLE_LDAPS_CONNECTION_HANDLER
      Whether the LDAPS connection handler should be suggested to be enabled.
      See Also:
    • DEFAULT_ENABLE_START_TLS

      public static final boolean DEFAULT_ENABLE_START_TLS
      Whether start TLS on the ldap connection handler should be suggested to be enabled.
      See Also:
    • DEFAULT_USE_CERT_NICKNAME

      public static final boolean DEFAULT_USE_CERT_NICKNAME
      Default value for using a cert nickname in the server.
      See Also:
    • DEFAULT_START_SERVER

      public static final boolean DEFAULT_START_SERVER
      Default value for starting server after setup.
      See Also:
    • DEFAULT_ENABLE_WINDOWS_SERVICE

      public static final boolean DEFAULT_ENABLE_WINDOWS_SERVICE
      Default value for enabling windows service after setup.
      See Also:
    • DEFAULT_DISABLE_CONFIDENTIALITY

      public static final boolean DEFAULT_DISABLE_CONFIDENTIALITY
      Default value for disabling confidentiality at setup.
      See Also:
    • DEFAULT_ACCEPT_LICENSE

      public static final boolean DEFAULT_ACCEPT_LICENSE
      Default value for interactively accepting the license.
      See Also:
    • KEYSTORE_PIN_FILE_RELATIVE_PATH

      public static final Path KEYSTORE_PIN_FILE_RELATIVE_PATH
      Relative instance path of the generated deployment SSL keystore PIN file.
    • TRUSTSTORE_PIN_FILE_RELATIVE_PATH

      public static final Path TRUSTSTORE_PIN_FILE_RELATIVE_PATH
      Relative instance path of the generated SSL truststore PIN file.
    • BLIND_TRUST

      public static final String BLIND_TRUST
      Blind trust type.
      See Also:
    • MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME

      public static final String MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME
      Name of the default synchronization provider in the configuration file.
      See Also:
    • ADMIN_DATA_DN

      public static final Dn ADMIN_DATA_DN
      DN of the administration data replication domain.