Uses of Interface
org.keycloak.userprofile.UserProfileProvider
-
Uses of UserProfileProvider in org.keycloak.forms.login.freemarker.model
Modifier and TypeMethodDescriptionprotected abstract UserProfile
AbstractUserProfileBean.createUserProfile
(UserProfileProvider provider) Create UserProfile instance of the relevant type.protected UserProfile
IdpReviewProfileBean.createUserProfile
(UserProfileProvider provider) protected UserProfile
RegisterBean.createUserProfile
(UserProfileProvider provider) protected UserProfile
VerifyProfileBean.createUserProfile
(UserProfileProvider provider) -
Uses of UserProfileProvider in org.keycloak.userprofile
Modifier and TypeClassDescriptionclass
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class forUserProfileProvider
implementations providing the main hooks for customizations.interface
UserProfileProviderFactory<U extends UserProfileProvider>
Modifier and TypeClassDescriptionclass
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class forUserProfileProvider
implementations providing the main hooks for customizations.class
UserProfileProvider
loading configuration from the changeable JSON file stored in component config.Modifier and TypeMethodDescriptionprotected UserProfileProvider
DeclarativeUserProfileProvider.create
(KeycloakSession session, Map<UserProfileContext, UserProfileMetadata> metadataRegistry)