Searched refs:duplicate (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DCreateMechanismFromUriTask.java49 private Mechanism duplicate = null; field in class:CreateMechanismFromUriTask
72 duplicate = e.getCausingMechanism();
87 if (duplicate != null) {
93 duplicate.getOwner().removeMechanism(duplicate);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java150 return entry.duplicate(true);
174 return entry.duplicate(true);
236 entryCache.putEntry(entry.duplicate(false),
255 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java149 return entry.duplicate(true);
173 return entry.duplicate(true);
235 entryCache.putEntry(entry.duplicate(false),
254 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java150 return entry.duplicate(true);
174 return entry.duplicate(true);
236 entryCache.putEntry(entry.duplicate(false),
255 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java150 return entry.duplicate(true);
174 return entry.duplicate(true);
236 entryCache.putEntry(entry.duplicate(false),
255 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java149 return entry.duplicate(true);
173 return entry.duplicate(true);
235 entryCache.putEntry(entry.duplicate(false),
254 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDefaultEntryCache.java129 return entry.duplicate(true);
150 return entry.duplicate(true);
200 entryCache.putEntry(entry.duplicate(false), backendID, entryID);
214 return entryCache.putEntryIfAbsent(entry.duplicate(false),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DReadOnlyConfigAttribute.java384 return duplicate();
507 * Creates a duplicate of this configuration attribute.
509 * @return A duplicate of this configuration attribute.
511 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/identity/
H A DIdentity.java69 Mechanism duplicate = findMatching(mechanism);
70 if (duplicate != null) {
71 throw new DuplicateMechanismException("Tried to add duplicate mechanism to identity", duplicate);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DMemoryBackend.java339 entry = entry.duplicate(true);
357 Entry e = entry.duplicate(false);
484 Entry e = newEntry.duplicate(false);
505 Entry e = entry.duplicate(false);
610 baseEntry = baseEntry.duplicate(true);
628 e = e.duplicate(true);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DMemoryBackend.java386 entry = entry.duplicate(true);
412 Entry e = entry.duplicate(false);
554 Entry e = newEntry.duplicate(false);
580 Entry e = entry.duplicate(false);
690 baseEntry = baseEntry.duplicate(true);
708 e = e.duplicate(true);
H A DLDIFBackend.java617 entryMap.put(entryDN, entry.duplicate(false));
626 entryMap.put(entryDN, entry.duplicate(false));
844 entryMap.put(entryDN, newEntry.duplicate(false));
936 entryMap.put(newDN, entry.duplicate(false));
943 entryMap.put(newDN, entry.duplicate(false));
986 Entry newEntry = oldEntry.duplicate(false);
1049 baseEntry = baseEntry.duplicate(true);
1066 e = e.duplicate(true);
1274 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DMemoryBackend.java386 entry = entry.duplicate(true);
412 Entry e = entry.duplicate(false);
554 Entry e = newEntry.duplicate(false);
580 Entry e = entry.duplicate(false);
690 baseEntry = baseEntry.duplicate(true);
708 e = e.duplicate(true);
H A DLDIFBackend.java617 entryMap.put(entryDN, entry.duplicate(false));
626 entryMap.put(entryDN, entry.duplicate(false));
844 entryMap.put(entryDN, newEntry.duplicate(false));
936 entryMap.put(newDN, entry.duplicate(false));
943 entryMap.put(newDN, entry.duplicate(false));
986 Entry newEntry = oldEntry.duplicate(false);
1049 baseEntry = baseEntry.duplicate(true);
1066 e = e.duplicate(true);
1274 // a duplicate is encountered, then log a message and continue.
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DMemoryBackend.java339 entry = entry.duplicate(true);
357 Entry e = entry.duplicate(false);
484 Entry e = newEntry.duplicate(false);
505 Entry e = entry.duplicate(false);
610 baseEntry = baseEntry.duplicate(true);
628 e = e.duplicate(true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DMemoryBackend.java386 entry = entry.duplicate(true);
412 Entry e = entry.duplicate(false);
554 Entry e = newEntry.duplicate(false);
580 Entry e = entry.duplicate(false);
690 baseEntry = baseEntry.duplicate(true);
708 e = e.duplicate(true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DMemoryBackend.java320 entry = entry.duplicate(true);
338 Entry e = entry.duplicate(false);
457 Entry e = newEntry.duplicate(false);
478 Entry e = entry.duplicate(false);
578 baseEntry = baseEntry.duplicate(true);
596 e = e.duplicate(true);
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java157 Schema schema = DirectoryServer.getSchema().duplicate();
214 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java218 * only be performed on a duplicate of a configuration entry and never on a
421 * Creates a duplicate of this configuration entry that should be used when
422 * making changes to this entry. Changes should only be made to the duplicate
428 * @return A duplicate of this configuration entry that should be used when
431 public ConfigEntry duplicate() method in class:ConfigEntry
433 return new ConfigEntry(entry.duplicate(false), parent);
H A DReadOnlyConfigAttribute.java457 return duplicate();
606 * Creates a duplicate of this configuration attribute.
608 * @return A duplicate of this configuration attribute.
610 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java229 * only be performed on a duplicate of a configuration entry and never on a
432 * Creates a duplicate of this configuration entry that should be used when
433 * making changes to this entry. Changes should only be made to the duplicate
439 * @return A duplicate of this configuration entry that should be used when
442 public ConfigEntry duplicate() method in class:ConfigEntry
444 return new ConfigEntry(entry.duplicate(false), parent);
H A DReadOnlyConfigAttribute.java458 return duplicate();
607 * Creates a duplicate of this configuration attribute.
609 * @return A duplicate of this configuration attribute.
611 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DAddSchemaFileTask.java156 Schema schema = DirectoryServer.getSchema().duplicate();
213 Schema schema = DirectoryServer.getSchema().duplicate();
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java229 * only be performed on a duplicate of a configuration entry and never on a
432 * Creates a duplicate of this configuration entry that should be used when
433 * making changes to this entry. Changes should only be made to the duplicate
439 * @return A duplicate of this configuration entry that should be used when
442 public ConfigEntry duplicate() method in class:ConfigEntry
444 return new ConfigEntry(entry.duplicate(false), parent);
H A DReadOnlyConfigAttribute.java458 return duplicate();
607 * Creates a duplicate of this configuration attribute.
609 * @return A duplicate of this configuration attribute.
611 public ConfigAttribute duplicate() method in class:ReadOnlyConfigAttribute

Completed in 132 milliseconds

1234567891011>>