Interface LDIFSelector


public interface LDIFSelector
Interface for a class which allows an LDIF dump to select whether a particular entry should be included in the dump or not.
Author:
tc
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(DN dn, Entry entry)
    Select whether this entry should be included in an LDIF dump.
  • Method Details

    • select

      boolean select(DN dn, Entry entry)
      Select whether this entry should be included in an LDIF dump.
      Parameters:
      dn - DN of entry which must not be null
      entry - Entry itself which must not be null
      Returns:
      true if entry should be included in dump, false if not.