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.model
Methods in org.keycloak.forms.login.freemarker.model with parameters of type UserProfileProvider Modifier and Type Method Description protected 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
Classes in org.keycloak.userprofile with type parameters of type UserProfileProvider Modifier and Type Class Description class
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class forUserProfileProvider
implementations providing the main hooks for customizations.interface
UserProfileProviderFactory<U extends UserProfileProvider>
Classes in org.keycloak.userprofile that implement UserProfileProvider 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.Methods in org.keycloak.userprofile that return UserProfileProvider Modifier and Type Method Description protected UserProfileProvider
DeclarativeUserProfileProvider. create(KeycloakSession session, Map<UserProfileContext,UserProfileMetadata> metadataRegistry)
-