Uses of Interface
org.keycloak.models.RoleMapperModel.Streams
-
Packages that use RoleMapperModel.Streams Package Description org.keycloak.models org.keycloak.models.cache org.keycloak.models.utils org.keycloak.storage.adapter -
-
Uses of RoleMapperModel.Streams in org.keycloak.models
Subinterfaces of RoleMapperModel.Streams in org.keycloak.models Modifier and Type Interface Description static 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 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.Streams Modifier and Type Class Description static 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.Streams in org.keycloak.models.cache
Subinterfaces of RoleMapperModel.Streams in org.keycloak.models.cache Modifier and Type Interface Description static interfaceCachedUserModel.StreamsTheCachedUserModel.Streamsinterface differs fromCachedUserModelin that it extends theUserModel.Streamsinterface, allowing implementations ofCachedUserModelto focus on theStream-based methods in theUserModelinterface. -
Uses of RoleMapperModel.Streams in org.keycloak.models.utils
Classes in org.keycloak.models.utils that implement RoleMapperModel.Streams Modifier and Type Class Description classUserModelDelegateDelegation pattern. -
Uses of RoleMapperModel.Streams in org.keycloak.storage.adapter
Classes in org.keycloak.storage.adapter that implement RoleMapperModel.Streams Modifier and Type Class Description 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.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.
-