| Package | Description |
|---|---|
| org.keycloak.forms.login.freemarker.model | |
| org.keycloak.services.resources.admin | |
| org.keycloak.userprofile |
| Modifier and Type | Field and Description |
|---|---|
protected UserProfile |
AbstractUserProfileBean.profile |
| 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 | Method and Description |
|---|---|
static void |
UserResource.updateUserFromRep(UserProfile profile,
UserModel user,
UserRepresentation rep,
KeycloakSession session,
boolean isUpdateExistingUser) |
static javax.ws.rs.core.Response |
UserResource.validateUserProfile(UserProfile profile,
UserModel user,
KeycloakSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserProfile
The default implementation for
UserProfile. |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
UserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes)
|
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes) |
UserProfile |
UserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes,
UserModel user)
|
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes,
UserModel user) |
UserProfile |
UserProfileProvider.create(UserProfileContext context,
UserModel user)
Creates a new
UserProfile instance only for validation purposes to check whether its attributes are in conformance
with the given context and profile configuration. |
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
UserModel user) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.