Package org.forgerock.opendj.setup.model
Class SetupConstants
java.lang.Object
org.forgerock.opendj.setup.model.SetupConstants
Class which defines constants used to setup and opendj server instance.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Dn
DN of the administration data replication domain.static final String
Blind trust type.static final boolean
Default value for interactively accepting the license.static final boolean
Default value for disabling confidentiality at setup.static final boolean
Whether the HTTP connection handler should be suggested to be enabled.static final boolean
Whether the HTTPS connection handler should be suggested to be enabled.static final boolean
Whether the LDAP connection handler should be suggested to be enabled.static final boolean
Whether the LDAPS connection handler should be suggested to be enabled.static final boolean
Whether start TLS on the ldap connection handler should be suggested to be enabled.static final boolean
Default value for enabling windows service after setup.static final Dn
Root user default distinguish name.static final boolean
Default value for starting server after setup.static final boolean
Default value for using a cert nickname in the server.static final Path
Relative instance path of the generated deployment SSL keystore PIN file.static final String
Name of the default synchronization provider in the configuration file.static final Path
Relative instance path of the generated SSL truststore PIN file. -
Method Summary
-
Field Details
-
DEFAULT_ROOT_DN
Root user default distinguish name. -
DEFAULT_ENABLE_HTTP_CONNECTION_HANDLER
public static final boolean DEFAULT_ENABLE_HTTP_CONNECTION_HANDLERWhether 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_HANDLERWhether 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_HANDLERWhether 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_HANDLERWhether the LDAPS connection handler should be suggested to be enabled.- See Also:
-
DEFAULT_ENABLE_START_TLS
public static final boolean DEFAULT_ENABLE_START_TLSWhether 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_NICKNAMEDefault value for using a cert nickname in the server.- See Also:
-
DEFAULT_START_SERVER
public static final boolean DEFAULT_START_SERVERDefault value for starting server after setup.- See Also:
-
DEFAULT_ENABLE_WINDOWS_SERVICE
public static final boolean DEFAULT_ENABLE_WINDOWS_SERVICEDefault value for enabling windows service after setup.- See Also:
-
DEFAULT_DISABLE_CONFIDENTIALITY
public static final boolean DEFAULT_DISABLE_CONFIDENTIALITYDefault value for disabling confidentiality at setup.- See Also:
-
DEFAULT_ACCEPT_LICENSE
public static final boolean DEFAULT_ACCEPT_LICENSEDefault value for interactively accepting the license.- See Also:
-
KEYSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated deployment SSL keystore PIN file. -
TRUSTSTORE_PIN_FILE_RELATIVE_PATH
Relative instance path of the generated SSL truststore PIN file. -
BLIND_TRUST
Blind trust type.- See Also:
-
MULTIMASTER_SYNCHRONIZATION_PROVIDER_NAME
Name of the default synchronization provider in the configuration file.- See Also:
-
ADMIN_DATA_DN
DN of the administration data replication domain.
-