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.storage
Subclasses of PrioritizedComponentModel in org.keycloak.storage Modifier and Type Class Description class
CacheableStorageProviderModel
class
UserStorageProviderModel
Stored configuration of a User Storage provider instance. -
Uses of PrioritizedComponentModel in org.keycloak.storage.client
Subclasses of PrioritizedComponentModel in org.keycloak.storage.client Modifier and Type Class Description class
ClientStorageProviderModel
Stored configuration of a Client Storage provider instance. -
Uses of PrioritizedComponentModel in org.keycloak.storage.clientscope
Subclasses of PrioritizedComponentModel in org.keycloak.storage.clientscope Modifier and Type Class Description class
ClientScopeStorageProviderModel
Stored configuration of a Client scope Storage provider instance. -
Uses of PrioritizedComponentModel in org.keycloak.storage.group
Subclasses of PrioritizedComponentModel in org.keycloak.storage.group Modifier and Type Class Description class
GroupStorageProviderModel
Stored configuration of a Group Storage provider instance. -
Uses of PrioritizedComponentModel in org.keycloak.storage.role
Subclasses of PrioritizedComponentModel in org.keycloak.storage.role Modifier and Type Class Description class
RoleStorageProviderModel
Stored configuration of a Role Storage provider instance.
-