Uses of Interface
org.keycloak.storage.user.UserRegistrationProvider
-
Packages that use UserRegistrationProvider Package Description org.keycloak.models org.keycloak.models.cache -
-
Uses of UserRegistrationProvider in org.keycloak.models
Subinterfaces of UserRegistrationProvider in org.keycloak.models Modifier and Type Interface Description interfaceUserProviderstatic interfaceUserProvider.StreamsTheUserProvider.Streamsinterface makes all collection-based methods inUserProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around. -
Uses of UserRegistrationProvider in org.keycloak.models.cache
Subinterfaces of UserRegistrationProvider 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.
-