Package | Description |
---|---|
org.keycloak.forms.login.freemarker.model | |
org.keycloak.userprofile |
Modifier and Type | Method and Description |
---|---|
protected UserProfile |
VerifyProfileBean.createUserProfile(UserProfileProvider provider) |
protected UserProfile |
RegisterBean.createUserProfile(UserProfileProvider provider) |
protected UserProfile |
IdpReviewProfileBean.createUserProfile(UserProfileProvider provider) |
protected abstract UserProfile |
AbstractUserProfileBean.createUserProfile(UserProfileProvider provider)
Create UserProfile instance of the relevant type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class for
UserProfileProvider implementations providing the main hooks for customizations. |
interface |
UserProfileProviderFactory<U extends UserProfileProvider> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserProfileProvider<U extends UserProfileProvider>
A base class for
UserProfileProvider implementations providing the main hooks for customizations. |
class |
DeclarativeUserProfileProvider
UserProfileProvider loading configuration from the changeable JSON file stored in component config. |
Modifier and Type | Method and Description |
---|---|
protected UserProfileProvider |
DeclarativeUserProfileProvider.create(KeycloakSession session,
Map<UserProfileContext,UserProfileMetadata> metadataRegistry) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.