Constant Field Values
Contents
io.confluent.*
-
io.confluent.dekregistry.metrics.MetricsManager
-
io.confluent.dekregistry.storage.AbstractDekRegistryModifier and TypeConstant FieldValue
public static final String"aws-kms"public static final String"azure-kms"public static final String"gcp-kms"public static final String"dekRegistry"public static final int-1public static final int1protected static final String"__TEST"public static final String"X-Forward" -
io.confluent.dekregistry.storage.DekCacheUpdateHandler
-
io.confluent.dekregistry.storage.DekRegistryConfigModifier and TypeConstant FieldValue
public static final String"dek.registry.max.keys"protected static final int20000protected static final String"Maximum number of keys per tenant."public static final String"dek.registry.topic"protected static final String"_dek_registry_keys"protected static final String"The topic used to persist keys for the dek registry."public static final String"dek.registry.update.handlers"protected static final String"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 int2147483647protected static final String"dek.subject.search.default.limit"protected static final String"The default limit for dek subject searches."protected static final String"dek.subject.search.max.limit"protected static final int2147483647protected static final String"The max limit for dek subject searches."protected static final int2147483647protected static final String"dek.version.search.default.limit"protected static final String"The default limit for dek version searches."protected static final String"dek.version.search.max.limit"protected static final int2147483647protected static final String"The max limit for dek version searches."protected static final String"kek.search.default.limit"protected static final int2147483647protected static final String"The default limit for kek searches."protected static final String"kek.search.max.limit"protected static final int2147483647protected static final String"The max limit for kek searches."
-
io.confluent.dekregistry.web.rest.exceptions.DekRegistryErrorsModifier and TypeConstant FieldValue
public static final int40971public static final String"Key \'%s\' already exists; use a different value"public static final int50070public static final int42271public static final int40470public static final String"Key \'%s\' not found"public static final int40471public static final String"Key \'%s\' was not deleted first before being permanently deleted"public static final int40472public static final String"Key \'%s\' must be undeleted first"public static final int42272public static final int40972public static final String"A maximum of %d keys already exist" -
io.confluent.dekregistry.web.rest.exceptions.RestDekGenerationException
-
io.confluent.dekregistry.web.rest.exceptions.RestInvalidKeyExceptionModifier and TypeConstant FieldValue
public static final int42271public static final String"Invalid or missing value for field \'%s\' of key" -
io.confluent.dekregistry.web.rest.exceptions.RestReferenceExistsExceptionModifier and TypeConstant FieldValue
public static final int42272public static final String"One or more references exist to the key \'%s\'"
-
io.confluent.dekregistry.web.rest.resources.DekRegistryResource