// Create the attribute
modifiedAdminRole = new DefaultAttribute( ADMINISTRATIVE_ROLE_AT );
}
else
{
modifiedAdminRole = modifiedAdminRole.clone();
}
// Clone the AP caches before applying modifications to them modify it
DnNode<AccessControlAdministrativePoint> acapCacheCopy = directoryService.getAccessControlAPCache().clone();
DnNode<CollectiveAttributeAdministrativePoint> caapCacheCopy = directoryService.getCollectiveAttributeAPCache()