Uses of Class
org.keycloak.component.PrioritizedComponentModel
- 
Packages that use PrioritizedComponentModel Package Description org.keycloak.storage org.keycloak.storage.client org.keycloak.storage.clientscope org.keycloak.storage.group org.keycloak.storage.role 
- 
- 
Uses of PrioritizedComponentModel in org.keycloak.storageSubclasses of PrioritizedComponentModel in org.keycloak.storage Modifier and Type Class Description classCacheableStorageProviderModelclassUserStorageProviderModelStored configuration of a User Storage provider instance.
- 
Uses of PrioritizedComponentModel in org.keycloak.storage.clientSubclasses of PrioritizedComponentModel in org.keycloak.storage.client Modifier and Type Class Description classClientStorageProviderModelStored configuration of a Client Storage provider instance.
- 
Uses of PrioritizedComponentModel in org.keycloak.storage.clientscopeSubclasses of PrioritizedComponentModel in org.keycloak.storage.clientscope Modifier and Type Class Description classClientScopeStorageProviderModelStored configuration of a Client scope Storage provider instance.
- 
Uses of PrioritizedComponentModel in org.keycloak.storage.groupSubclasses of PrioritizedComponentModel in org.keycloak.storage.group Modifier and Type Class Description classGroupStorageProviderModelStored configuration of a Group Storage provider instance.
- 
Uses of PrioritizedComponentModel in org.keycloak.storage.roleSubclasses of PrioritizedComponentModel in org.keycloak.storage.role Modifier and Type Class Description classRoleStorageProviderModelStored configuration of a Role Storage provider instance.
 
-