Uses of Interface
org.keycloak.storage.user.UserRegistrationProvider
-
-
Uses of UserRegistrationProvider in org.keycloak.models
Subinterfaces of UserRegistrationProvider in org.keycloak.models Modifier and Type Interface Description interface
UserProvider
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 directly -
Uses of UserRegistrationProvider in org.keycloak.models.cache
Subinterfaces of UserRegistrationProvider 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 UserRegistrationProvider in org.keycloak.models.cache.infinispan
Classes in org.keycloak.models.cache.infinispan that implement UserRegistrationProvider Modifier and Type Class Description class
UserCacheSession
-
Uses of UserRegistrationProvider in org.keycloak.models.jpa
Classes in org.keycloak.models.jpa that implement UserRegistrationProvider Modifier and Type Class Description class
JpaUserProvider
-
Uses of UserRegistrationProvider in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement UserRegistrationProvider Modifier and Type Class Description class
MapUserProvider
-
Uses of UserRegistrationProvider in org.keycloak.storage
Classes in org.keycloak.storage that implement UserRegistrationProvider Modifier and Type Class Description class
UserStorageManager
-
Uses of UserRegistrationProvider in org.keycloak.storage.ldap
Classes in org.keycloak.storage.ldap that implement UserRegistrationProvider Modifier and Type Class Description class
LDAPStorageProvider
-