Package org.keycloak.config
Class CachingOptions
java.lang.Object
org.keycloak.config.CachingOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Option<CachingOptions.Mechanism>
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final Option<CachingOptions.Stack>
static final String[]
static final String[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
cacheMaxCountProperty
(String cacheName) maxCountOption
(String cache)
-
Field Details
-
CACHE_CONFIG_FILE_PROPERTY
- See Also:
-
CACHE_EMBEDDED_MTLS_ENABLED_PROPERTY
- See Also:
-
CACHE_EMBEDDED_MTLS_KEYSTORE_FILE_PROPERTY
- See Also:
-
CACHE_EMBEDDED_MTLS_KEYSTORE_PASSWORD_PROPERTY
- See Also:
-
CACHE_EMBEDDED_MTLS_TRUSTSTORE_FILE_PROPERTY
- See Also:
-
CACHE_EMBEDDED_MTLS_TRUSTSTORE_PASSWORD_PROPERTY
- See Also:
-
CACHE_REMOTE_HOST_PROPERTY
- See Also:
-
CACHE_REMOTE_PORT_PROPERTY
- See Also:
-
CACHE_REMOTE_USERNAME_PROPERTY
- See Also:
-
CACHE_REMOTE_PASSWORD_PROPERTY
- See Also:
-
CACHE_REMOTE_TLS_ENABLED_PROPERTY
- See Also:
-
CACHE_METRICS_HISTOGRAMS_ENABLED_PROPERTY
- See Also:
-
LOCAL_MAX_COUNT_CACHES
-
CLUSTERED_MAX_COUNT_CACHES
-
CACHE
-
CACHE_STACK
-
CACHE_CONFIG_FILE
-
CACHE_EMBEDDED_MTLS_ENABLED
-
CACHE_EMBEDDED_MTLS_KEYSTORE
-
CACHE_EMBEDDED_MTLS_KEYSTORE_PASSWORD
-
CACHE_EMBEDDED_MTLS_TRUSTSTORE
-
CACHE_EMBEDDED_MTLS_TRUSTSTORE_PASSWORD
-
CACHE_REMOTE_HOST
-
CACHE_REMOTE_PORT
-
CACHE_REMOTE_USERNAME
-
CACHE_REMOTE_PASSWORD
-
CACHE_METRICS_HISTOGRAMS_ENABLED
-
CACHE_REMOTE_TLS_ENABLED
-
-
Constructor Details
-
CachingOptions
public CachingOptions()
-
-
Method Details
-
maxCountOption
-
cacheMaxCountProperty
-