Uses of Interface
org.keycloak.models.UserProvider
-
Packages that use UserProvider Package Description org.keycloak.models org.keycloak.models.cache -
-
Uses of UserProvider in org.keycloak.models
Subinterfaces of UserProvider in org.keycloak.models Modifier and Type Interface Description static interfaceUserProvider.StreamsTheUserProvider.Streamsinterface makes all collection-based methods inUserProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around.Methods in org.keycloak.models that return UserProvider Modifier and Type Method Description UserProviderKeycloakSession. userLocalStorage()Keycloak specific local storage for users.UserProviderKeycloakSession. users()A cached view of all users in system including users loaded by UserStorageProvidersUserProviderKeycloakSession. userStorageManager()Un-cached view of all users in system including users loaded by UserStorageProvidersMethods 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.cache
Subinterfaces of UserProvider in org.keycloak.models.cache Modifier and Type Interface Description interfaceUserCacheAll these methods effect an entire cluster of Keycloak instances.static interfaceUserCache.StreamsTheUserCache.Streamsinterface differs fromUserCachein that it extends theUserProvider.Streamsinterface, allowing implementations ofUserCacheto focus on theStream-based methods in theUserProviderinterface.
-