public interface LdifLoadFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(File file,
org.apache.directory.api.ldap.model.name.Dn dn,
org.apache.directory.api.ldap.model.entry.Entry entry,
org.apache.directory.server.core.api.CoreSession coreSession)
Filters entries loaded from LDIF files by a LdifFileLoader.
|
boolean filter(File file, org.apache.directory.api.ldap.model.name.Dn dn, org.apache.directory.api.ldap.model.entry.Entry entry, org.apache.directory.server.core.api.CoreSession coreSession) throws org.apache.directory.api.ldap.model.exception.LdapException
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 DITorg.apache.directory.api.ldap.model.exception.LdapExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.