Uses of Interface
org.keycloak.userprofile.AttributeChangeListener
-
Packages that use AttributeChangeListener Package Description org.keycloak.userprofile -
-
Uses of AttributeChangeListener in org.keycloak.userprofile
Methods in org.keycloak.userprofile with parameters of type AttributeChangeListener Modifier and Type Method Description voidDefaultUserProfile. 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.
-