Constant Field Values
Contents
org.craftercms.*
-
org.craftercms.commons.audit.Audit Modifier and Type Constant Field Value public static final String
AUDIT_EVENT
"crafterCommons.audit.Audit"
public static final String
AUDIT_REACTOR
"AuditReactor"
-
org.craftercms.commons.aws.AbstractAwsClientCachingFactory<P extends AbstractAwsProfile,C> Modifier and Type Constant Field Value public static final int
DEFAULT_SHUTDOWN_CLIENT_AFTER_IDLE_SECS
900
-
org.craftercms.commons.config.ConfigurationResolverImpl Modifier and Type Constant Field Value public static final String
DEFAULT_ENVIRONMENT
"default"
public static final String
PLACEHOLDER_ENVIRONMENT
"environment"
public static final String
PLACEHOLDER_MODULE
"module"
-
org.craftercms.commons.config.ConfigUtils Modifier and Type Constant Field Value public static final String
DEFAULT_ENCODING
"UTF-8"
-
org.craftercms.commons.config.DecryptionLookup Modifier and Type Constant Field Value public static final String
LOG_KEY_DECRYPTION_ERROR
"configuration.lookup.decryption.error"
-
org.craftercms.commons.config.EncryptionAwareConfigurationReader Modifier and Type Constant Field Value public static final String
DEFAULT_ENCRYPTED_VALUE_PREFIX
"enc"
public static final char
DEFAULT_LIST_DELIMITER
44
-
org.craftercms.commons.config.PublishingTargetResolver Modifier and Type Constant Field Value public static final String
LIVE
"live"
public static final String
PREVIEW
"preview"
public static final String
STAGING
"staging"
-
org.craftercms.commons.config.YamlConfiguration Modifier and Type Constant Field Value public static final String
ERROR_KEY_LOAD_ERROR
"configuration.yaml.loadError"
public static final String
ERROR_KEY_WRITE_NOT_SUPPORTED
"configuration.yaml.writeNotSupported"
public static final String
LOG_KEY_YAML_LOADED
"configuration.yaml.yamlLoaded"
-
org.craftercms.commons.crypto.Base64 Modifier and Type Constant Field Value public static final int
DECODE
0
public static final int
DONT_BREAK_LINES
8
public static final int
ENCODE
1
public static final int
GZIP
2
public static final int
NO_OPTIONS
0
public static final int
ORDERED
32
public static final int
URL_SAFE
16
-
org.craftercms.commons.crypto.CryptoUtils Modifier and Type Constant Field Value public static final String
AES_CIPHER_ALGORITHM
"AES"
public static final int
AES_KEY_BYTE_SIZE
16
public static final String
DEFAULT_AES_CIPHER_TRANSFORMATION
"AES/CBC/PKCS5Padding"
public static final String
PASSWORD_SEP
"|"
-
org.craftercms.commons.crypto.PGPUtils Modifier and Type Constant Field Value public static final String
ALGORITHM
"RSA"
public static final String
PROVIDER
"BC"
-
org.craftercms.commons.crypto.SimpleCipher Modifier and Type Constant Field Value public static final String
ERROR_KEY_DEC_ERROR
"crypto.cipher.decryptionError"
public static final String
ERROR_KEY_ENC_ERROR
"crypto.cipher.encryptionError"
public static final String
ERROR_KEY_IV_NOT_SET
"crypto.cipher.ivNotSet"
public static final String
ERROR_KEY_KEY_NOT_SET
"crypto.cipher.keyNotSet"
public static final String
LOG_KEY_DEC_SUCCESSFUL
"crypto.cipher.decryptionSuccessful"
public static final String
LOG_KEY_DEF_CIPHER_CREATED
"crypto.cipher.defaultCipherCreated"
public static final String
LOG_KEY_ENC_SUCCESSFUL
"crypto.cipher.encryptionSuccessful"
public static final String
LOG_KEY_IV_GEN
"crypto.cipher.ivGenerated"
public static final String
LOG_KEY_KEY_GEN
"crypto.cipher.keyGenerated"
-
org.craftercms.commons.crypto.SimpleDigest Modifier and Type Constant Field Value public static final String
DEFAULT_ALGORITHM
"SHA-256"
public static final int
DEFAULT_ITERATIONS
1000
public static final int
DEFAULT_SALT_SIZE
16
public static final String
ERROR_KEY_INVALID_ALG
"crypto.digest.invalidDigestAlgorithm"
public static final String
LOG_KEY_DEF_DIGEST_CREATED
"crypto.digest.defaultDigestCreated"
public static final String
LOG_KEY_DIGEST_GEN
"crypto.digest.digestGenerated"
public static final String
LOG_KEY_SALT_GEN
"crypto.digest.saltGenerated"
-
org.craftercms.commons.crypto.impl.NoOpTextEncryptor Modifier and Type Constant Field Value public static final String
LOG_KEY_NOOP_USED
"crypto.textEncryptor.noOpUsed"
-
org.craftercms.commons.crypto.impl.SecretKeyRepositoryImpl Modifier and Type Constant Field Value public static final String
ERROR_KEY_GET_KEY_ERROR
"crypto.keyRepo.getKeyError"
public static final String
ERROR_KEY_KEY_STORE_LOAD_ERROR
"crypto.keyRepo.keyStoreLoadError"
public static final String
ERROR_KEY_KEY_STORE_STORE_ERROR
"crypto.keyRepo.keyStoreStoreError"
public static final String
ERROR_KEY_SAVE_KEY_ERROR
"crypto.keyRepo.saveKeyError"
public static final String
KEY_STORE_TYPE
"JCEKS"
public static final String
LOG_KEY_KEY_CREATED
"crypto.keyRepo.keyCreated"
public static final String
LOG_KEY_KEY_FOUND
"crypto.keyRepo.keyFound"
public static final String
LOG_KEY_KEY_NOT_FOUND
"crypto.keyRepo.keyNotFound"
public static final String
LOG_KEY_KEY_SAVED
"crypto.keyRepo.keySaved"
public static final String
LOG_KEY_KEY_STORE_LOADED
"crypto.keyRepo.keyStoreLoaded"
public static final String
LOG_KEY_KEY_STORE_STORED
"crypto.keyRepo.keyStoreStored"
-
org.craftercms.commons.exceptions.DateParseException Modifier and Type Constant Field Value public static final String
KEY
"converters.stringToDate.parseFailed"
-
org.craftercms.commons.file.blob.BlobStore Modifier and Type Constant Field Value public static final String
CONFIG_KEY_CONFIGURATION
"configuration"
public static final String
CONFIG_KEY_ID
"id"
public static final String
CONFIG_KEY_MAPPING
"mappings.mapping"
public static final String
CONFIG_KEY_MAPPING_PREFIX
"prefix"
public static final String
CONFIG_KEY_MAPPING_PUBLISHING_TARGET
"publishingTarget"
public static final String
CONFIG_KEY_MAPPING_STORE_TARGET
"storeTarget"
public static final String
CONFIG_KEY_PATTERN
"pattern"
-
org.craftercms.commons.file.blob.impl.BlobStoreResolverImpl Modifier and Type Constant Field Value public final String
CONFIG_KEY_STORE
"blobStore"
public final String
CONFIG_KEY_TYPE
"type"
-
org.craftercms.commons.git.utils.AuthenticationType Modifier and Type Constant Field Value public static final String
BASIC
"basic"
public static final String
NONE
"none"
public static final String
PRIVATE_KEY
"key"
public static final String
TOKEN
"token"
-
org.craftercms.commons.git.utils.GitUtils Modifier and Type Constant Field Value public static final String
BIG_FILE_THRESHOLD_CONFIG_PARAM
"bigFileThreshold"
public static final String
BIG_FILE_THRESHOLD_DEFAULT
"20m"
public static final String
COMPRESSION_CONFIG_PARAM
"compression"
public static final int
COMPRESSION_DEFAULT
0
public static final String
CORE_CONFIG_SECTION
"core"
public static final String
FILE_MODE_CONFIG_PARAM
"fileMode"
public static final boolean
FILE_MODE_DEFAULT
false
public static final String
GIT_FOLDER_NAME
".git"
public static final String
GIT_INDEX_NAME
"index"
public static final String
GIT_LOCK_NAME
"index.lock"
-
org.craftercms.commons.git.utils.UrlBasedAuthConfiguratorBuilder Modifier and Type Constant Field Value protected static final String
GIT_SSH_URL_REGEX
"^(ssh://.+)|([a-zA-Z0-9._-]+@.+)$"
-
org.craftercms.commons.http.CookieManager Modifier and Type Constant Field Value public static final String
LOG_KEY_ADDED_COOKIE
"http.cookie.addedCookie"
public static final String
LOG_KEY_DELETED_COOKIE
"http.cookie.deletedCookie"
-
org.craftercms.commons.http.HttpUtils Modifier and Type Constant Field Value public static final String
CACHE_CONTROL_HEADER_NAME
"Cache-Control"
public static final int
DEFAULT_HTTP_PORT
80
public static final int
DEFAULT_HTTPS_PORT
443
public static final String
EXPIRES_HEADER_NAME
"Expires"
public static final String
HTTP_SCHEME
"http"
public static final String
HTTPS_SCHEME
"https"
public static final String
PRAGMA_HEADER_NAME
"Pragma"
-
org.craftercms.commons.http.RequestContextBindingFilter Modifier and Type Constant Field Value public static final String
LOG_KEY_BINGING_CONTEXT
"http.requestContext.bindingContext"
public static final String
LOG_KEY_UNBINDING_CONTEXT
"http.requestContext.unbindingContext"
-
org.craftercms.commons.i10n.I10nUtils Modifier and Type Constant Field Value public static final String
DEFAULT_ERROR_MESSAGE_BUNDLE_NAME
"crafter.commons.messages.errors"
public static final String
DEFAULT_LOGGING_MESSAGE_BUNDLE_NAME
"crafter.commons.messages.logging"
-
org.craftercms.commons.jackson.mvc.GDataPropertyFilter Modifier and Type Constant Field Value public static final String
SELECTOR_ALIAS_PREFIX
":"
-
org.craftercms.commons.lang.UrlUtils Modifier and Type Constant Field Value public static final String
RANGE_HEADER_FORMAT
"bytes=%s-%s"
public static final String
RANGE_HEADER_NAME
"Range"
public static final String
RANGE_NO_END_HEADER_FORMAT
"bytes=%s-"
-
org.craftercms.commons.locale.LocaleUtils Modifier and Type Constant Field Value public static final String
CONFIG_KEY_DEFAULT_LOCALE
"defaultLocaleCode"
public static final String
CONFIG_KEY_FALLBACK
"fallbackToDefaultLocale"
public static final String
CONFIG_KEY_SUPPORTED_LOCALES
"localeCodes.localeCode"
public static final String
LOCALE_SEPARATOR
"_"
-
org.craftercms.commons.logging.I10nMethodLogger Modifier and Type Constant Field Value public static final String
LOG_KEY_ENTRY
"logging.method.entry"
public static final String
LOG_KEY_EXCEPTION
"logging.method.exception"
public static final String
LOG_KEY_EXIT
"logging.method.exit"
-
org.craftercms.commons.mail.EmailPreparationException Modifier and Type Constant Field Value public static final String
KEY
"mail.preparationError"
-
org.craftercms.commons.mail.EmailSendException Modifier and Type Constant Field Value public static final String
KEY
"mail.sendError"
-
org.craftercms.commons.mail.impl.EmailFactoryImpl Modifier and Type Constant Field Value public static final String
DEFAULT_ENCODING
"UTF-8"
public static final String
ERROR_KEY_TEMPLATE_CONFIG_MISSING
"mail.templateConfigMissing"
public static final String
LOG_KEY_MIME_MSG_CREATED
"mail.mimeMessageCreated"
public static final String
LOG_KEY_PROCESSING_EMAIL_TEMPLATE
"mail.processingEmailTemplate"
-
org.craftercms.commons.mail.impl.EmailImpl Modifier and Type Constant Field Value public static final String
LOG_KEY_EMAIL_SENT
"mail.emailSent"
-
org.craftercms.commons.mongo.MongoClientFactory Modifier and Type Constant Field Value public static final String
DEFAULT_MONGO_HOST
"127.0.0.1"
public static final int
DEFAULT_MONGO_PORT
27017
-
org.craftercms.commons.monitoring.VersionInfo Modifier and Type Constant Field Value public static final String
KEY_BUILD_ON
"Build-On"
public static final String
KEY_IMPLEMENTATION_BUILD
"Implementation-Build"
public static final String
KEY_IMPLEMENTATION_TITLE
"Implementation-Title"
public static final String
KEY_IMPLEMENTATION_VERSION
"Implementation-Version"
public static final String
MANIFEST_PATH
"/META-INF/MANIFEST.MF"
public static final String
SPRING_PATH
"!/BOOT-INF/classes!/"
public static final String
WAR_PATH
"/WEB-INF/classes/"
-
org.craftercms.commons.monitoring.rest.MonitoringRestControllerBase Modifier and Type Constant Field Value public static final String
MEMORY_URL
"/memory"
public static final String
ROOT_URL
"/monitoring"
public static final String
STATUS_URL
"/status"
public static final String
VERSION_URL
"/version"
-
org.craftercms.commons.plugin.model.CrafterCmsEditions Modifier and Type Constant Field Value public static final String
COMMUNITY
"community"
public static final String
ENTERPRISE
"enterprise"
-
org.craftercms.commons.plugin.model.PluginTypes Modifier and Type Constant Field Value public static final String
BLUEPRINT
"blueprint"
-
org.craftercms.commons.plugin.model.SearchEngines Modifier and Type Constant Field Value public static final String
CRAFTER_SEARCH
"CrafterSearch"
public static final String
ELASTICSEARCH
"Elasticsearch"
-
org.craftercms.commons.rest.HttpMessageConvertingResponseWriter Modifier and Type Constant Field Value public static final String
LOG_KEY_WRITTEN_WITH_MESSAGE_CONVERTER
"logging.rest.writtenWithMessageConverter"
-
org.craftercms.commons.security.exception.SecurityException Modifier and Type Constant Field Value public static final String
BUNDLE_NAME
"crafter.security.messages.errors"
-
org.craftercms.commons.security.exception.SubjectNotFoundException Modifier and Type Constant Field Value public static final String
KEY
"security.permission.subjectNotFound"
-
org.craftercms.commons.security.permissions.DefaultPermission Modifier and Type Constant Field Value public static final String
ANY_ACTION
"*"
-
org.craftercms.commons.upgrade.UpgradePipelineFactory<T> Modifier and Type Constant Field Value public static final String
CONFIG_KEY_CURRENT_VERSION
"currentVersion"
public static final String
CONFIG_KEY_NEXT_VERSION
"nextVersion"
public static final String
CONFIG_KEY_OPERATIONS
"operations"
public static final String
CONFIG_KEY_REQUIRES
".requires"
public static final String
CONFIG_KEY_TYPE
"type"
public static final String
CONFIG_KEY_VERSIONS
".versions"
-
org.craftercms.commons.upgrade.VersionProvider<T> Modifier and Type Constant Field Value public static final String
SKIP
"SKIP"
public static final String
VERSION
"version"
-
org.craftercms.commons.upgrade.impl.pipeline.DefaultUpgradePipelineFactoryImpl<T> Modifier and Type Constant Field Value public static final String
DEFAULT_PIPELINE_PREFIX
"pipelines."
-
org.craftercms.commons.validation.ErrorCodes Modifier and Type Constant Field Value public static final String
FIELD_MISSING_ERROR_CODE
"validation.error.rest.field.missing"
public static final String
FIELD_UNRECOGNIZED_ERROR_CODE
"validation.error.rest.field.unrecognized"
public static final String
INVALID_METHOD_PARAMS_ERROR_CODE
"validation.error.invalidMethodParams"
public static final String
INVALID_REQUEST_BODY_ERROR_CODE
"validation.error.invalidRequestBody"
public static final String
LIST_NOT_EMPTY_ERROR_CODE
"validation.error.list.notEmpty"
public static final String
NOT_NULL_ERROR_CODE
"validation.error.notNull"
public static final String
NUMBER_MAX_VALUE_ERROR
"validation.error.number.maxValue"
public static final String
NUMBER_MIN_VALUE_ERROR
"validation.error.number.minValue"
public static final String
OBJECT_FIELD_READ_ERROR_CODE
"validation.error.object.field.read"
public static final String
SQL_SORT_VALIDATION_FAILED_ERROR_CODE
"validation.error.sql.sort.failed"
public static final String
STRING_MAX_LENGTH_ERROR_CODE
"validation.error.string.maxLength"
public static final String
STRING_MIN_LENGTH_ERROR_CODE
"validation.error.string.minLength"
public static final String
STRING_NOT_BLANK_ERROR_CODE
"validation.error.string.notBlank"
public static final String
STRING_NOT_EMPTY_ERROR_CODE
"validation.error.string.notEmpty"
public static final String
STRING_REGEX_VALIDATION_FAILED_ERROR_CODE
"validation.error.string.regexMatchingFailed"
-
org.craftercms.commons.validation.ValidationUtils Modifier and Type Constant Field Value public static final String
DEFAULT_ERROR_MESSAGE_BUNDLE_NAME
"crafter.commons.validation.errors"
-
org.craftercms.commons.web.CloudfrontForwardedHeaderFilter Modifier and Type Constant Field Value public static final String
CLOUDFRONT_PROTO_HEADER_NAME
"CloudFront-Forwarded-Proto"
public static final String
STANDARD_PROTO_HEADER_NAME
"X-Forwarded-Proto"