Uses of Interface
org.keycloak.userprofile.AttributeChangeListener
Packages that use AttributeChangeListener
-
Uses of AttributeChangeListener in org.keycloak.userprofile
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 as#update(boolean, BiConsumer[])but forcing the removal of attributes.