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 Type
    Method
    Description
    Creates 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.