public interface LdifLoadFilter
Modifier and Type | Method and Description |
---|---|
boolean |
filter(File file,
org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.entry.Entry entry,
CoreSession coreSession)
Filters entries loaded from LDIF files by a LdifFileLoader.
|
boolean filter(File file, org.apache.directory.shared.ldap.name.DN dn, org.apache.directory.shared.ldap.entry.Entry entry, CoreSession coreSession) throws NamingException
file
- the file being loadeddn
- the distinguished name of the entry being loadedentry
- the entry attributes within the LDIF filecoreSession
- session to be used for loading the entry into the DITNamingException
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.