Uses of Interface
org.keycloak.userprofile.UserProfileProviderFactory
-
Packages that use UserProfileProviderFactory Package Description org.keycloak.userprofile -
-
Uses of UserProfileProviderFactory in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement UserProfileProviderFactory Modifier and Type Class Description class
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class forUserProfileProvider
implementations providing the main hooks for customizations.class
DeclarativeUserProfileProvider
UserProfileProvider
loading configuration from the changeable JSON file stored in component config.
-