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 interfaceUserProviderstatic interfaceUserProvider.StreamsDeprecated.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 interfaceUserCacheAll these methods effect an entire cluster of Keycloak instances.static interfaceUserCache.StreamsDeprecated.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 classUserCacheSession -
Uses of UserQueryProvider in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserQueryProvider Modifier and Type Class Description classJpaUserProvider -
Uses of UserQueryProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserQueryProvider Modifier and Type Class Description classMapUserProvider -
Uses of UserQueryProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement UserQueryProvider Modifier and Type Class Description classUserStorageManager -
Uses of UserQueryProvider in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserQueryProvider Modifier and Type Class Description classLDAPStorageProvider -
Uses of UserQueryProvider in org.keycloak.storage.user
Subinterfaces of UserQueryProvider in org.keycloak.storage.user Modifier and Type Interface Description static interfaceUserQueryProvider.StreamsDeprecated.This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
-