Interface RecordCallbackHandler


public interface RecordCallbackHandler
This interface can be used to operate on skipped records during open in the LdifReader and the MappingLdifReader.
Author:
Keith Barlow
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRecord(org.springframework.ldap.core.LdapAttributes attributes)
    Execute operations on the supplied record.
  • Method Details

    • handleRecord

      void handleRecord(org.springframework.ldap.core.LdapAttributes attributes)
      Execute operations on the supplied record.
      Parameters:
      attributes - represents the record