Uses of Interface
org.keycloak.storage.user.UserQueryProvider.Streams
-
-
Uses of UserQueryProvider.Streams in org.keycloak.models
Subinterfaces of UserQueryProvider.Streams in org.keycloak.models Modifier and Type Interface Description static interface
UserProvider.Streams
TheUserProvider.Streams
interface makes all collection-based methods inUserProvider
default by providing implementations that delegate to theStream
-based variants instead of the other way around. -
Uses of UserQueryProvider.Streams in org.keycloak.models.cache
Subinterfaces of UserQueryProvider.Streams in org.keycloak.models.cache Modifier and Type Interface Description static interface
UserCache.Streams
TheUserCache.Streams
interface differs fromUserCache
in that it extends theUserProvider.Streams
interface, allowing implementations ofUserCache
to focus on theStream
-based methods in theUserProvider
interface. -
Uses of UserQueryProvider.Streams in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserQueryProvider.Streams Modifier and Type Class Description class
UserCacheSession
-
Uses of UserQueryProvider.Streams in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserQueryProvider.Streams Modifier and Type Class Description class
JpaUserProvider
-
Uses of UserQueryProvider.Streams in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserQueryProvider.Streams Modifier and Type Class Description class
MapUserProvider
-
Uses of UserQueryProvider.Streams in org.keycloak.storage
Classes in org.keycloak.storage that implement UserQueryProvider.Streams Modifier and Type Class Description class
UserStorageManager
-
Uses of UserQueryProvider.Streams in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserQueryProvider.Streams Modifier and Type Class Description class
LDAPStorageProvider
-