Package org.keycloak.storage.client
Class ClientStorageProviderModel
java.lang.Object
org.keycloak.component.ComponentModel
org.keycloak.component.PrioritizedComponentModel
org.keycloak.storage.CacheableStorageProviderModel
org.keycloak.storage.client.ClientStorageProviderModel
- All Implemented Interfaces:
Serializable
Stored configuration of a Client Storage provider instance.
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.keycloak.storage.CacheableStorageProviderModel
CacheableStorageProviderModel.CachePolicy
-
Field Summary
Fields inherited from class org.keycloak.storage.CacheableStorageProviderModel
CACHE_INVALID_BEFORE, CACHE_POLICY, EVICTION_DAY, EVICTION_HOUR, EVICTION_MINUTE, MAX_LIFESPAN
Fields inherited from class org.keycloak.component.PrioritizedComponentModel
comparator, PRIORITY
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class org.keycloak.storage.CacheableStorageProviderModel
dailyEvictionBoundary, dailyTimeout, getCacheInvalidBefore, getCachePolicy, getEvictionDay, getEvictionHour, getEvictionMinute, getLifespan, getMaxLifespan, setCacheInvalidBefore, setCachePolicy, setEvictionDay, setEvictionHour, setEvictionMinute, setMaxLifespan, shouldInvalidate, weeklyTimeout
Methods inherited from class org.keycloak.component.PrioritizedComponentModel
getPriority, parsePriority, setPriority
Methods inherited from class org.keycloak.component.ComponentModel
contains, get, get, get, get, get, getConfig, getId, getName, getNote, getParentId, getProviderId, getProviderType, getSubType, hasNote, put, put, put, put, removeNote, setConfig, setId, setName, setNote, setParentId, setProviderId, setProviderType, setSubType
-
Field Details
-
ENABLED
- See Also:
-
-
Constructor Details
-
ClientStorageProviderModel
public ClientStorageProviderModel() -
ClientStorageProviderModel
-
-
Method Details
-
setEnabled
public void setEnabled(boolean flag) - Overrides:
setEnabled
in classCacheableStorageProviderModel
-
isEnabled
public boolean isEnabled()- Overrides:
isEnabled
in classCacheableStorageProviderModel
-