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 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.client
Subclasses 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.clientscope
Subclasses 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.group
Subclasses 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.role
Subclasses of CacheableStorageProviderModel in org.keycloak.storage.role Modifier and Type Class Description classRoleStorageProviderModelStored configuration of a Role Storage provider instance.
-