Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUDIT_EVENT |
"crafterCommons.audit.Audit" |
public static final String |
AUDIT_REACTOR |
"AuditReactor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SHUTDOWN_CLIENT_AFTER_IDLE_SECS |
900 |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_DECRYPTION_ERROR |
"configuration.lookup.decryption.error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ENCRYPTED_VALUE_PREFIX |
"enc" |
public static final char |
DEFAULT_LIST_DELIMITER |
44 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LIVE |
"live" |
public static final String |
PREVIEW |
"preview" |
public static final String |
STAGING |
"staging" |
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" |
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 |
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 |
"|" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ALGORITHM |
"RSA" |
public static final String |
PROVIDER |
"BC" |
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" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_NOOP_USED |
"crypto.textEncryptor.noOpUsed" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"converters.stringToDate.parseFailed" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public final String |
CONFIG_KEY_STORE |
"blobStore" |
public final String |
CONFIG_KEY_TYPE |
"type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY_TYPE_CONFIG |
"server_host_key" |
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" |
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" |
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" |
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" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SELECTOR_ALIAS_PREFIX |
":" |
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-" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"mail.preparationError" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"mail.sendError" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_EMAIL_SENT |
"mail.emailSent" |
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 |
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/" |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COMMUNITY |
"community" |
public static final String |
ENTERPRISE |
"enterprise" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BLUEPRINT |
"blueprint" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CRAFTER_SEARCH |
"CrafterSearch" |
public static final String |
ELASTICSEARCH |
"Elasticsearch" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOG_KEY_WRITTEN_WITH_MESSAGE_CONVERTER |
"logging.rest.writtenWithMessageConverter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BUNDLE_NAME |
"crafter.security.messages.errors" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEY |
"security.permission.subjectNotFound" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ANY_ACTION |
"*" |
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_TYPE |
"type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SKIP |
"SKIP" |
public static final String |
VERSION |
"version" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PIPELINE_PREFIX |
"pipelines." |
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 |
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 |
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" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ERROR_MESSAGE_BUNDLE_NAME |
"crafter.commons.validation.errors" |
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" |
Copyright © 2023 CrafterCMS. All rights reserved.