| | |
| | | private AddMsg addMsg(CSNGenerator gen, Entry entry, String uniqueId, String parentId) |
| | | { |
| | | return new AddMsg(gen.newCSN(), entry.getName(), uniqueId, parentId, |
| | | entry.getObjectClassAttribute(), entry.getAttributes(), |
| | | new ArrayList<Attribute>()); |
| | | entry.getObjectClassAttribute(), entry.getAllAttributes(), null); |
| | | } |
| | | |
| | | /** |
| | |
| | | user1entryUUID, |
| | | baseUUID, |
| | | personWithUUIDEntry.getObjectClassAttribute(), |
| | | personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>()); |
| | | personWithUUIDEntry.getAllAttributes(), null); |
| | | updateMonitorCount(baseDN, resolvedMonitorAttr); |
| | | alertCount = DummyAlertHandler.getAlertCount(); |
| | | broker.publish(addMsg); |
| | |
| | | user1entryUUID, |
| | | getEntryUUID(baseDN1), |
| | | personWithUUIDEntry.getObjectClassAttribute(), |
| | | personWithUUIDEntry.getAttributes(), new ArrayList<Attribute>()); |
| | | personWithUUIDEntry.getAllAttributes(), null); |
| | | |
| | | // - MODDN parent entry 1 to baseDn2 in the LDAP server |
| | | ModifyDNRequest modifyDNRequest = newModifyDNRequest(baseDN1.toString(), "ou=baseDn2") |