Searched defs:oldEntry (Results 26 - 50 of 262) sorted by relevance

1234567891011

/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DPresenceIndexer.java115 * @param oldEntry The original entry contents.
119 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
123 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
146 * @param oldEntry The original entry contents.
151 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
156 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DApproximateIndexer.java117 * @param oldEntry The original entry contents.
121 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
125 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
135 * @param oldEntry The original entry contents.
140 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
145 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DEqualityIndexer.java122 * @param oldEntry The original entry contents.
126 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
130 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
143 * @param oldEntry The original entry contents.
148 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
153 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DJEExtensibleIndexer.java141 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
145 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
158 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
163 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DOrderingIndexer.java120 * @param oldEntry The original entry contents.
124 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
128 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/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java102 * @param oldEntry The original entry contents.
106 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
118 * @param oldEntry The original entry contents.
123 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
H A DID2SIndexer.java101 * @param oldEntry The original entry contents.
105 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
117 * @param oldEntry The original entry contents.
122 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
H A DPresenceIndexer.java114 * @param oldEntry The original entry contents.
118 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
122 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
145 * @param oldEntry The original entry contents.
150 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
155 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DID2CIndexer.java103 * @param oldEntry The original entry contents.
107 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
119 * @param oldEntry The original entry contents.
124 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
H A DID2SIndexer.java102 * @param oldEntry The original entry contents.
106 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
118 * @param oldEntry The original entry contents.
123 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
H A DPresenceIndexer.java115 * @param oldEntry The original entry contents.
119 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
123 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
146 * @param oldEntry The original entry contents.
151 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
156 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java251 * @param oldEntry The entry before it was updated.
256 Entry oldEntry, Entry newEntry)
265 userMap.get(oldEntry.getDN());
270 conn.updateAuthenticationInfo(oldEntry, newEntry);
288 * @param oldEntry The entry before it was updated.
293 Entry oldEntry, Entry newEntry)
295 String oldDNString = oldEntry.getDN().toNormalizedString();
306 userMap.removeSubtree(oldEntry.getDN(), arraySet);
363 authNDN.isDescendantOf(oldEntry.getDN()))
373 authZDN.isDescendantOf(oldEntry
254 handleModifyOperation( PostResponseModifyOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
291 handleModifyDNOperation( PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java283 * @param oldEntry The old entry possibly containing old ACI attribute
291 public void modAciOldNewEntry(Entry oldEntry, Entry newEntry, argument
301 aciList.remove(oldEntry.getDN());
310 if(hasGlobalAci && oldEntry.getDN().equals(configDN)) {
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java116 * @param oldEntry The original entry contents.
120 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
124 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
134 * @param oldEntry The original entry contents.
139 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
144 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DEqualityIndexer.java121 * @param oldEntry The original entry contents.
125 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
129 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
142 * @param oldEntry The original entry contents.
147 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
152 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DJEExtensibleIndexer.java140 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
144 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
157 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
162 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DOrderingIndexer.java119 * @param oldEntry The original entry contents.
123 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
127 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/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java287 * @param oldEntry The old entry possibly containing old ACI attribute
295 public void modAciOldNewEntry(Entry oldEntry, Entry newEntry, argument
305 aciList.remove(oldEntry.getDN());
314 if(hasGlobalAci && oldEntry.getDN().equals(configDN)) {
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java117 * @param oldEntry The original entry contents.
121 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
125 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
135 * @param oldEntry The original entry contents.
140 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
145 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DEqualityIndexer.java122 * @param oldEntry The original entry contents.
126 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
130 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
143 * @param oldEntry The original entry contents.
148 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
153 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DJEExtensibleIndexer.java141 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
145 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
158 public void modifyEntry(Entry oldEntry, Entry newEntry, argument
163 List<Attribute> oldAttributes = oldEntry.getAttribute(attributeType, true);
H A DOrderingIndexer.java120 * @param oldEntry The original entry contents.
124 public void replaceEntry(Entry oldEntry, Entry newEntry, argument
128 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-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DTestChangeNotificationListener.java106 Entry oldEntry, Entry newEntry)
118 Entry oldEntry, Entry newEntry)
105 handleModifyOperation(PostResponseModifyOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
116 handleModifyDNOperation( PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java288 * @param oldEntry The old entry possibly containing old ACI attribute
296 public void modAciOldNewEntry(Entry oldEntry, Entry newEntry, argument
306 aciList.remove(oldEntry.getDN());
315 if(hasGlobalAci && oldEntry.getDN().equals(configDN)) {
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAuthenticatedUsers.java251 * @param oldEntry The entry before it was updated.
256 Entry oldEntry, Entry newEntry)
265 userMap.get(oldEntry.getDN());
270 conn.updateAuthenticationInfo(oldEntry, newEntry);
288 * @param oldEntry The entry before it was updated.
293 Entry oldEntry, Entry newEntry)
295 String oldDNString = oldEntry.getDN().toNormalizedString();
306 userMap.removeSubtree(oldEntry.getDN(), arraySet);
363 authNDN.isDescendantOf(oldEntry.getDN()))
373 authZDN.isDescendantOf(oldEntry
254 handleModifyOperation( PostResponseModifyOperation modifyOperation, Entry oldEntry, Entry newEntry) argument
291 handleModifyDNOperation( PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry) argument
[all...]

Completed in 103 milliseconds

1234567891011