Uses of Interface
org.keycloak.models.UserProvider
-
Packages that use UserProvider Package Description org.keycloak.models -
-
Uses of UserProvider in org.keycloak.models
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.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)
-