Uses of Interface
org.keycloak.userprofile.AttributeChangeListener
-
Uses of AttributeChangeListener in org.keycloak.userprofile
Modifier and TypeClassDescriptionclass
AttributeChangeListener
to audit user profile attribute changes intoEvent
.Modifier and TypeMethodDescriptionvoid
DefaultUserProfile.update
(boolean removeAttributes, AttributeChangeListener... changeListener) void
UserProfile.update
(boolean removeAttributes, AttributeChangeListener... changeListener) Updates theUserModel
associated with this instance.default void
UserProfile.update
(AttributeChangeListener... changeListener) The same asUserProfile.update(boolean, AttributeChangeListener...)
} but forcing the removal of attributes.