Searched refs:duplicate (Results 51 - 75 of 288) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java114 // Check duplicate
115 AttrHistoricalMultiple attrInfo4 = attrInfo3.duplicate();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAttrInfoTest.java117 // Check duplicate
118 AttrHistoricalMultiple attrInfo4 = attrInfo3.duplicate();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DMultiDomainServerState.java131 list.put(serviceId,serverState.duplicate());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DInvokableMethod.java319 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DServerState.java353 * Make a duplicate of this state.
354 * @return The duplicate of this state.
356 public ServerState duplicate() method in class:ServerState
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java501 * Creates a duplicate of this {@code AuthenticationInfo} object
511 * @return The duplicate of this {@code AuthenticationInfo} object
515 public AuthenticationInfo duplicate(Entry newAuthenticationEntry, method in class:AuthenticationInfo
H A DInvokableMethod.java318 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationInfo.java502 * Creates a duplicate of this {@code AuthenticationInfo} object
512 * @return The duplicate of this {@code AuthenticationInfo} object
516 public AuthenticationInfo duplicate(Entry newAuthenticationEntry, method in class:AuthenticationInfo
H A DInvokableMethod.java317 methodArguments[i] = arguments[i].duplicate();
/forgerock/opendj2/src/server/org/opends/server/backends/task/
H A DTaskScheduler.java1540 return taskRootEntry.duplicate(true);
1554 return scheduledTaskParentEntry.duplicate(true);
1568 return recurringTaskParentEntry.duplicate(true);
1726 return taskEntry.duplicate(true);
1772 Entry e = t.getTaskEntry().duplicate(true);
1877 return recurringTaskEntry.duplicate(true);
1923 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/task/
H A DTaskScheduler.java1541 return taskRootEntry.duplicate(true);
1555 return scheduledTaskParentEntry.duplicate(true);
1569 return recurringTaskParentEntry.duplicate(true);
1727 return taskEntry.duplicate(true);
1773 Entry e = t.getTaskEntry().duplicate(true);
1878 return recurringTaskEntry.duplicate(true);
1924 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/task/
H A DTaskScheduler.java1541 return taskRootEntry.duplicate(true);
1555 return scheduledTaskParentEntry.duplicate(true);
1569 return recurringTaskParentEntry.duplicate(true);
1727 return taskEntry.duplicate(true);
1773 Entry e = t.getTaskEntry().duplicate(true);
1878 return recurringTaskEntry.duplicate(true);
1924 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/task/
H A DTaskScheduler.java1540 return taskRootEntry.duplicate(true);
1554 return scheduledTaskParentEntry.duplicate(true);
1568 return recurringTaskParentEntry.duplicate(true);
1726 return taskEntry.duplicate(true);
1772 Entry e = t.getTaskEntry().duplicate(true);
1877 return recurringTaskEntry.duplicate(true);
1923 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/task/
H A DTaskScheduler.java1541 return taskRootEntry.duplicate(true);
1555 return scheduledTaskParentEntry.duplicate(true);
1569 return recurringTaskParentEntry.duplicate(true);
1727 return taskEntry.duplicate(true);
1773 Entry e = t.getTaskEntry().duplicate(true);
1878 return recurringTaskEntry.duplicate(true);
1924 Entry e = rt.getRecurringTaskEntry().duplicate(true);
/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java974 authenticationInfo.duplicate(newEntry, authZEntry));
980 authenticationInfo.duplicate(newEntry, newEntry));
988 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java975 authenticationInfo.duplicate(newEntry, authZEntry));
981 authenticationInfo.duplicate(newEntry, newEntry));
989 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java975 authenticationInfo.duplicate(newEntry, authZEntry));
981 authenticationInfo.duplicate(newEntry, newEntry));
989 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java974 authenticationInfo.duplicate(newEntry, authZEntry));
980 authenticationInfo.duplicate(newEntry, newEntry));
988 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DClientConnection.java975 authenticationInfo.duplicate(newEntry, authZEntry));
981 authenticationInfo.duplicate(newEntry, newEntry));
989 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DClientConnection.java863 authenticationInfo.duplicate(newEntry, authZEntry));
869 authenticationInfo.duplicate(newEntry, newEntry));
876 authenticationInfo.duplicate(authNEntry, newEntry));
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheTestCase.java106 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);
146 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java515 * Tests addValue with a duplicate value.
550 * Tests the duplicate method with a single-valued RDN.
558 RDN rdn2 = rdn1.duplicate();
567 * Tests the duplicate method with a multivalued RDN.
579 RDN rdn2 = rdn1.duplicate();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheTestCase.java105 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);
145 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java514 * Tests addValue with a duplicate value.
549 * Tests the duplicate method with a single-valued RDN.
557 RDN rdn2 = rdn1.duplicate();
566 * Tests the duplicate method with a multivalued RDN.
578 RDN rdn2 = rdn1.duplicate();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheTestCase.java106 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);
146 Entry newCacheConfigEntry = cacheConfigEntry.duplicate(true);

Completed in 601 milliseconds

1234567891011>>