Uses of Interface
org.keycloak.userprofile.AttributeChangeListener
Packages that use AttributeChangeListener
-
Uses of AttributeChangeListener in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement AttributeChangeListenerModifier and TypeClassDescriptionclassAttributeChangeListenerto audit user profile attribute changes intoEvent.Methods in org.keycloak.userprofile with parameters of type AttributeChangeListenerModifier and TypeMethodDescriptionvoidDefaultUserProfile.update(boolean removeAttributes, AttributeChangeListener... changeListener) voidUserProfile.update(boolean removeAttributes, AttributeChangeListener... changeListener) Updates theUserModelassociated with this instance.default voidUserProfile.update(AttributeChangeListener... changeListener) The same asUserProfile.update(boolean, AttributeChangeListener...)} but forcing the removal of attributes.