Package | Description |
---|---|
org.keycloak.userprofile |
Modifier and Type | Method and Description |
---|---|
UserModel |
UserProfile.create()
Creates a new
UserModel based on the attributes associated with this instance. |
UserModel |
DefaultUserProfile.create() |
default void |
UserProfile.update(BiConsumer<String,UserModel>... changeListener)
The same as
UserProfile.update(boolean, BiConsumer[]) but forcing the removal of attributes. |
void |
UserProfile.update(boolean removeAttributes,
BiConsumer<String,UserModel>... changeListener)
Updates the
UserModel associated with this instance. |
void |
UserProfile.validate()
Validates the attributes associated with this instance.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.