Package net.bluemind.system.api
Enum Class SysConfKeys
- All Implemented Interfaces:
Serializable
,Comparable<SysConfKeys>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAllow to embed BlueMind into another web site (iFrame...)Archive kind could be: none, cyrus, s3 or scalityringdataprotect skipped datatypes (eg.default domain keyexchange autodiscover for split domain with exchangeexternal protocolexternal URLHPS max session per usersHTTP proxy support enabledHTTP proxy exceptionsHTTP proxy hostHTTP proxy loginHTTP proxy passwordHTTP proxy portIllustrates the release date of the initial installation versionother URLsSDS remove delay (backup retention), expressed in daysSDS FileHosting settingsS3 access keyS3 bucket nameS3 HTTP address (https://my-storage.com:9876)S3 regionS3 secret keySentry endpoint.Sentry (web) endpoint.SRS enabledSSL certificate enginetrust all mode for https connexionsupgrade history -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isSysConfigKey
(String key) static SysConfKeys
Returns the enum constant of this class with the specified name.static SysConfKeys[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
external_url
external URL -
other_urls
other URLs -
external_protocol
external protocol -
default_domain
default domain key -
eas_max_heartbeat
-
eas_min_heartbeat
-
eas_sync_unknown
-
message_size_limit
-
mynetworks
-
sw_password
-
relayhost
-
auth_type
-
krb_ad_domain
-
krb_ad_ip
-
krb_domain
-
cas_url
-
cas_domain
-
krb_keytab
-
fwAdditionalIPs
-
dpBackupSkipTags
-
nginx_worker_connections
-
exchange_autodiscover_url
exchange autodiscover for split domain with exchange -
archive_kind
Archive kind could be: none, cyrus, s3 or scalityring -
archive_days
-
archive_size_threshold
-
sds_s3_endpoint
S3 HTTP address (https://my-storage.com:9876) -
sds_s3_access_key
S3 access key -
sds_s3_secret_key
S3 secret key -
sds_s3_bucket
S3 bucket name -
sds_s3_region
S3 region -
sds_s3_insecure
-
sds_backup_rentention_days
SDS remove delay (backup retention), expressed in days -
sds_filehosting_storetype
SDS FileHosting settings -
sds_filehosting_endpoint
-
sds_filehosting_s3_bucket
-
sds_filehosting_s3_access_key
-
sds_filehosting_s3_secret_key
-
sds_filehosting_s3_region
-
sds_filehosting_s3_insecure
-
sds_cyrus_spool_enabled
-
subscription_contacts
-
cyrus_expunged_retention_time
-
changeset_cleanup_retention_time
-
hps_max_sessions_per_user
HPS max session per users -
installation_release_date
Illustrates the release date of the initial installation version -
http_proxy_enabled
HTTP proxy support enabled -
http_proxy_hostname
HTTP proxy host -
http_proxy_port
HTTP proxy port -
http_proxy_login
HTTP proxy login -
http_proxy_password
HTTP proxy password -
http_proxy_exceptions
HTTP proxy exceptions -
allow_bm_embed
Allow to embed BlueMind into another web site (iFrame...) -
sentry_endpoint
Sentry endpoint. Disabled if not defined -
sentry_web_endpoint
Sentry (web) endpoint. Disabled if not defined -
ssl_certif_engine
SSL certificate engine -
upgrade_history
upgrade history -
dataprotect_skip_datatypes
dataprotect skipped datatypes (eg. sds-spool) -
srs_disabled
SRS enabled -
tls_trust_allcertificates
trust all mode for https connexions
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
isSysConfigKey
-