public interface LDIFImportStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
executeFileBasedImport(LDIFMediaModel ldifMediaModel)
Main method for generating script and importing proper data, executing in all import modes.
|
void |
executeFileSearchBasedImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
Method used for performing ldif file based on LDAP search.
|
void |
executeFileSearchBasedUserImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
Method used for performing ldif file based on LDAP search.
|
void executeFileBasedImport(LDIFMediaModel ldifMediaModel) throws LDAPImportException
ldifMediaModel - media model of ldif file used to create proper impex fileLDAPImportExceptionvoid executeFileSearchBasedImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
throws LDAPImportException
searchAttributes - list of attributes used for LDAP searchLDAPImportExceptionvoid executeFileSearchBasedUserImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
throws LDAPImportException
searchAttributes - list of attributes used for LDAp search and for executing user importLDAPImportExceptionCopyright © 2018 SAP SE. All Rights Reserved.