Uses of Interface
org.keycloak.models.UserProvider
-
-
Uses of UserProvider in org.keycloak.models
Classes in org.keycloak.models with type parameters of type UserProvider Modifier and Type Interface Description interface
UserProviderFactory<T extends UserProvider>
Subinterfaces of UserProvider in org.keycloak.models Modifier and Type Interface Description 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 directlyMethods in org.keycloak.models that return UserProvider Modifier and Type Method Description UserProvider
KeycloakSession. userCache()
Deprecated.The access to the UserCache interface is no longer possible here, and this method is about to be removed.UserProvider
LegacySessionSupportProvider. userCache()
Deprecated.UserProvider
KeycloakSession. userLocalStorage()
Deprecated.UserProvider
KeycloakSession. users()
A cached view of all users in system including users loaded by UserStorageProvidersUserProvider
KeycloakSession. userStorageManager()
Deprecated.Methods in org.keycloak.models with parameters of type UserProvider Modifier and Type Method Description boolean
UserManager. removeUser(RealmModel realm, UserModel user, UserProvider userProvider)
-
Uses of UserProvider in org.keycloak.models.cache
Subinterfaces of UserProvider 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 UserProvider in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserProvider Modifier and Type Class Description class
UserCacheSession
Fields in org.keycloak.models.cache.infinispan declared as UserProvider Modifier and Type Field Description protected UserProvider
UserCacheSession. delegate
Methods in org.keycloak.models.cache.infinispan that return UserProvider Modifier and Type Method Description UserProvider
UserCacheSession. getDelegate()
-
Uses of UserProvider in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserProvider Modifier and Type Class Description class
JpaUserProvider
Methods in org.keycloak.models.jpa that return UserProvider Modifier and Type Method Description UserProvider
JpaUserProviderFactory. create(KeycloakSession session)
-
Uses of UserProvider in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore that return UserProvider Modifier and Type Method Description UserProvider
ImportKeycloakSession. userCache()
Deprecated.UserProvider
ImportKeycloakSession. userLocalStorage()
Deprecated.UserProvider
ImportKeycloakSession. users()
UserProvider
MapDatastoreProvider. users()
UserProvider
ImportKeycloakSession. userStorageManager()
Deprecated. -
Uses of UserProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserProvider Modifier and Type Class Description class
MapUserProvider
-
Uses of UserProvider in org.keycloak.services
Methods in org.keycloak.services that return UserProvider Modifier and Type Method Description UserProvider
DefaultKeycloakSession. userCache()
Deprecated.UserProvider
DefaultKeycloakSession. userLocalStorage()
Deprecated.UserProvider
DefaultKeycloakSession. users()
UserProvider
DefaultKeycloakSession. userStorageManager()
Deprecated. -
Uses of UserProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement UserProvider Modifier and Type Class Description class
UserStorageManager
Methods in org.keycloak.storage that return UserProvider Modifier and Type Method Description protected UserProvider
UserStorageManager. localStorage()
UserProvider
LegacyStoreManagers. userLocalStorage()
static UserProvider
UserStoragePrivateUtil. userLocalStorage(KeycloakSession session)
UserProvider
DatastoreProvider. users()
UserProvider
LegacyStoreManagers. userStorageManager()
-
Uses of UserProvider in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore that return UserProvider Modifier and Type Method Description UserProvider
LegacyDatastoreProvider. userLocalStorage()
UserProvider
LegacyDatastoreProvider. users()
UserProvider
LegacyDatastoreProvider. userStorageManager()
-