Class ClientScopeStorageProviderModel

java.lang.Object
org.keycloak.component.ComponentModel
org.keycloak.component.PrioritizedComponentModel
org.keycloak.storage.CacheableStorageProviderModel
org.keycloak.storage.clientscope.ClientScopeStorageProviderModel

public class ClientScopeStorageProviderModel extends org.keycloak.storage.CacheableStorageProviderModel
Stored configuration of a Client scope Storage provider instance.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.keycloak.storage.CacheableStorageProviderModel

    org.keycloak.storage.CacheableStorageProviderModel.CachePolicy

    Nested classes/interfaces inherited from class org.keycloak.component.ComponentModel

    org.keycloak.component.ComponentModel.MultiMapEntry
  • Field Summary

    Fields inherited from class org.keycloak.storage.CacheableStorageProviderModel

    CACHE_INVALID_BEFORE, CACHE_POLICY, ENABLED, EVICTION_DAY, EVICTION_HOUR, EVICTION_MINUTE, MAX_LIFESPAN

    Fields inherited from class org.keycloak.component.PrioritizedComponentModel

    comparator, PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ClientScopeStorageProviderModel(org.keycloak.component.ComponentModel copy)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setEnabled(boolean flag)
     

    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, getConfigProto, getId, getName, getNote, getParentId, getProviderId, getProviderType, getSubType, hasNote, put, put, put, put, removeNote, setConfig, setConfigProto, setId, setName, setNote, setParentId, setProviderId, setProviderType, setSubType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientScopeStorageProviderModel

      public ClientScopeStorageProviderModel()
    • ClientScopeStorageProviderModel

      public ClientScopeStorageProviderModel(org.keycloak.component.ComponentModel copy)
  • Method Details

    • setEnabled

      public void setEnabled(boolean flag)
      Overrides:
      setEnabled in class org.keycloak.storage.CacheableStorageProviderModel
    • isEnabled

      public boolean isEnabled()
      Overrides:
      isEnabled in class org.keycloak.storage.CacheableStorageProviderModel