entryElement.setValue(LdapUtils.extractAttributeEmptyCheck(propertyValue.getEntry(),
SchemaConstants.STRING_ATTRIBUTE));
entryElements.add(entryElement);
}
String key = LdapUtils.extractAttributeEmptyCheck(property.getEntry(), SchemaConstants.CN_ATTRIBUTE);
EntryValue entryValue = new EntryValue(key, entryElements);
attributes.put(key, entryValue); // TODO why need key 2x?
}
String type = LdapUtils.extractAttributeEmptyCheck(permission.getEntry(),
SchemaConstants.JAVA_CLASS_NAME_ATTRIBUTE);
PermissionData data = new PermissionData();