Uses of Interface
org.keycloak.storage.user.UserLookupProvider
-
-
Uses of UserLookupProvider in org.keycloak.federation.kerberos
Classes in org.keycloak.federation.kerberos that implement UserLookupProvider Modifier and Type Class Description classKerberosFederationProvider -
Uses of UserLookupProvider in org.keycloak.federation.sssd
Classes in org.keycloak.federation.sssd that implement UserLookupProvider Modifier and Type Class Description classSSSDFederationProviderSPI provider implementation to retrieve data from SSSD and authenticate against PAM -
Uses of UserLookupProvider in org.keycloak.models
Subinterfaces of UserLookupProvider 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 UserLookupProvider in org.keycloak.models.cache
Subinterfaces of UserLookupProvider 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 UserLookupProvider in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserLookupProvider Modifier and Type Class Description classUserCacheSession -
Uses of UserLookupProvider in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserLookupProvider Modifier and Type Class Description classJpaUserProvider -
Uses of UserLookupProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserLookupProvider Modifier and Type Class Description classMapUserProvider -
Uses of UserLookupProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement UserLookupProvider Modifier and Type Class Description classUserStorageManager -
Uses of UserLookupProvider in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserLookupProvider Modifier and Type Class Description classLDAPStorageProvider -
Uses of UserLookupProvider in org.keycloak.storage.user
Subinterfaces of UserLookupProvider in org.keycloak.storage.user Modifier and Type Interface Description static interfaceUserLookupProvider.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
-