Package de.xima.fc.config
Class XfcConfigDefaults.Application
- java.lang.Object
-
- de.xima.fc.config.XfcConfigDefaults.Application
-
- Enclosing class:
- XfcConfigDefaults
public static final class XfcConfigDefaults.Application extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLEANUP_WORKER_CRONEXPRESSIONstatic intFORM_PREVIEW_POOL_MAX_INSTANCESstatic intFORM_PREVIEW_POOL_MIN_INSTANCESstatic longFORM_PREVIEW_POOL_TIMEOUTstatic longFORM_PREVIEW_POOL_TIMEOUT_CHECKstatic longFORM_RECORD_LOCK_MAX_DURATION_SECONDSstatic longFORM_RECORD_LOCK_POLL_INTERVAL_MILLISstatic longFORM_RECORD_LOCK_TIMEOUT_MILLISstatic intGLOBAL_DBQUERY_ROW_LIMITstatic intGLOBAL_DBQUERY_SIZE_LIMITstatic IntegerGLOBAL_PARAMETERPARSER_ITEMSIZETHRESHOLDstatic LongGLOBAL_UPLOAD_LIMITstatic LongGLOBAL_UPLOAD_LIMIT_TOTALstatic StringLICENSE_API_SERVER_URLstatic StringLICENSE_PRODUCT_KEYstatic StringLICENSE_PUBLIC_ENC_KEYstatic intMAIL_SMTP_CONNECTION_TIMEOUTSMTP Socket connection timeout default value in millisecondsstatic intMAIL_SMTP_TIMEOUTSMTP Socket I/O timeout default value in millisecondsstatic intPROCESSING_ACTIONS_LIMITstatic intPROCESSING_SINGLE_ACTION_LIMITstatic booleanSESSION_COOKIE_OMIT_SAME_SITE_NONE_ON_UNSUPPORTED_BROWSERSSome old browsers reject cookies with SameSite=None.static StringSESSION_COOKIE_SAME_SITEValue for the SameSite setting on the session cookie.static StringSESSION_COOKIE_SAME_SITE_LAXSet SameSite=Lax on the session cookie.static StringSESSION_COOKIE_SAME_SITE_NONESet SameSite=None on the session cookie.static StringSESSION_COOKIE_SAME_SITE_NONE_IF_SECURESet SameSite=None on the session cookie.static StringSESSION_COOKIE_SAME_SITE_STRICTSet SameSite=Strict on the session cookie.static StringSESSION_COOKIE_SECUREDecides whether the secure flag of the session cookie is modified.static StringSESSION_COOKIE_SECURE_ADDAdd the secure flag on the session cookie (HTTPS-only), whether already present or not.static StringSESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONEAdd the secure flag when also setting SameSite=None.static StringSESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE_AND_SECUREAdd the secure flag when the connection is made via HTTP(s) and also setting SameSite=None.static StringSESSION_COOKIE_SECURE_KEEPDo not change the secure flag on the session cookie at all.static StringSESSION_COOKIE_SECURE_REMOVERemove the secure flag on the session cookie (HTTPS-only), whether already present or not.static booleanSHOW_FAQ_LINKDefault value for the whether the link to the FAQ page should be shown for backend pagesstatic booleanSHOW_HELP_LINKDefault value for the whether a link to the help pages should be shown for backend pages.static booleanSHOW_IMPRINT_LINKDefault value for the whether the link to the imprint should shown on the login page.static booleanSHOW_LICENSE_LINKDefault value for the whether the link to the license agreement should shown on the login page.static booleanSHOW_LOGIN_FOOTERDefault value for the whether the footer of the login form should be displayed.static booleanSHOW_LOGODefault value for the whether the FORMCYCLE logo should be shown in backend pages.static booleanSHOW_PASSWORD_LINKDefault value for the whether the password forgotten link should be shown on the login page.static booleanSHOW_PRIVACY_LINKDefault value for the whether the link to the privacy terms should shown on the login page.static booleanSHOW_REGISTER_LINKDefault value for the whether the link to sign up for a new account should be shown on the login page.static booleanSHOW_TERMS_LINKDefault value for the whether the link to the license agreement should shown on the login page.static booleanSHOW_VERSIONDefault value for the whether the FORMCYCLE version should be shown in backend pages.static StringSYSTEM_ENVIRONMENT_HEADERstatic StringSYSTEM_GUI_BACKGROUNDstatic StringSYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITYstatic booleanSYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITY_SUBDOMAINDefault value for the whether the strict transport security subdomain header should be set.static StringSYSTEM_HEADER_REFERER_POLICYstatic StringSYSTEM_HEADER_SERVER_IDstatic IntegerSYSTEM_PROJECT_INBOX_VALUE_MAX_SIZEstatic StringSYSTEM_URL_DESIGNER_HELPstatic StringSYSTEM_URL_FORM_STOREDefault value for the URL to the form store that lets users browser for forms they want to install.static StringSYSTEM_URL_FORMCLOUDstatic StringSYSTEM_URL_FORMCYCLEstatic StringSYSTEM_URL_HELPDefault value to the help pages, e.g. https://help7.formcycle.eustatic StringSYSTEM_URL_IMPRINTDefault value for the URL to the imprint, e.g. https://formcycle.de/en/imprint.static StringSYSTEM_URL_LICENSEDefault value for the licensing conditions link, e.g. https://formcycle.de/de/lizenzbedingungen.static StringSYSTEM_URL_LOOPBACK_BASEDefault value for the loopback URL that the server can use to access itself.static StringSYSTEM_URL_PRIVACYDefault value for the privacy agreement, e.g. https://formcycle.de/en/data-protection.static StringSYSTEM_URL_QADefault value to the questions & answers page, e.g. https://faq.formcycle.eu/static StringSYSTEM_URL_REGISTERDefault URL to the page for signing up for a new account, e.g. https://www.form.cloud.static StringSYSTEM_URL_TERMS_OF_USEDefault value for the terms of use.static StringSYSTEM_URL_VIEDEOstatic longTIMED_WORKFLOW_TRIGGER_IMMEDIATE_DELAY_MILLISstatic longTIMED_WORKFLOW_TRIGGER_INITIAL_RETRY_DELAY_MILLISstatic longTIMED_WORKFLOW_TRIGGER_MAX_RETRY_COUNTstatic booleanWORKFLOW_PROCESSING_ENABLE_SQL_STATEMENT
-
Constructor Summary
Constructors Constructor Description Application()
-
-
-
Field Detail
-
GLOBAL_DBQUERY_ROW_LIMIT
public static final int GLOBAL_DBQUERY_ROW_LIMIT
- See Also:
- Constant Field Values
-
GLOBAL_DBQUERY_SIZE_LIMIT
public static final int GLOBAL_DBQUERY_SIZE_LIMIT
- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE
public static final String SESSION_COOKIE_SECURE
Decides whether the secure flag of the session cookie is modified. One ofSESSION_COOKIE_SECURE_ADD,SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE,SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE_AND_SECURE,SESSION_COOKIE_SECURE_KEEP,SESSION_COOKIE_SECURE_REMOVE.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE_ADD
public static final String SESSION_COOKIE_SECURE_ADD
Add the secure flag on the session cookie (HTTPS-only), whether already present or not.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE_REMOVE
public static final String SESSION_COOKIE_SECURE_REMOVE
Remove the secure flag on the session cookie (HTTPS-only), whether already present or not.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE_KEEP
public static final String SESSION_COOKIE_SECURE_KEEP
Do not change the secure flag on the session cookie at all.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE
public static final String SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE
Add the secure flag when also setting SameSite=None. Otherwise, do not make any changes. Note that HTTPS detection may not be reliable when using a proxy.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE_AND_SECURE
public static final String SESSION_COOKIE_SECURE_ADD_IF_SAME_SITE_NONE_AND_SECURE
Add the secure flag when the connection is made via HTTP(s) and also setting SameSite=None. Otherwise, do not make any changes.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SAME_SITE
public static final String SESSION_COOKIE_SAME_SITE
Value for the SameSite setting on the session cookie. One ofSESSION_COOKIE_SAME_SITE_NONE,SESSION_COOKIE_SAME_SITE_NONE_IF_SECURESESSION_COOKIE_SAME_SITE_LAX,SESSION_COOKIE_SAME_SITE_STRICT. When any other value, do not modify the SameSite setting.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SAME_SITE_NONE
public static final String SESSION_COOKIE_SAME_SITE_NONE
Set SameSite=None on the session cookie.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SAME_SITE_NONE_IF_SECURE
public static final String SESSION_COOKIE_SAME_SITE_NONE_IF_SECURE
Set SameSite=None on the session cookie.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SAME_SITE_LAX
public static final String SESSION_COOKIE_SAME_SITE_LAX
Set SameSite=Lax on the session cookie.- See Also:
- Constant Field Values
-
SESSION_COOKIE_SAME_SITE_STRICT
public static final String SESSION_COOKIE_SAME_SITE_STRICT
Set SameSite=Strict on the session cookie.- See Also:
- Constant Field Values
-
SESSION_COOKIE_OMIT_SAME_SITE_NONE_ON_UNSUPPORTED_BROWSERS
public static final boolean SESSION_COOKIE_OMIT_SAME_SITE_NONE_ON_UNSUPPORTED_BROWSERS
Some old browsers reject cookies with SameSite=None. When set totrue, attempt to read the user agent and omit the flag if the user agent has this bug. Note that user agent detection is error prone and may or may not work.- See Also:
- Constant Field Values
-
SYSTEM_URL_HELP
public static final String SYSTEM_URL_HELP
Default value to the help pages, e.g. https://help7.formcycle.eu- See Also:
- Constant Field Values
-
SYSTEM_URL_QA
public static final String SYSTEM_URL_QA
Default value to the questions & answers page, e.g. https://faq.formcycle.eu/- See Also:
- Constant Field Values
-
SYSTEM_URL_REGISTER
public static final String SYSTEM_URL_REGISTER
Default URL to the page for signing up for a new account, e.g. https://www.form.cloud. Must be empty as not all installations are run by a single company.- See Also:
- Constant Field Values
-
SYSTEM_URL_PRIVACY
public static final String SYSTEM_URL_PRIVACY
Default value for the privacy agreement, e.g. https://formcycle.de/en/data-protection. Must be empty as not all installations are run by a single company.- See Also:
- Constant Field Values
-
SYSTEM_URL_FORM_STORE
public static final String SYSTEM_URL_FORM_STORE
Default value for the URL to the form store that lets users browser for forms they want to install.- See Also:
- Constant Field Values
-
SYSTEM_URL_IMPRINT
public static final String SYSTEM_URL_IMPRINT
Default value for the URL to the imprint, e.g. https://formcycle.de/en/imprint. Must be empty as not all installations are run by a single company.- See Also:
- Constant Field Values
-
SYSTEM_URL_TERMS_OF_USE
public static final String SYSTEM_URL_TERMS_OF_USE
Default value for the terms of use. Must be empty as not all installations are run by a single company.- See Also:
- Constant Field Values
-
SYSTEM_URL_LICENSE
public static final String SYSTEM_URL_LICENSE
Default value for the licensing conditions link, e.g. https://formcycle.de/de/lizenzbedingungen. Must be empty as not all installations are run by a single company.- See Also:
- Constant Field Values
-
SYSTEM_URL_FORMCLOUD
public static final String SYSTEM_URL_FORMCLOUD
- See Also:
- Constant Field Values
-
SYSTEM_URL_FORMCYCLE
public static final String SYSTEM_URL_FORMCYCLE
- See Also:
- Constant Field Values
-
SYSTEM_URL_DESIGNER_HELP
public static final String SYSTEM_URL_DESIGNER_HELP
- See Also:
- Constant Field Values
-
SYSTEM_URL_VIEDEO
public static final String SYSTEM_URL_VIEDEO
- See Also:
- Constant Field Values
-
SYSTEM_ENVIRONMENT_HEADER
public static final String SYSTEM_ENVIRONMENT_HEADER
- See Also:
- Constant Field Values
-
LICENSE_PUBLIC_ENC_KEY
public static final String LICENSE_PUBLIC_ENC_KEY
- See Also:
- Constant Field Values
-
LICENSE_PRODUCT_KEY
public static final String LICENSE_PRODUCT_KEY
- See Also:
- Constant Field Values
-
LICENSE_API_SERVER_URL
public static final String LICENSE_API_SERVER_URL
- See Also:
- Constant Field Values
-
SYSTEM_HEADER_REFERER_POLICY
public static final String SYSTEM_HEADER_REFERER_POLICY
- See Also:
- Constant Field Values
-
SYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITY
public static final String SYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITY
- See Also:
- Constant Field Values
-
SYSTEM_GUI_BACKGROUND
public static final String SYSTEM_GUI_BACKGROUND
- See Also:
- Constant Field Values
-
SYSTEM_HEADER_SERVER_ID
public static final String SYSTEM_HEADER_SERVER_ID
- See Also:
- Constant Field Values
-
SYSTEM_PROJECT_INBOX_VALUE_MAX_SIZE
public static final Integer SYSTEM_PROJECT_INBOX_VALUE_MAX_SIZE
-
GLOBAL_UPLOAD_LIMIT
public static final Long GLOBAL_UPLOAD_LIMIT
-
GLOBAL_UPLOAD_LIMIT_TOTAL
public static final Long GLOBAL_UPLOAD_LIMIT_TOTAL
-
GLOBAL_PARAMETERPARSER_ITEMSIZETHRESHOLD
public static final Integer GLOBAL_PARAMETERPARSER_ITEMSIZETHRESHOLD
-
FORM_PREVIEW_POOL_TIMEOUT
public static final long FORM_PREVIEW_POOL_TIMEOUT
- See Also:
- Constant Field Values
-
FORM_PREVIEW_POOL_TIMEOUT_CHECK
public static final long FORM_PREVIEW_POOL_TIMEOUT_CHECK
- See Also:
- Constant Field Values
-
FORM_PREVIEW_POOL_MAX_INSTANCES
public static final int FORM_PREVIEW_POOL_MAX_INSTANCES
- See Also:
- Constant Field Values
-
FORM_PREVIEW_POOL_MIN_INSTANCES
public static final int FORM_PREVIEW_POOL_MIN_INSTANCES
- See Also:
- Constant Field Values
-
CLEANUP_WORKER_CRONEXPRESSION
public static final String CLEANUP_WORKER_CRONEXPRESSION
- See Also:
- Constant Field Values
-
PROCESSING_ACTIONS_LIMIT
public static final int PROCESSING_ACTIONS_LIMIT
- See Also:
- Constant Field Values
-
PROCESSING_SINGLE_ACTION_LIMIT
public static final int PROCESSING_SINGLE_ACTION_LIMIT
- See Also:
- Constant Field Values
-
FORM_RECORD_LOCK_POLL_INTERVAL_MILLIS
public static final long FORM_RECORD_LOCK_POLL_INTERVAL_MILLIS
- See Also:
- Constant Field Values
-
FORM_RECORD_LOCK_TIMEOUT_MILLIS
public static final long FORM_RECORD_LOCK_TIMEOUT_MILLIS
- See Also:
- Constant Field Values
-
FORM_RECORD_LOCK_MAX_DURATION_SECONDS
public static final long FORM_RECORD_LOCK_MAX_DURATION_SECONDS
- See Also:
- Constant Field Values
-
TIMED_WORKFLOW_TRIGGER_MAX_RETRY_COUNT
public static final long TIMED_WORKFLOW_TRIGGER_MAX_RETRY_COUNT
- See Also:
- Constant Field Values
-
TIMED_WORKFLOW_TRIGGER_INITIAL_RETRY_DELAY_MILLIS
public static final long TIMED_WORKFLOW_TRIGGER_INITIAL_RETRY_DELAY_MILLIS
- See Also:
- Constant Field Values
-
TIMED_WORKFLOW_TRIGGER_IMMEDIATE_DELAY_MILLIS
public static final long TIMED_WORKFLOW_TRIGGER_IMMEDIATE_DELAY_MILLIS
- See Also:
- Constant Field Values
-
WORKFLOW_PROCESSING_ENABLE_SQL_STATEMENT
public static final boolean WORKFLOW_PROCESSING_ENABLE_SQL_STATEMENT
- See Also:
- Constant Field Values
-
SHOW_PASSWORD_LINK
public static final boolean SHOW_PASSWORD_LINK
Default value for the whether the password forgotten link should be shown on the login page.- See Also:
- Constant Field Values
-
SHOW_LOGO
public static final boolean SHOW_LOGO
Default value for the whether the FORMCYCLE logo should be shown in backend pages.- See Also:
- Constant Field Values
-
SHOW_LOGIN_FOOTER
public static final boolean SHOW_LOGIN_FOOTER
Default value for the whether the footer of the login form should be displayed.- See Also:
- Constant Field Values
-
SHOW_LICENSE_LINK
public static final boolean SHOW_LICENSE_LINK
Default value for the whether the link to the license agreement should shown on the login page.- See Also:
- Constant Field Values
-
SHOW_IMPRINT_LINK
public static final boolean SHOW_IMPRINT_LINK
Default value for the whether the link to the imprint should shown on the login page.- See Also:
- Constant Field Values
-
SHOW_HELP_LINK
public static final boolean SHOW_HELP_LINK
Default value for the whether a link to the help pages should be shown for backend pages.- See Also:
- Constant Field Values
-
SHOW_FAQ_LINK
public static final boolean SHOW_FAQ_LINK
Default value for the whether the link to the FAQ page should be shown for backend pages- See Also:
- Constant Field Values
-
SHOW_PRIVACY_LINK
public static final boolean SHOW_PRIVACY_LINK
Default value for the whether the link to the privacy terms should shown on the login page.- See Also:
- Constant Field Values
-
SHOW_REGISTER_LINK
public static final boolean SHOW_REGISTER_LINK
Default value for the whether the link to sign up for a new account should be shown on the login page.- See Also:
- Constant Field Values
-
SHOW_TERMS_LINK
public static final boolean SHOW_TERMS_LINK
Default value for the whether the link to the license agreement should shown on the login page.- See Also:
- Constant Field Values
-
SHOW_VERSION
public static final boolean SHOW_VERSION
Default value for the whether the FORMCYCLE version should be shown in backend pages.- See Also:
- Constant Field Values
-
SYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITY_SUBDOMAIN
public static final boolean SYSTEM_HEADER_HTTP_STRICT_TRANSPORT_SECURITY_SUBDOMAIN
Default value for the whether the strict transport security subdomain header should be set.- See Also:
- Constant Field Values
-
SYSTEM_URL_LOOPBACK_BASE
public static final String SYSTEM_URL_LOOPBACK_BASE
Default value for the loopback URL that the server can use to access itself.- See Also:
- Constant Field Values
-
MAIL_SMTP_CONNECTION_TIMEOUT
public static final int MAIL_SMTP_CONNECTION_TIMEOUT
SMTP Socket connection timeout default value in milliseconds- See Also:
- Constant Field Values
-
MAIL_SMTP_TIMEOUT
public static final int MAIL_SMTP_TIMEOUT
SMTP Socket I/O timeout default value in milliseconds- See Also:
- Constant Field Values
-
-