| Package | Description |
|---|---|
| org.keycloak.userprofile |
| 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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.