public class LdapGenericDataModelComparator extends Object implements LdapDataModelComparator
| Constructor and Description |
|---|
LdapGenericDataModelComparator() |
| Modifier and Type | Method and Description |
|---|---|
List<ModificationItem> |
compare(LdapDataModelWrapper dataModel1,
LdapDataModelWrapper dataModel2) |
protected void |
compareMultiValueAttributes(List<ModificationItem> response,
Map<String,List<String>> attributes1,
Map<String,List<String>> attributes2) |
protected void |
compareSingleValueAttributes(List<ModificationItem> response,
Map<String,String> attributes1,
Map<String,String> attributes2) |
public List<ModificationItem> compare(LdapDataModelWrapper dataModel1, LdapDataModelWrapper dataModel2)
compare in interface LdapDataModelComparatorprotected void compareSingleValueAttributes(List<ModificationItem> response, Map<String,String> attributes1, Map<String,String> attributes2)
Copyright © 2017. All Rights Reserved.