Package org.keycloak.userprofile
Interface AttributeChangeListener
- All Known Implementing Classes:
 EventAuditingAttributeChangeListener
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface of the user profile attribute change listener.
- Author:
 - Vlastimil Elias <velias@redhat.com>
 - See Also:
 
- 
Method Summary
 
- 
Method Details
- 
onChange
Method called for each user attribute change.- Parameters:
 name- of the changed user attributeuser- model where new attribute value is applied already (can be null if attribute is removed)oldValue- of the attribute before the change (can be null)
 
 -