Package | Description |
---|---|
org.keycloak.services.resources.admin | |
org.keycloak.userprofile | |
org.keycloak.userprofile.legacy |
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 |
UserProfileProvider.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. |
Modifier and Type | Method and Description |
---|---|
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes) |
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes,
UserModel user) |
UserProfile |
AbstractUserProfileProvider.create(UserProfileContext context,
UserModel user) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.