Searched defs:oldEntry (Results 76 - 100 of 262) sorted by relevance

1234567891011

/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java511 * @param oldEntry
514 public void processModify(Entry entry, long changeNumber, Entry oldEntry) argument
526 if (!baseDN.equals(oldEntry.getDN()))
532 if (!baseDN.equals(oldEntry.getDN().getParent()))
538 if (!baseDN.isAncestorOf(oldEntry.getDN()))
544 if (baseDN.equals(oldEntry.getDN())
545 || (!baseDN.isAncestorOf(oldEntry.getDN())))
557 if ((!filter.matchesEntry(oldEntry)) && (!filter.matchesEntry(entry)))
H A DSubentryManager.java811 private void doPostModify(Entry oldEntry, Entry newEntry) argument
818 if (oldEntry.isSubentry() || oldEntry.isLDAPSubentry())
820 removeSubEntry(oldEntry);
850 oldEntry, newEntry);
868 private void doPostModifyDN(Entry oldEntry, Entry newEntry) argument
870 String oldDNString = oldEntry.getDN().toNormalizedString();
877 dit2SubEntry.getSubtree(oldEntry.getDN());
881 oldEntry = subentry.getEntry();
910 oldEntry, newEntr
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java117 * @param oldEntry The original entry contents.
121 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
125 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
137 * @param oldEntry The original entry contents.
142 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
147 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyConfigManager.java342 public void checkSubentryModifyAcceptable(Entry oldEntry, Entry newEntry) argument
356 public void checkSubentryModifyDNAcceptable(Entry oldEntry, Entry newEntry) argument
408 public void handleSubentryModify(Entry oldEntry, Entry newEntry) argument
410 if (oldEntry.isPasswordPolicySubentry())
412 DirectoryServer.deregisterAuthenticationPolicy(oldEntry.getDN());
440 public void handleSubentryModifyDN(Entry oldEntry, Entry newEntry) argument
442 if (oldEntry.isPasswordPolicySubentry())
444 DirectoryServer.deregisterAuthenticationPolicy(oldEntry.getDN());
H A DSubentryManager.java810 private void doPostModify(Entry oldEntry, Entry newEntry) argument
817 if (oldEntry.isSubentry() || oldEntry.isLDAPSubentry())
819 removeSubEntry(oldEntry);
849 oldEntry, newEntry);
867 private void doPostModifyDN(Entry oldEntry, Entry newEntry) argument
869 String oldDNString = oldEntry.getDN().toNormalizedString();
876 dit2SubEntry.getSubtree(oldEntry.getDN());
880 oldEntry = subentry.getEntry();
909 oldEntry, newEntr
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DSubstringIndexer.java118 * @param oldEntry The original entry contents.
122 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
126 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
138 * @param oldEntry The original entry contents.
143 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
148 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciList.java280 * @param oldEntry The old entry possibly containing old ACI attribute
288 public void modAciOldNewEntry(Entry oldEntry, Entry newEntry, argument
298 aciList.remove(oldEntry.getName());
307 if(hasGlobalAci && oldEntry.getName().equals(configDN)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyConfigManager.java304 public void checkSubentryModifyAcceptable(Entry oldEntry, Entry newEntry) argument
317 public void checkSubentryModifyDNAcceptable(Entry oldEntry, Entry newEntry) argument
362 public void handleSubentryModify(Entry oldEntry, Entry newEntry) argument
364 if (oldEntry.isPasswordPolicySubentry())
366 DirectoryServer.deregisterAuthenticationPolicy(oldEntry.getName());
390 public void handleSubentryModifyDN(Entry oldEntry, Entry newEntry) argument
392 if (oldEntry.isPasswordPolicySubentry())
394 DirectoryServer.deregisterAuthenticationPolicy(oldEntry.getName());
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DGroupManager.java867 Entry oldEntry, Entry newEntry)
884 if (groupInstances.containsKey(oldEntry.getDN()))
886 if (! oldEntry.getDN().equals(newEntry.getDN()))
889 groupInstances.remove(oldEntry.getDN());
911 Entry oldEntry, Entry newEntry)
929 groupInstances.removeSubtree(oldEntry.getDN(), groupSet);
930 String oldDNString = oldEntry.getDN().toNormalizedString();
1094 Entry oldEntry = modifyDNOperation.getOriginalEntry();
1096 if ((oldEntry != null) && (newEntry != null))
1098 doPostModifyDN(modifyDNOperation, oldEntry, newEntr
866 doPostModify(PluginOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
910 doPostModifyDN(PluginOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java570 Entry oldEntry, Entry newEntry)
646 PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry,
569 handleModifyOperation(PostResponseModifyOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
645 handleModifyDNOperation( PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
/forgerock/opendj2/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java1093 * @param oldEntry The subordinate entry prior to the
1106 Entry oldEntry, Entry newEntry,
1104 processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciListenerManager.java279 private void doPostModify(List<Modification> mods, Entry oldEntry, argument
308 aciList.modAciOldNewEntry(oldEntry, newEntry, hasAci,
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DMemoryBackend.java481 public synchronized void replaceEntry(Entry oldEntry, Entry newEntry, argument
H A DNullBackend.java334 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java433 * @param oldEntry The entry before the modifications were applied.
446 Entry oldEntry,
451 DN oldEntryDN = oldEntry.getDN();
454 filter.matchesEntry(oldEntry))
494 success = removeValues(txn, entryID.longValue(), oldEntry);
503 return removeValues(txn, entryID.longValue(), oldEntry);
527 * @param oldEntry The entry before the modifications were applied.
538 Entry oldEntry,
543 DN oldEntryDN = oldEntry.getDN();
546 filter.matchesEntry(oldEntry))
444 modifyEntry(Transaction txn, EntryID entryID, Entry oldEntry, Entry newEntry, List<Modification> mods) argument
536 modifyEntry(IndexBuffer buffer, EntryID entryID, Entry oldEntry, Entry newEntry, List<Modification> mods) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DGroupManager.java784 Entry oldEntry, Entry newEntry)
794 if (!groupInstances.containsKey(oldEntry.getDN()))
809 if (groupInstances.containsKey(oldEntry.getDN()))
811 if (! oldEntry.getDN().equals(newEntry.getDN()))
814 groupInstances.remove(oldEntry.getDN());
835 Entry oldEntry, Entry newEntry)
846 groupInstances.removeSubtree(oldEntry.getDN(), groupSet);
847 String oldDNString = oldEntry.getDN().toNormalizedString();
997 Entry oldEntry = modifyDNOperation.getOriginalEntry();
999 if (oldEntry !
783 doPostModify(PluginOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
834 doPostModifyDN(PluginOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
[all...]
H A DPersistentSearch.java348 * @param oldEntry
351 public void processModify(Entry entry, Entry oldEntry) argument
354 && isInScopeForModify(oldEntry.getDN())
355 && anyMatchesFilter(entry, oldEntry))
379 private boolean anyMatchesFilter(Entry entry, Entry oldEntry) argument
381 return matchesFilter(oldEntry) || matchesFilter(entry);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java76 private CustomSearchResult oldEntry; field in class:ModifyEntryTask
90 * @param oldEntry the old entry as we retrieved using JNDI.
96 Entry newEntry, CustomSearchResult oldEntry,
101 this.oldEntry = oldEntry;
108 oldDn = DN.decode(oldEntry.getDN());
124 throw new RuntimeException("Could not parse DN: "+oldEntry.getDN(),
127 modifications = getModifications(newEntry, oldEntry, getInfo());
177 return INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION.get(oldEntry.getDN());
261 INFO_CTRL_PANEL_MODIFYING_ENTRY.get(oldEntry
95 ModifyEntryTask(ControlPanelInfo info, ProgressDialog dlg, Entry newEntry, CustomSearchResult oldEntry, BrowserController controller, TreePath path) argument
493 getModifications(Entry newEntry, CustomSearchResult oldEntry, ControlPanelInfo info) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java1094 * @param oldEntry The subordinate entry prior to the
1107 Entry oldEntry, Entry newEntry,
1105 processSubordinateModifyDN(SubordinateModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry, List<Modification> modifications) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciListenerManager.java280 private void doPostModify(List<Modification> mods, Entry oldEntry, argument
309 aciList.modAciOldNewEntry(oldEntry, newEntry, hasAci,
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DMemoryBackend.java551 public synchronized void replaceEntry(Entry oldEntry, Entry newEntry, argument
H A DNullBackend.java375 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java434 * @param oldEntry The entry before the modifications were applied.
447 Entry oldEntry,
452 DN oldEntryDN = oldEntry.getDN();
455 filter.matchesEntry(oldEntry))
495 success = removeValues(txn, entryID.longValue(), oldEntry);
504 return removeValues(txn, entryID.longValue(), oldEntry);
528 * @param oldEntry The entry before the modifications were applied.
539 Entry oldEntry,
544 DN oldEntryDN = oldEntry.getDN();
547 filter.matchesEntry(oldEntry))
445 modifyEntry(Transaction txn, EntryID entryID, Entry oldEntry, Entry newEntry, List<Modification> mods) argument
537 modifyEntry(IndexBuffer buffer, EntryID entryID, Entry oldEntry, Entry newEntry, List<Modification> mods) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java75 private CustomSearchResult oldEntry; field in class:ModifyEntryTask
89 * @param oldEntry the old entry as we retrieved using JNDI.
95 Entry newEntry, CustomSearchResult oldEntry,
100 this.oldEntry = oldEntry;
107 oldDn = DN.decode(oldEntry.getDN());
123 throw new RuntimeException("Could not parse DN: "+oldEntry.getDN(),
126 modifications = getModifications(newEntry, oldEntry, getInfo());
176 return INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION.get(oldEntry.getDN());
260 INFO_CTRL_PANEL_MODIFYING_ENTRY.get(oldEntry
94 ModifyEntryTask(ControlPanelInfo info, ProgressDialog dlg, Entry newEntry, CustomSearchResult oldEntry, BrowserController controller, TreePath path) argument
492 getModifications(Entry newEntry, CustomSearchResult oldEntry, ControlPanelInfo info) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java439 public void replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation) argument

Completed in 160 milliseconds

1234567891011