Uses of Interface
org.keycloak.models.RoleMapperModel
-
Packages that use RoleMapperModel Package Description org.keycloak.models org.keycloak.models.cache org.keycloak.models.utils org.keycloak.storage.adapter -
-
Uses of RoleMapperModel in org.keycloak.models
Subinterfaces of RoleMapperModel in org.keycloak.models Modifier and Type Interface Description interfaceGroupModelstatic interfaceGroupModel.StreamsTheGroupModel.Streamsinterface makes all collection-based methods inGroupModeldefault by providing implementations that delegate to theStream-based variants instead of the other way around.static interfaceRoleMapperModel.StreamsTheRoleMapperModel.Streamsinterface makes all collection-based methods inRoleMapperModeldefault by providing implementations that delegate to theStream-based variants instead of the other way around.interfaceUserModelstatic interfaceUserModel.StreamsTheUserModel.Streamsinterface makes all collection-based methods inUserModeldefault by providing implementations that delegate to theStream-based variants instead of the other way around.Classes in org.keycloak.models that implement RoleMapperModel Modifier and Type Class Description classUserModelDefaultMethodsstatic classUserModelDefaultMethods.StreamsTheUserModelDefaultMethods.Streamsclass extends theUserModelDefaultMethodsabstract class and implements theUserModel.Streamsinterface, allowing subclasses to focus on the implementation of theStream-based query methods and providing default implementations for the collections-based variants that delegate to theirStreamcounterparts. -
Uses of RoleMapperModel in org.keycloak.models.cache
Subinterfaces of RoleMapperModel in org.keycloak.models.cache Modifier and Type Interface Description interfaceCachedUserModelCached users will implement this interfacestatic interfaceCachedUserModel.StreamsTheCachedUserModel.Streamsinterface differs fromCachedUserModelin that it extends theUserModel.Streamsinterface, allowing implementations ofCachedUserModelto focus on theStream-based methods in theUserModelinterface. -
Uses of RoleMapperModel in org.keycloak.models.utils
Classes in org.keycloak.models.utils that implement RoleMapperModel Modifier and Type Class Description classUserModelDelegateDelegation pattern. -
Uses of RoleMapperModel in org.keycloak.storage.adapter
Classes in org.keycloak.storage.adapter that implement RoleMapperModel Modifier and Type Class Description classAbstractUserAdapterThis abstract class provides implementations for everything but getUsername().static classAbstractUserAdapter.StreamsTheAbstractUserAdapter.Streamsclass extends theAbstractUserAdapterabstract class and implements theUserModel.Streamsinterface, allowing subclasses to focus on the implementation of theStream-based query methods and providing default implementations for the collections-based variants that delegate to theirStreamcounterparts.classAbstractUserAdapterFederatedStorageAssumes everything is managed by federated storage except for username.static classAbstractUserAdapterFederatedStorage.StreamsTheAbstractUserAdapterFederatedStorage.Streamsclass extends theAbstractUserAdapterFederatedStorageabstract class and implements theUserModel.Streamsinterface, allowing subclasses to focus on the implementation of theStream-based query methods and providing default implementations for the collections-based variants that delegate to theirStreamcounterparts.
-