Uses of Interface
org.keycloak.userprofile.UserProfileProvider
Packages that use UserProfileProvider
-
Uses of UserProfileProvider in org.keycloak.forms.login.freemarker.model
Methods in org.keycloak.forms.login.freemarker.model with parameters of type UserProfileProviderModifier and TypeMethodDescriptionprotected abstract UserProfileAbstractUserProfileBean.createUserProfile(UserProfileProvider provider) Create UserProfile instance of the relevant type.protected UserProfileIdpReviewProfileBean.createUserProfile(UserProfileProvider provider) protected UserProfileRegisterBean.createUserProfile(UserProfileProvider provider) protected UserProfileVerifyProfileBean.createUserProfile(UserProfileProvider provider) -
Uses of UserProfileProvider in org.keycloak.userprofile
Classes in org.keycloak.userprofile with type parameters of type UserProfileProviderModifier and TypeClassDescriptionclassAbstractUserProfileProvider<U extends UserProfileProvider>A base class forUserProfileProviderimplementations providing the main hooks for customizations.interfaceUserProfileProviderFactory<U extends UserProfileProvider>Classes in org.keycloak.userprofile that implement UserProfileProviderModifier and TypeClassDescriptionclassAbstractUserProfileProvider<U extends UserProfileProvider>A base class forUserProfileProviderimplementations providing the main hooks for customizations.classUserProfileProviderloading configuration from the changeable JSON file stored in component config.Methods in org.keycloak.userprofile that return UserProfileProviderModifier and TypeMethodDescriptionprotected UserProfileProviderDeclarativeUserProfileProvider.create(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry)