Uses of Interface
org.keycloak.models.UserProvider
- 
- 
Uses of UserProvider in org.keycloak.modelsClasses in org.keycloak.models with type parameters of type UserProvider Modifier and Type Interface Description interfaceUserProviderFactory<T extends UserProvider>Subinterfaces of UserProvider in org.keycloak.models Modifier and Type Interface Description static 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 directlyMethods in org.keycloak.models that return UserProvider Modifier and Type Method Description UserProviderKeycloakSession. userCache()Deprecated.The access to the UserCache interface is no longer possible here, and this method is about to be removed.UserProviderLegacySessionSupportProvider. userCache()Deprecated.UserProviderKeycloakSession. userLocalStorage()Deprecated.UserProviderKeycloakSession. users()A cached view of all users in system including users loaded by UserStorageProvidersUserProviderKeycloakSession. userStorageManager()Deprecated.Methods in org.keycloak.models with parameters of type UserProvider Modifier and Type Method Description booleanUserManager. removeUser(RealmModel realm, UserModel user, UserProvider userProvider)
- 
Uses of UserProvider in org.keycloak.models.cacheSubinterfaces of UserProvider 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 UserProvider in org.keycloak.models.cache.infinispanClasses in org.keycloak.models.cache.infinispan that implement UserProvider Modifier and Type Class Description classUserCacheSessionFields in org.keycloak.models.cache.infinispan declared as UserProvider Modifier and Type Field Description protected UserProviderUserCacheSession. delegateMethods in org.keycloak.models.cache.infinispan that return UserProvider Modifier and Type Method Description UserProviderUserCacheSession. getDelegate()
- 
Uses of UserProvider in org.keycloak.models.jpaClasses in org.keycloak.models.jpa that implement UserProvider Modifier and Type Class Description classJpaUserProviderMethods in org.keycloak.models.jpa that return UserProvider Modifier and Type Method Description UserProviderJpaUserProviderFactory. create(KeycloakSession session)
- 
Uses of UserProvider in org.keycloak.models.map.datastoreMethods in org.keycloak.models.map.datastore that return UserProvider Modifier and Type Method Description UserProviderImportKeycloakSession. userCache()Deprecated.UserProviderImportKeycloakSession. userLocalStorage()Deprecated.UserProviderImportKeycloakSession. users()UserProviderMapDatastoreProvider. users()UserProviderImportKeycloakSession. userStorageManager()Deprecated.
- 
Uses of UserProvider in org.keycloak.models.map.userClasses in org.keycloak.models.map.user that implement UserProvider Modifier and Type Class Description classMapUserProvider
- 
Uses of UserProvider in org.keycloak.servicesMethods in org.keycloak.services that return UserProvider Modifier and Type Method Description UserProviderDefaultKeycloakSession. userCache()Deprecated.UserProviderDefaultKeycloakSession. userLocalStorage()Deprecated.UserProviderDefaultKeycloakSession. users()UserProviderDefaultKeycloakSession. userStorageManager()Deprecated.
- 
Uses of UserProvider in org.keycloak.storageClasses in org.keycloak.storage that implement UserProvider Modifier and Type Class Description classUserStorageManagerMethods in org.keycloak.storage that return UserProvider Modifier and Type Method Description protected UserProviderUserStorageManager. localStorage()UserProviderLegacyStoreManagers. userLocalStorage()static UserProviderUserStoragePrivateUtil. userLocalStorage(KeycloakSession session)UserProviderDatastoreProvider. users()UserProviderLegacyStoreManagers. userStorageManager()
- 
Uses of UserProvider in org.keycloak.storage.datastoreMethods in org.keycloak.storage.datastore that return UserProvider Modifier and Type Method Description UserProviderLegacyDatastoreProvider. userLocalStorage()UserProviderLegacyDatastoreProvider. users()UserProviderLegacyDatastoreProvider. userStorageManager()
 
-