Package org.springframework.ldap.core
Interface AttributeModificationsAware
- All Known Subinterfaces:
DirContextOperations
- All Known Implementing Classes:
DirContextAdapter
public interface AttributeModificationsAware
Indicates that the implementing class is capable of keeping track of any attribute
modifications and return them as ModificationItems.
-
Method Summary
Modifier and TypeMethodDescriptionCreates an array of which attributes have been changed, added or removed since the initialization of this object.
-
Method Details
-
getModificationItems
ModificationItem[] getModificationItems()Creates an array of which attributes have been changed, added or removed since the initialization of this object.- Returns:
- an array of modification items.
-