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.storageClasses in org.keycloak.storage with type parameters of type CacheableStorageProviderModel Modifier and Type Class Description classAbstractStorageManager<ProviderType extends Provider,StorageProviderModelType extends CacheableStorageProviderModel>Subclasses of CacheableStorageProviderModel in org.keycloak.storage Modifier and Type Class Description classUserStorageProviderModelStored configuration of a User Storage provider instance.
- 
Uses of CacheableStorageProviderModel in org.keycloak.storage.clientSubclasses of CacheableStorageProviderModel in org.keycloak.storage.client Modifier and Type Class Description classClientStorageProviderModelStored configuration of a Client Storage provider instance.
- 
Uses of CacheableStorageProviderModel in org.keycloak.storage.clientscopeSubclasses of CacheableStorageProviderModel in org.keycloak.storage.clientscope Modifier and Type Class Description classClientScopeStorageProviderModelStored configuration of a Client scope Storage provider instance.
- 
Uses of CacheableStorageProviderModel in org.keycloak.storage.groupSubclasses of CacheableStorageProviderModel in org.keycloak.storage.group Modifier and Type Class Description classGroupStorageProviderModelStored configuration of a Group Storage provider instance.
- 
Uses of CacheableStorageProviderModel in org.keycloak.storage.roleSubclasses of CacheableStorageProviderModel in org.keycloak.storage.role Modifier and Type Class Description classRoleStorageProviderModelStored configuration of a Role Storage provider instance.
 
-