public interface IfsParameters
oracle.ifs.common.ParameterTable
,
oracle.ifs.installer.Settings
, and
java.util.Properties
.Modifier and Type | Field and Description |
---|---|
static String |
APPEND_LOG
Whether or not to append to an existing output file when logging.
|
static String |
DATABASE_TYPE
Database type: oracle or postgres.
|
static String |
DATABASE_URL
Database URL to establish a JDBC connection
Defined as: "jdbc.database.url".
|
static String |
DB_USER_NAME
Database user name to establish a JDBC connection
Defined as: "jdbc.user.name".
|
static String |
DB_USER_PASSWORD
Database user password to establish a JDBC connection
Defined as: "jdbc.user.password".
|
static String |
DOMAIN_TYPE
Domain type.
|
static String |
ENABLE_SSL_SUPPORT
Boolean value indicating whether ssl has been enabled for oid.
|
static String |
FOR_SCHEMA_UPGRADE
Whether a LibraryConnection is for a schema upgrade.
|
static String |
IFS_DOMAIN_DISPLAY_NAME
iFS domain display name for creating a new LibraryService.
|
static String |
IFS_DOMAIN_NAME
iFS domain name for creating a new or finding an existing LibraryService.
|
static String |
IFS_SCHEMA_NAME
iFS schema name to use when creating a new LibraryService.
|
static String |
IFS_SCHEMA_PASSWORD
iFS schema password to use when creating a new LibraryService.
|
static String |
IFS_SERVICE_NAME
iFS service name for creating a new or finding an existing LibraryService.
|
static String |
IFS_USER_NAME
iFS user name to establish a new LibrarySession.
|
static String |
IFS_USER_PASSWORD
iFS user password to establish a new LibrarySession.
|
static String |
INCLUDE_PATH
Directory path to search for included parameter files
(used by AdminManager when executing ".adm" files).
|
static String |
INITIAL_CONTEXT_FACTORY
Initial context factory
|
static String |
LDAP_URL_DAS_LOOKUP
The LDAP host where the DAS urls are kept
|
static String |
LDAP_USER_NAME
Database user name to establish a LDAP connection
Defined as: "ldap.user.name".
|
static String |
LDAP_USER_PASSWORD
Database user password to establish a LDAP connection
Defined as: "ldap.user.password".
|
static String |
OUTPUT_FILE
Output file to use for logging.
|
static String |
PARAMETER_FILE
Configuration file from which to load parameters
(used by instances of ParameterTable).
|
static String |
REGISTRY
Absolute path to iFS registry file.
|
static String |
SCHEMA_VERSION_KEY
Respository parameter key for schema version.
|
static String |
SECURITY_PROTOCOL_NAME
The name of the security protocol to use
|
static String |
SERVICE_CONFIGURATION_NAME
Service configuration name
|
static final String IFS_USER_NAME
static final String IFS_USER_PASSWORD
static final String IFS_SERVICE_NAME
static final String IFS_DOMAIN_NAME
static final String IFS_DOMAIN_DISPLAY_NAME
static final String DOMAIN_TYPE
static final String REGISTRY
static final String DB_USER_NAME
static final String DB_USER_PASSWORD
static final String DATABASE_TYPE
static final String DATABASE_URL
static final String IFS_SCHEMA_NAME
static final String IFS_SCHEMA_PASSWORD
static final String FOR_SCHEMA_UPGRADE
static final String PARAMETER_FILE
static final String OUTPUT_FILE
static final String APPEND_LOG
static final String INCLUDE_PATH
static final String SCHEMA_VERSION_KEY
static final String LDAP_USER_NAME
static final String LDAP_USER_PASSWORD
static final String INITIAL_CONTEXT_FACTORY
static final String LDAP_URL_DAS_LOOKUP
static final String SERVICE_CONFIGURATION_NAME
static final String ENABLE_SSL_SUPPORT
static final String SECURITY_PROTOCOL_NAME
Copyright © 2023. All rights reserved.