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
 
 public class ClientStorageProviderModel extends CacheableStorageProviderModel Stored configuration of a Client Storage provider instance.- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.keycloak.storage.CacheableStorageProviderModelCacheableStorageProviderModel.CachePolicy
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static StringENABLED- 
Fields inherited from class org.keycloak.storage.CacheableStorageProviderModelCACHE_INVALID_BEFORE, CACHE_POLICY, EVICTION_DAY, EVICTION_HOUR, EVICTION_MINUTE, MAX_LIFESPAN
 - 
Fields inherited from class org.keycloak.component.PrioritizedComponentModelcomparator, PRIORITY
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClientStorageProviderModel()ClientStorageProviderModel(ComponentModel copy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()voidsetEnabled(boolean flag)- 
Methods inherited from class org.keycloak.storage.CacheableStorageProviderModeldailyEvictionBoundary, dailyTimeout, getCacheInvalidBefore, getCachePolicy, getEvictionDay, getEvictionHour, getEvictionMinute, getLifespan, getMaxLifespan, setCacheInvalidBefore, setCachePolicy, setEvictionDay, setEvictionHour, setEvictionMinute, setMaxLifespan, shouldInvalidate, weeklyTimeout
 - 
Methods inherited from class org.keycloak.component.PrioritizedComponentModelgetPriority, parsePriority, setPriority
 - 
Methods inherited from class org.keycloak.component.ComponentModelcontains, 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 Detail- 
ENABLEDpublic static final String ENABLED - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ClientStorageProviderModelpublic ClientStorageProviderModel() 
 - 
ClientStorageProviderModelpublic ClientStorageProviderModel(ComponentModel copy) 
 
- 
 - 
Method Detail- 
setEnabledpublic void setEnabled(boolean flag) - Overrides:
- setEnabledin class- CacheableStorageProviderModel
 
 - 
isEnabledpublic boolean isEnabled() - Overrides:
- isEnabledin class- CacheableStorageProviderModel
 
 
- 
 
-