Package dev.dsf.bpe.spring.config
Class PropertiesConfig
java.lang.Object
dev.dsf.bpe.spring.config.PropertiesConfig
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Configuration
@PropertySource(value="file:conf/config.properties",
encoding="UTF-8",
ignoreResourceNotFound=true)
public class PropertiesConfig
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchar[]char[]char[]getDbUrl()booleanbooleanbooleanintlongintintchar[]char[]intchar[]booleanbooleanbooleanintintbooleanintintbooleanintlongstatic org.springframework.context.support.PropertySourcesPlaceholderConfigurerpropertySourcesPlaceholderConfigurer(org.springframework.core.env.ConfigurableEnvironment environment)
-
Constructor Details
-
PropertiesConfig
public PropertiesConfig()
-
-
Method Details
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer(org.springframework.core.env.ConfigurableEnvironment environment) -
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getDbUrl
-
getDbUsername
-
getDbPassword
public char[] getDbPassword() -
getDbCamundaUsername
-
getDbCamundaPassword
public char[] getDbCamundaPassword() -
getOrganizationIdentifierValue
-
getClientCertificateTrustStoreFile
-
getClientCertificateFile
-
getClientCertificatePrivateKeyFile
-
getClientCertificatePrivateKeyFilePassword
public char[] getClientCertificatePrivateKeyFilePassword() -
getWebserviceClientRemoteReadTimeout
public int getWebserviceClientRemoteReadTimeout() -
getWebserviceClientRemoteConnectTimeout
public int getWebserviceClientRemoteConnectTimeout() -
getWebserviceClientRemoteVerbose
public boolean getWebserviceClientRemoteVerbose() -
getServerBaseUrl
-
getWebserviceClientLocalReadTimeout
public int getWebserviceClientLocalReadTimeout() -
getWebserviceClientLocalConnectTimeout
public int getWebserviceClientLocalConnectTimeout() -
getWebserviceClientLocalVerbose
public boolean getWebserviceClientLocalVerbose() -
getTaskSubscriptionSearchParameter
-
getQuestionnaireResponseSubscriptionSearchParameter
-
getWebsocketRetrySleepMillis
public long getWebsocketRetrySleepMillis() -
getWebsocketMaxRetries
public int getWebsocketMaxRetries() -
getProcessPluginDirectory
-
getProcessExcluded
-
getProcessRetired
-
getFhirServerRequestMaxRetries
public int getFhirServerRequestMaxRetries() -
getFhirServerRetryDelayMillis
public long getFhirServerRetryDelayMillis() -
getMailFromAddress
-
getMailToAddresses
-
getMailToAddressesCc
-
getMailReplyToAddresses
-
getMailUseSmtps
public boolean getMailUseSmtps() -
getMailServerHostname
-
getMailServerPort
public int getMailServerPort() -
getMailServerUsername
-
getMailServerPassword
public char[] getMailServerPassword() -
getMailServerTrustStoreFile
-
getMailServerClientCertificateFile
-
getMailServerClientCertificatePrivateKeyFile
-
getMailServerClientCertificatePrivateKeyFilePassword
public char[] getMailServerClientCertificatePrivateKeyFilePassword() -
getMailSmimeSigingKeyStoreFile
-
getMailSmimeSigingKeyStorePassword
public char[] getMailSmimeSigingKeyStorePassword() -
getSendTestMailOnStartup
public boolean getSendTestMailOnStartup() -
getSendMailOnErrorLogEvent
public boolean getSendMailOnErrorLogEvent() -
getMailOnErrorLogEventBufferSize
public int getMailOnErrorLogEventBufferSize() -
getMailOnErrorLogEventDebugLogLocation
-
getDebugLogMessageOnActivityStart
public boolean getDebugLogMessageOnActivityStart() -
getDebugLogMessageOnActivityEnd
public boolean getDebugLogMessageOnActivityEnd() -
getDebugLogMessageVariables
public boolean getDebugLogMessageVariables() -
getJettyStatusConnectorPort
public int getJettyStatusConnectorPort() -
proxyConfig
-