| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY |
"metricsManager" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEK_REGISTRY |
"dekRegistry" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AWS_KMS |
"aws-kms" |
public static final String |
AZURE_KMS |
"azure-kms" |
public static final String |
GCP_KMS |
"gcp-kms" |
public static final String |
KEY |
"dekRegistry" |
public static final int |
LATEST_VERSION |
-1 |
public static final int |
MIN_VERSION |
1 |
public static final String |
X_FORWARD_HEADER |
"X-Forward" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEK_REGISTRY_MAX_KEYS_CONFIG |
"dek.registry.max.keys" |
protected static final int |
DEK_REGISTRY_MAX_KEYS_DEFAULT |
20000 |
protected static final String |
DEK_REGISTRY_MAX_KEYS_DOC |
"Maximum number of keys per tenant." |
public static final String |
DEK_REGISTRY_TOPIC_CONFIG |
"dek.registry.topic" |
protected static final String |
DEK_REGISTRY_TOPIC_DEFAULT |
"_dek_registry_keys" |
protected static final String |
DEK_REGISTRY_TOPIC_DOC |
"The topic used to persist keys for the dek registry." |
public static final String |
DEK_REGISTRY_UPDATE_HANDLERS_CONFIG |
"dek.registry.update.handlers" |
protected static final String |
DEK_REGISTRY_UPDATE_HANDLERS_DOC |
"A list of classes to use as CacheUpdateHandler. Implementing the interface <code>CacheUpdateHandler</code> allows you to handle Kafka cache update events." |
protected static final int |
DEK_SUBJECT_SEARCH_DEFAULT_LIMIT |
2147483647 |
protected static final String |
DEK_SUBJECT_SEARCH_DEFAULT_LIMIT_CONFIG |
"dek.subject.search.default.limit" |
protected static final String |
DEK_SUBJECT_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for dek subject searches." |
protected static final String |
DEK_SUBJECT_SEARCH_MAX_LIMIT_CONFIG |
"dek.subject.search.max.limit" |
protected static final int |
DEK_SUBJECT_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
DEK_SUBJECT_SEARCH_MAX_LIMIT_DOC |
"The max limit for dek subject searches." |
protected static final int |
DEK_VERSION_SEARCH_DEFAULT_LIMIT |
2147483647 |
protected static final String |
DEK_VERSION_SEARCH_DEFAULT_LIMIT_CONFIG |
"dek.version.search.default.limit" |
protected static final String |
DEK_VERSION_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for dek version searches." |
protected static final String |
DEK_VERSION_SEARCH_MAX_LIMIT_CONFIG |
"dek.version.search.max.limit" |
protected static final int |
DEK_VERSION_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
DEK_VERSION_SEARCH_MAX_LIMIT_DOC |
"The max limit for dek version searches." |
protected static final String |
KEK_SEARCH_DEFAULT_LIMIT_CONFIG |
"kek.search.default.limit" |
protected static final int |
KEK_SEARCH_DEFAULT_LIMIT_DEFAULT |
2147483647 |
protected static final String |
KEK_SEARCH_DEFAULT_LIMIT_DOC |
"The default limit for kek searches." |
protected static final String |
KEK_SEARCH_MAX_LIMIT_CONFIG |
"kek.search.max.limit" |
protected static final int |
KEK_SEARCH_MAX_LIMIT_DEFAULT |
2147483647 |
protected static final String |
KEK_SEARCH_MAX_LIMIT_DOC |
"The max limit for kek searches." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ALREADY_EXISTS_ERROR_CODE |
40971 |
public static final String |
ALREADY_EXISTS_MESSAGE_FORMAT |
"Key \'%s\' already exists; use a different value" |
public static final int |
DEK_GENERATION_ERROR_CODE |
50070 |
public static final int |
INVALID_KEY_ERROR_CODE |
42271 |
public static final int |
KEY_NOT_FOUND_ERROR_CODE |
40470 |
public static final String |
KEY_NOT_FOUND_MESSAGE_FORMAT |
"Key \'%s\' not found" |
public static final int |
KEY_NOT_SOFT_DELETED_ERROR_CODE |
40471 |
public static final String |
KEY_NOT_SOFT_DELETED_MESSAGE_FORMAT |
"Key \'%s\' was not deleted first before being permanently deleted" |
public static final int |
KEY_SOFT_DELETED_ERROR_CODE |
40472 |
public static final String |
KEY_SOFT_DELETED_MESSAGE_FORMAT |
"Key \'%s\' must be undeleted first" |
public static final int |
REFERENCE_EXISTS_ERROR_CODE |
42272 |
public static final int |
TOO_MANY_KEYS_ERROR_CODE |
40972 |
public static final String |
TOO_MANY_KEYS_MESSAGE_FORMAT |
"A maximum of %d keys already exist" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_CODE |
50070 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_CODE |
42271 |
public static final String |
INVALID_OR_MISSING_KEY_MESSAGE_FORMAT |
"Invalid or missing value for field \'%s\' of key" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ERROR_CODE |
42272 |
public static final String |
REFERENCE_EXISTS_MESSAGE_FORMAT |
"One or more references exist to the key \'%s\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NAME_MAX_LENGTH |
256 |
Copyright © 2026 Confluent, Inc.. All rights reserved.