Uses of Interface
org.keycloak.userprofile.UserProfileProvider
- 
Packages that use UserProfileProvider Package Description org.keycloak.forms.login.freemarker.model org.keycloak.userprofile 
- 
- 
Uses of UserProfileProvider in org.keycloak.forms.login.freemarker.modelMethods in org.keycloak.forms.login.freemarker.model with parameters of type UserProfileProvider Modifier and Type Method Description protected 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.userprofileClasses in org.keycloak.userprofile with type parameters of type UserProfileProvider Modifier and Type Class Description classAbstractUserProfileProvider<U extends UserProfileProvider>A base class forUserProfileProviderimplementations providing the main hooks for customizations.interfaceUserProfileProviderFactory<U extends UserProfileProvider>Classes in org.keycloak.userprofile that implement UserProfileProvider Modifier and Type Class Description classAbstractUserProfileProvider<U extends UserProfileProvider>A base class forUserProfileProviderimplementations providing the main hooks for customizations.classDeclarativeUserProfileProviderUserProfileProviderloading configuration from the changeable JSON file stored in component config.Methods in org.keycloak.userprofile that return UserProfileProvider Modifier and Type Method Description protected UserProfileProviderDeclarativeUserProfileProvider. create(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> metadataRegistry)
 
-