Spring LDAP

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.

Author:
Mattias Hellborg Arthursson

Method Summary
 ModificationItem[] getModificationItems()
          Creates an array of which attributes have been changed, added or removed since the initialization of this object.
 

Method Detail

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.

Spring LDAP