Uses of Interface
org.keycloak.storage.user.UserQueryProvider
- 
- 
Uses of UserQueryProvider in org.keycloak.modelsSubinterfaces 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.cacheSubinterfaces 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.infinispanClasses in org.keycloak.models.cache.infinispan that implement UserQueryProvider Modifier and Type Class Description classUserCacheSession
- 
Uses of UserQueryProvider in org.keycloak.models.jpaClasses in org.keycloak.models.jpa that implement UserQueryProvider Modifier and Type Class Description classJpaUserProvider
- 
Uses of UserQueryProvider in org.keycloak.models.map.userClasses in org.keycloak.models.map.user that implement UserQueryProvider Modifier and Type Class Description classMapUserProvider
- 
Uses of UserQueryProvider in org.keycloak.storageClasses in org.keycloak.storage that implement UserQueryProvider Modifier and Type Class Description classUserStorageManager
- 
Uses of UserQueryProvider in org.keycloak.storage.ldapClasses in org.keycloak.storage.ldap that implement UserQueryProvider Modifier and Type Class Description classLDAPStorageProvider
- 
Uses of UserQueryProvider in org.keycloak.storage.userSubinterfaces 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
 
-