public class DefaultLDIFImportStrategy extends java.lang.Object implements LDIFImportStrategy
| Constructor and Description |
|---|
DefaultLDIFImportStrategy() |
| 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.
|
ImpExMediaModel |
getDestMedia() |
ImpExMediaModel |
getDumpMedia() |
void |
setConfig(ConfigurationMediaModel config) |
void |
setLdapManager(LDAPManager ldapManager) |
void |
setMediaService(MediaService mediaService) |
void |
setModelService(ModelService modelService) |
public void executeFileBasedImport(LDIFMediaModel ldifMediaModel) throws LDAPImportException
executeFileBasedImport in interface LDIFImportStrategyldifMediaModel - media model of ldif file used to create proper impex fileLDAPImportExceptionpublic void executeFileSearchBasedImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
throws LDAPImportException
executeFileSearchBasedImport in interface LDIFImportStrategysearchAttributes - list of attributes used for LDAP searchLDAPImportExceptionpublic void executeFileSearchBasedUserImport(java.util.Map<java.lang.String,java.lang.String> searchAttributes)
throws LDAPImportException
executeFileSearchBasedUserImport in interface LDIFImportStrategysearchAttributes - list of attributes used for LDAp search and for executing user importLDAPImportExceptionpublic void setMediaService(MediaService mediaService)
public void setModelService(ModelService modelService)
public ImpExMediaModel getDumpMedia()
public ImpExMediaModel getDestMedia()
public void setLdapManager(LDAPManager ldapManager)
public void setConfig(ConfigurationMediaModel config)
Copyright © 2018 SAP SE. All Rights Reserved.