Uses of Interface
org.keycloak.storage.user.UserQueryProvider
-
-
Uses of UserQueryProvider in org.keycloak.models
Subinterfaces of UserQueryProvider in org.keycloak.models Modifier and Type Interface Description interface
UserProvider
static interface
UserProvider.Streams
Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly -
Uses of UserQueryProvider in org.keycloak.models.cache
Subinterfaces of UserQueryProvider in org.keycloak.models.cache Modifier and Type Interface Description interface
UserCache
All these methods effect an entire cluster of Keycloak instances.static interface
UserCache.Streams
Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly -
Uses of UserQueryProvider in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserQueryProvider Modifier and Type Class Description class
UserCacheSession
-
Uses of UserQueryProvider in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserQueryProvider Modifier and Type Class Description class
JpaUserProvider
-
Uses of UserQueryProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserQueryProvider Modifier and Type Class Description class
MapUserProvider
-
Uses of UserQueryProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement UserQueryProvider Modifier and Type Class Description class
UserStorageManager
-
Uses of UserQueryProvider in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserQueryProvider Modifier and Type Class Description class
LDAPStorageProvider
-
Uses of UserQueryProvider in org.keycloak.storage.user
Subinterfaces of UserQueryProvider in org.keycloak.storage.user Modifier and Type Interface Description static interface
UserQueryProvider.Streams
Deprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
-