Class CmnConst.SystemProperty
java.lang.Object
de.xima.fc.CmnConst.SystemProperty
- Enclosing class:
CmnConst
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn orderedListofauthentication client namesof the backend login page.static final Stringglobal redirect targetof the backend login page.static final Stringlayout of the input clientsof the backend login page.static final Stringgeneral layoutof the backend login page.static final StringPrefix for system properties related to the backend login configuration.static final StringBooleanvalue that determines whether the remember me option should be displayed on the backend login page.static final StringBooleanvalue that determines whether the super user login is active.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringPrefix for the system properties that store system-wide the default form theme.static final Stringstatic final Stringstatic final Stringstatic final StringSystem property that holds the localizations of the form authentication client in aJSON object.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringBooleanwhether the user may be able to recover their user account if the MFA token was lost.static final StringBooleanvalue whether to force MFA for all users of the system.static final StringDefault interval (in days) for which user profile user may save the MFA.static final StringIntegervalue that determines the maximum number of attempts a user has to enter the MFA code for a given temporary token.static final StringIntegervalue that determines the maximum number of temporary MFA tokens that can be created per user.static final StringPrefix for system properties related to multi factor authentication.static final StringDurationfor which the temporary MFA token is valid.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringWhether a protocol entry is created when a form was submitted with an invalid submit button UUID.static final Stringstatic final Stringstatic final StringPrefix for master server config featuresstatic final StringSystem property that controls whether the REST API is active on the master server.static final StringDefault interval (in days) until credentials will expire.static final StringPrefix for system properties related to the system login configuration.static final Stringstatic final StringSystem property that controls whether unknown content types for uploads are generally allowed or not.static final StringSystem property holding custom MIME mappings to extend/override mappings provided by the context (web.xml).static final StringSystem property that controls whether the content type verification for uploads is enabled or disabled.static final StringPrefix for system properties related to upload validation.static final StringBooleanvalue that determines whether user accounts from external IDPs should be connected automatically to existing user profiles if the user account provides an email address that matches a verified user email of a user profile.static final StringBooleanvalue that determines if user profiles will be created automatically when users sign in with an account from an external IDP (and have access to the backend via filters) or if the creation of the profile requires confirmation.static final StringBooleanvalue that determines if the user discovery feature is enabled.static final StringBooleanvalue that determines if user invitations are accepted automatically or need to be accepted by the user manually.static final StringBooleanvalue that determines whether user can manually connect accounts to their profile.static final StringBooleanvalue that determines whether users can merge their profile with another profile based on the user email.static final StringPrefix for system properties related to how users can configure their profile on their own.static final StringPrefix for user related settings.static final StringBooleanvalue that determines if the sending of a welcome mail should be sent after a user registers.static final StringBooleanvalue that determines whether users exclusive to a client should be deleted on client deletion by default. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_FORM_THEME_PREFIX
Prefix for the system properties that store system-wide the default form theme. See alsoFormThemeReference.toAttributeMap(FormThemeReference, String, Map).- Since:
- 8.3.0
- See Also:
-
ENCRYPTION_TEST_KEY
- See Also:
-
ENCRYPTION_TEST_VALUE
- See Also:
-
PLUGIN_UPDATE_CHECK_LAST_TIMESTAMP
- See Also:
-
BACKEND_LOGIN_LAYOUT_HEADER
- See Also:
-
BACKEND_LOGIN_LAYOUT_NOTICE
- See Also:
-
BACKEND_LOGIN_LAYOUT_NOTICE_POSITION
- See Also:
-
SYSTEM_UPDATE_LOCK
- See Also:
-
PROTOCOL_CLEANUP_JOB_ACTIVE
- See Also:
-
PROTOCOL_CLEANUP_JOB_LAST_EXECUTION
- See Also:
-
PROTOCOL_CLEANUP_JOB_TIMESPAN
- See Also:
-
PROTOCOL_CLEANUP_JOB_EXECUTION_TIME
- See Also:
-
PROTOCOL_CLEANUP_JOB_KEEP_FORM_RECORD_HISTORY
- See Also:
-
PROTOCOL_BOT_DETECT_ACTIVE
- See Also:
-
PROTOCOL_SUBMIT_MANIPULATION_ACTIVE
Whether a protocol entry is created when a form was submitted with an invalid submit button UUID.- See Also:
-
PWD_POLICY_KEY_PREFIX
- See Also:
-
PWD_POLICY_KEY_PREFIX_RULE
- See Also:
-
LICENSE_UPDATE_SERVLET_ACTIVE
- See Also:
-
DEFAULT_URL_CONTRACT_DETAILS
- See Also:
-
CONTRACT_UPDATE_PRODUCT_PROMPT_ACTIVE
- See Also:
-
PLUGIN_UPDATE_CHECK_TIMESPAN
- See Also:
-
PLUGIN_UPDATE_CHECK_JOB_ACTIVE
- See Also:
-
PLUGIN_UPDATE_CHECK_JOB_LAST_EXECUTION
- See Also:
-
PLUGIN_UPDATE_CHECK_JOB_EXECUTION_TIME
- See Also:
-
GENERIC_REST_SERVLET_ACTIVE
- See Also:
-
USER_PREFIX
-
USER_DISCOVERY_ENABLED
-
USER_AUTO_CONNECT_ACCOUNTS_ENABLED
Booleanvalue that determines whether user accounts from external IDPs should be connected automatically to existing user profiles if the user account provides an email address that matches a verified user email of a user profile. If disabled a new profile will be created for each login to the backend via an external IDP if the account was not yet connected to a user profile.- See Also:
-
USER_AUTO_PROFILE_CREATION
-
USER_INVITATION_NEED_MANUAL_ACCEPTANCE
-
USER_PROFILE_WELCOME_MAIL_ENABLED
-
USER_MY_PROFILE_PREFIX
Prefix for system properties related to how users can configure their profile on their own. (not by a system admin).- See Also:
-
USER_MY_PROFILE_CONNECT_ACCOUNT_ENABLED
-
USER_MY_PROFILE_MERGE_PROFILES_ENABLED
-
USER_PROFILES_DELETE_ON_CLIENT_DELETE
-
BACKEND_LOGIN_CONFIG_PREFIX
Prefix for system properties related to the backend login configuration.- Since:
- 8.1.0
- See Also:
-
BACKEND_LOGIN_CONFIG_LAYOUT_TYPE
general layoutof the backend login page.- Since:
- 8.1.0
- See Also:
-
BACKEND_LOGIN_CONFIG_INPUT_CLIENT_LAYOUT_TYPE
layout of the input clientsof the backend login page.- Since:
- 8.1.0
- See Also:
-
BACKEND_LOGIN_CONFIG_CLIENTS
An orderedListofauthentication client namesof the backend login page.- Since:
- 8.1.0
- See Also:
-
BACKEND_LOGIN_CONFIG_GLOBAL_REDIRECT_TARGET
global redirect targetof the backend login page. May beCmnConst.Security.Authenticator.GLOBAL_REDIRECT_OPTION_INDIVIDUALfor individual redirect settings for clients.- Since:
- 8.1.0
- See Also:
-
BACKEND_LOGIN_CONFIG_SUPER_USER_LOGIN_ACTIVE
-
BACKEND_LOGIN_CONFIG_REMEMBER_ME_ACTIVE
-
SYSTEM_LOGIN_PREFIX
Prefix for system properties related to the system login configuration.- Since:
- 8.1.0
- See Also:
-
SYSTEM_LOGIN_CREDENTIALS_EXPIRE_INTERVAL_IN_DAYS
Default interval (in days) until credentials will expire. How many days until passwords expire within the system after they have been set initially.0means passwords don't expire.- Since:
- 8.1.0
- See Also:
-
MULTI_FACTOR_AUTHENTICATION_PREFIX
Prefix for system properties related to multi factor authentication.- Since:
- 8.1.0
- See Also:
-
MULTI_FACTOR_AUTHENTICATION_FORCE
-
MULTI_FACTOR_AUTHENTICATION_INTERVAL_DAYS
Default interval (in days) for which user profile user may save the MFA.- Since:
- 8.1.0
- See Also:
-
MULTI_FACTOR_AUTHENTICATION_ALLOW_RECOVERY
-
MULTI_FACTOR_AUTHENTICATION_TEMP_TOKEN_VALIDITY_DURATION
-
MULTI_FACTOR_AUTHENTICATION_MAX_TEMP_TOKENS_PER_USER
-
MULTI_FACTOR_AUTHENTICATION_MAX_ATTEMPTS_PER_TEMP_TOKEN
-
UPLOAD_PREFIX
Prefix for system properties related to upload validation.- See Also:
-
UPLOAD_DISABLE_MIMECHECK
System property that controls whether the content type verification for uploads is enabled or disabled.- See Also:
-
UPLOAD_ALLOW_UNKNOWN_TYPES
System property that controls whether unknown content types for uploads are generally allowed or not.- See Also:
-
UPLOAD_CUSTOM_MIME_MAPPINGS
System property holding custom MIME mappings to extend/override mappings provided by the context (web.xml).- See Also:
-
SERVER_CONFIG_FEAT_PREFIX
Prefix for master server config features- See Also:
-
SERVER_CONFIG_FEAT_REST_API_ACTIVE_ON_MS
System property that controls whether the REST API is active on the master server. -
JWT_ACCESS_TOKENS_SECRET
- See Also:
-
JWT_ACCESS_TOKENS_LIFETIME
- See Also:
-
JWT_ACCESS_TOKENS_TIMESTAMP
- See Also:
-
JWT_ID_TOKENS_SECRET
- See Also:
-
JWT_ID_TOKENS_LIFETIME
- See Also:
-
JWT_ID_TOKENS_TIMESTAMP
- See Also:
-
JWT_REFRESH_TOKEN_SECRET
- See Also:
-
JWT_REFRESH_TOKEN_MAX_COUNT
- See Also:
-
JWT_REFRESH_TOKEN_LIFETIME
- See Also:
-
JWT_REFRESH_TOKEN_TIMESTAMP
- See Also:
-
FORM_AUTH_CLIENT_LOCALIZATIONS
System property that holds the localizations of the form authentication client in aJSON object.- See Also:
-
-
Constructor Details
-
SystemProperty
public SystemProperty()
-