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
FieldsModifier and TypeFieldDescriptionstatic final DnDN of the administration data replication domain.static final StringBlind trust type.static final booleanDefault value for interactively accepting the license.static final booleanDefault value for disabling confidentiality at setup.static final booleanWhether the HTTP connection handler should be suggested to be enabled.static final booleanWhether the HTTPS connection handler should be suggested to be enabled.static final booleanWhether the LDAP connection handler should be suggested to be enabled.static final booleanWhether the LDAPS connection handler should be suggested to be enabled.static final booleanWhether start TLS on the ldap connection handler should be suggested to be enabled.static final booleanDefault value for enabling windows service after setup.static final DnRoot user default distinguish name.static final booleanDefault value for starting server after setup.static final booleanDefault value for using a cert nickname in the server.static final PathRelative instance path of the generated deployment SSL keystore PIN file.static final StringName of the default synchronization provider in the configuration file.static final PathRelative 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.
-