Package org.forgerock.opendj.setup.model
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 Summary
Fields Modifier and Type Field Description static Dn
ADMIN_DATA_DN
DN of the administration data replication domain.static String
BLIND_TRUST
Blind trust type.static boolean
DEFAULT_ACCEPT_LICENSE
Default value for interactively accepting the license.static boolean
DEFAULT_DISABLE_CONFIDENTIALITY
Default value for disabling confidentiality at setup.static boolean
DEFAULT_ENABLE_HTTP_CONNECTION_HANDLER
Whether the HTTP connection handler should be suggested to be enabled.static boolean
DEFAULT_ENABLE_HTTPS_CONNECTION_HANDLER
Whether the HTTPS connection handler should be suggested to be enabled.static boolean
DEFAULT_ENABLE_LDAP_CONNECTION_HANDLER
Whether the LDAP connection handler should be suggested to be enabled.static boolean
DEFAULT_ENABLE_LDAPS_CONNECTION_HANDLER
Whether the LDAPS connection handler should be suggested to be enabled.static boolean
DEFAULT_ENABLE_START_TLS
Whether start TLS on the ldap connection handler should be suggested to be enabled.static boolean
DEFAULT_ENABLE_WINDOWS_SERVICE
Default value for enabling windows service after setup.static Dn
DEFAULT_ROOT_DN
Root user default distinguish name.static boolean
DEFAULT_START_SERVER
Default value for starting server after setup.static boolean
DEFAULT_USE_CERT_NICKNAME
Default value for using a cert nickname in the server.static Path
KEYSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated deployment SSL keystore PIN file.static String
MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME
Name of the default synchronization provider in the configuration file.static Path
TRUSTSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated SSL truststore PIN file.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
DEFAULT_USE_CERT_NICKNAME
public static final boolean DEFAULT_USE_CERT_NICKNAME
Default value for using a cert nickname in the server.- See Also:
- Constant Field Values
-
DEFAULT_START_SERVER
public static final boolean DEFAULT_START_SERVER
Default value for starting server after setup.- See Also:
- Constant Field Values
-
DEFAULT_ENABLE_WINDOWS_SERVICE
public static final boolean DEFAULT_ENABLE_WINDOWS_SERVICE
Default value for enabling windows service after setup.- See Also:
- Constant Field Values
-
DEFAULT_DISABLE_CONFIDENTIALITY
public static final boolean DEFAULT_DISABLE_CONFIDENTIALITY
Default value for disabling confidentiality at setup.- See Also:
- Constant Field Values
-
DEFAULT_ACCEPT_LICENSE
public static final boolean DEFAULT_ACCEPT_LICENSE
Default value for interactively accepting the license.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME
public static final String MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME
Name of the default synchronization provider in the configuration file.- See Also:
- Constant Field Values
-
ADMIN_DATA_DN
public static final Dn ADMIN_DATA_DN
DN of the administration data replication domain.
-
-