Uses of Class
org.keycloak.storage.CacheableStorageProviderModel
-
Packages that use CacheableStorageProviderModel Package Description org.keycloak.storage org.keycloak.storage.client org.keycloak.storage.clientscope org.keycloak.storage.group org.keycloak.storage.role -
-
Uses of CacheableStorageProviderModel in org.keycloak.storage
Classes in org.keycloak.storage with type parameters of type CacheableStorageProviderModel Modifier and Type Class Description class
AbstractStorageManager<ProviderType extends Provider,StorageProviderModelType extends CacheableStorageProviderModel>
Subclasses of CacheableStorageProviderModel in org.keycloak.storage Modifier and Type Class Description class
UserStorageProviderModel
Stored configuration of a User Storage provider instance. -
Uses of CacheableStorageProviderModel in org.keycloak.storage.client
Subclasses of CacheableStorageProviderModel in org.keycloak.storage.client Modifier and Type Class Description class
ClientStorageProviderModel
Stored configuration of a Client Storage provider instance. -
Uses of CacheableStorageProviderModel in org.keycloak.storage.clientscope
Subclasses of CacheableStorageProviderModel in org.keycloak.storage.clientscope Modifier and Type Class Description class
ClientScopeStorageProviderModel
Stored configuration of a Client scope Storage provider instance. -
Uses of CacheableStorageProviderModel in org.keycloak.storage.group
Subclasses of CacheableStorageProviderModel in org.keycloak.storage.group Modifier and Type Class Description class
GroupStorageProviderModel
Stored configuration of a Group Storage provider instance. -
Uses of CacheableStorageProviderModel in org.keycloak.storage.role
Subclasses of CacheableStorageProviderModel in org.keycloak.storage.role Modifier and Type Class Description class
RoleStorageProviderModel
Stored configuration of a Role Storage provider instance.
-