Modifier and Type |
Method and Description |
void |
checkConfig()
Set default values for uninitialized fields if no custom configuration options were supplied, and feed them back again to updateConfiguration.
|
boolean |
enablePersistentSessions() |
String |
getAdminUserName() |
String |
getAdminUserRoleName() |
String |
getApplicationRootUrl() |
File |
getBasePath() |
File |
getBuiltInDatabasePath() |
List<InputStream> |
getCACertificates() |
List<String> |
getClientCertificatePasswords() |
List<InputStream> |
getClientCertificates() |
Integer |
getClientQueryTimeout() |
long |
getClusterManagerActionInterval() |
int |
getClusterManagerQueryTimeout() |
Object |
getConstantValue(com.mendix.core.component.LocalComponent component,
String key) |
Object |
getConstantValue(String key) |
long |
getCSVExportBatchSize() |
String |
getDatabaseName() |
JDBCDataStoreConfiguration |
getDataStoreConfiguration() |
HashAlgorithmType |
getDefaultHashAlgorithm() |
InternalCore.Mode |
getDTAPMode()
|
boolean |
getEnableGuestLogin() |
String |
getFileSeparator() |
String |
getGuestUserRoleName() |
String |
getIFrameUploadDomain() |
File |
getImagePath() |
String |
getImageUrl() |
String |
getJavaKeyStorePassword() |
Integer |
getLogMinDurationQuery() |
Integer |
getMaxThreadsPerDataStoreRequest() |
File |
getModelerFile() |
File |
getMxClientSystemPath() |
Set<String> |
getMyScheduledEvents() |
String |
getNewLine() |
File |
getPublicWebrootPath() |
Boolean |
getReadCommittedSnapshot() |
File |
getResourcesPath() |
File |
getRuntimePath() |
Configuration.ScheduledEventExecution |
getScheduledEventExecution() |
String |
getSessionIdCookieName() |
int |
getSessionTimeout() |
File |
getTempPath() |
File |
getUploadedFilesPath()
|
String |
getValue(String name)
Deprecated.
|
Map<String,WebServiceCertificateInfo> |
getWebServiceCertificates() |
String |
getXASId() |
boolean |
hasMicroflowConstantConfig(String key) |
boolean |
isClustered() |
boolean |
isInDevelopment() |
boolean |
isKeepAliveEnabled() |
Boolean |
mustReturnOnlyNecessaryDDLCommands() |
void |
registerConfigurationSetting(String name,
String defaultValue)
Deprecated.
|
void |
setReturnOnlyNecessaryDDLCommands(boolean returnOnlyNecessaryDDLCommands) |
void |
setValue(String name,
String value)
Deprecated.
|
boolean |
shouldTrackWebServiceUserLastLogin() |
void |
updateConfiguration(org.json.JSONObject params,
boolean overwrite)
Deprecated.
|
void |
updateConfiguration(Map<String,Object> config,
boolean overwrite) |
boolean |
useLDAPAuthentication()
Deprecated.
|