Searched refs:baseDN (Results 126 - 150 of 1139) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param baseDN the base DN where the indexes are defined.
63 String baseDN)
67 baseDNs.add(baseDN);
95 for (String baseDN : baseDNs)
99 theDN = DN.decode(baseDN);
104 baseDN, t);
62 IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DModifyOperationTestCase.java624 public void testFailNoSuchParent(String baseDN) argument
639 ByteString.valueOf("cn=test,ou=nosuchparent," + baseDN), mods);
653 public void testFailNoSuchEntry(String baseDN) argument
667 conn.processModify(ByteString.valueOf("cn=nosuchentry," + baseDN),
682 public void testFailNoModifications(String baseDN) argument
691 conn.processModify(ByteString.valueOf(baseDN), mods);
791 public void testSuccessAddAttributeWithOptions(String baseDN) argument
794 Entry e = DirectoryServer.getEntry(DN.decode(baseDN));
816 conn.processModify(ByteString.valueOf(baseDN), mods);
820 e = DirectoryServer.getEntry(DN.decode(baseDN));
839 testFailAddToSingleValuedAttribute(String baseDN) argument
888 testFailAddToSingleValuedOperationalAttribute(String baseDN) argument
938 testFailReplaceSingleValuedWithMultipleValues(String baseDN) argument
988 testFailReplaceSingleValuedOperationalAttrWithMultipleValues( String baseDN) argument
1039 testFailAddDuplicateValue(String baseDN) argument
1088 testFailReplaceWithDuplicates(String baseDN) argument
1138 testFailReplaceWithSyntaxViolation(String baseDN) argument
1188 testFailAddSyntaxViolation(String baseDN) argument
1237 testFailAddDisallowedAttribute(String baseDN) argument
1287 testSuccessAddDisallowedAttributeWithExtensibleObject( String baseDN) argument
1342 testFailReplaceRDNAttribute(String baseDN) argument
1391 testFailRemoveRDNAttribute(String baseDN) argument
1437 testFailRemoveRDNValue(String baseDN) argument
1486 testFailReplaceOneOfMultipleRDNAttributes(String baseDN) argument
1535 testFailRemoveOneOfMultipleRDNValues(String baseDN) argument
1581 testSuccessRemoveCompleteAttribute(String baseDN) argument
1627 testSuccessRemoveOneOfManyValues(String baseDN) argument
1678 testSuccessRemoveOnlyValue(String baseDN) argument
1728 testSuccessRemoveAllOfManyValues(String baseDN) argument
1780 testFailRemoveRequiredAttribute(String baseDN) argument
1826 testFailRemoveRequiredAttributeValue(String baseDN) argument
1875 testSuccessReplaceExistingWithNew(String baseDN) argument
1925 testSuccessReplaceExistingWithSame(String baseDN) argument
1995 testSuccessDeleteAndAddSameValue(String baseDN) argument
2067 testSuccessDeleteAttributeWithOption(String baseDN) argument
2139 testSuccessReplaceExistingWithNothing(String baseDN) argument
2186 testSuccessReplaceNonExistingWithNothing(String baseDN) argument
2232 testSuccessReplaceNonExistingWithNew(String baseDN) argument
2281 testSuccessRemoveOnlyExistingAndAddNew(String baseDN) argument
2335 testSuccessRemoveOneExistingAndAddNew(String baseDN) argument
2390 testSuccessRemoveOneExistingAndAddMultipleNew(String baseDN) argument
2445 testFailRemoveNonExistentAttribute(String baseDN) argument
2490 testFailRemoveNonExistentValue(String baseDN) argument
2539 testFailRemoveAllObjectClasses(String baseDN) argument
2585 testFailReplaceObjectClassesWithNothing(String baseDN) argument
2631 testFailRemoveStructuralObjectclass(String baseDN) argument
2673 testFailAddSecondStructuralObjectClass(String baseDN) argument
2715 testSuccessIncrementByOne(String baseDN) argument
2782 testSuccessIncrementByTen(String baseDN) argument
2849 testSuccessIncrementByNegativeOne(String baseDN) argument
2916 testFailIncrementNonNumeric(String baseDN) argument
2964 testFailIncrementValueNonNumeric(String baseDN) argument
3013 testSuccessIncrementMultiValued(String baseDN) argument
3063 testFailIncrementNoIncrementValues(String baseDN) argument
3110 testFailIncrementMultipleIncrementValues(String baseDN) argument
3160 testFailIncrementNonExisting(String baseDN) argument
3208 testSuccessRemoveUnneededAuxiliaryObjectClass(String baseDN) argument
3263 testSuccessAddAuxiliaryObjectClass(String baseDN) argument
3326 testFailAddDuplicateObjectClass(String baseDN) argument
3376 testFailRemoveNonExistingObjectClass(String baseDN) argument
3426 testFailReplaceNoUserModification(String baseDN) argument
3501 testFailServerCompletelyReadOnly(String baseDN) argument
3555 testSucceedServerInternalOnlyWritability(String baseDN) argument
3609 testFailServerInternalOnlyWritability(String baseDN) argument
3691 testFailBackendCompletelyReadOnly(String baseDN) argument
3746 testSucceedBackendInternalOnlyWritability(String baseDN) argument
3801 testFailBackendInternalOnlyWritability(String baseDN) argument
3921 testFailDoNotNotifyChangeListeners(String baseDN) argument
3956 testCancelBeforeStartup(String baseDN) argument
3988 testCancelAfterOperation(String baseDN) argument
4023 testCannotLockEntry(String baseDN) argument
4058 testDisconnectInPreParseModify(String baseDN) argument
4172 testDisconnectInPostOperationModify(String baseDN) argument
4257 testDisconnectInPostResponseModify(String baseDN) argument
4340 testModifyObsoleteAttribute(String baseDN) argument
4399 testModifyAddObsoleteObjectClass(String baseDN) argument
4489 testSuccessPermissiveModifyControlAddDuplicateValue(String baseDN) argument
4540 testSuccessPermissiveModifyControlRemoveNonExistentValue(String baseDN) argument
4591 testSuccessPermissiveModifyControlRemoveNonExistentAttribute(String baseDN) argument
4641 testModifyDelAddPasswordAttribute(String baseDN) argument
4696 testModifyDelOneAddOnePasswordAttribute(String baseDN) argument
4752 testModifyDelEncryptedAddOnePasswordAttribute(String baseDN) argument
4983 testAddCertificateWithoutBinaryOption(String baseDN) argument
[all...]
H A DWorkflowConfigurationTest.java144 * @param baseDN the baseDN of the backend to check
146 private void checkBackendIsAccessible(String baseDN) argument
154 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.SUCCESS);
162 * @param baseDN the baseDN of the backend to check
164 private void checkBackendIsNotAccessible(String baseDN) argument
172 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.NO_SUCH_OBJECT);
211 * @param baseDN the search base DN
218 String baseDN,
217 doSearch( String baseDN, SearchScope scope, ResultCode expectedResultCode ) argument
287 createWorkflow(String baseDN, String backendID) argument
318 removeWorkflow(String baseDN, String backendID) argument
341 addSuffix(String baseDN, String backendID) argument
365 createBaseEntry(String baseDN, String backendID) argument
395 removeSuffix(String baseDN, String backendID) argument
442 dsconfigCreateMemoryBackend( String backendID, String baseDN, boolean createBaseEntry ) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java61 * @param baseDN the base DN where the indexes are defined.
64 String baseDN)
68 baseDNs.add(baseDN);
96 for (String baseDN : baseDNs)
100 theDN = DN.decode(baseDN);
105 baseDN, t);
63 IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java60 * @param baseDN the base DN where the indexes are defined.
63 String baseDN)
67 baseDNs.add(baseDN);
95 for (String baseDN : baseDNs)
99 theDN = DN.decode(baseDN);
104 baseDN, t);
62 IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DModifyOperationTestCase.java624 public void testFailNoSuchParent(String baseDN) argument
639 ByteString.valueOf("cn=test,ou=nosuchparent," + baseDN), mods);
653 public void testFailNoSuchEntry(String baseDN) argument
667 conn.processModify(ByteString.valueOf("cn=nosuchentry," + baseDN),
682 public void testFailNoModifications(String baseDN) argument
691 conn.processModify(ByteString.valueOf(baseDN), mods);
791 public void testSuccessAddAttributeWithOptions(String baseDN) argument
794 Entry e = DirectoryServer.getEntry(DN.decode(baseDN));
816 conn.processModify(ByteString.valueOf(baseDN), mods);
820 e = DirectoryServer.getEntry(DN.decode(baseDN));
839 testFailAddToSingleValuedAttribute(String baseDN) argument
888 testFailAddToSingleValuedOperationalAttribute(String baseDN) argument
938 testFailReplaceSingleValuedWithMultipleValues(String baseDN) argument
988 testFailReplaceSingleValuedOperationalAttrWithMultipleValues( String baseDN) argument
1039 testFailAddDuplicateValue(String baseDN) argument
1088 testFailReplaceWithDuplicates(String baseDN) argument
1138 testFailReplaceWithSyntaxViolation(String baseDN) argument
1188 testFailAddSyntaxViolation(String baseDN) argument
1237 testFailAddDisallowedAttribute(String baseDN) argument
1287 testSuccessAddDisallowedAttributeWithExtensibleObject( String baseDN) argument
1342 testFailReplaceRDNAttribute(String baseDN) argument
1391 testFailRemoveRDNAttribute(String baseDN) argument
1437 testFailRemoveRDNValue(String baseDN) argument
1486 testFailReplaceOneOfMultipleRDNAttributes(String baseDN) argument
1535 testFailRemoveOneOfMultipleRDNValues(String baseDN) argument
1581 testSuccessRemoveCompleteAttribute(String baseDN) argument
1627 testSuccessRemoveOneOfManyValues(String baseDN) argument
1678 testSuccessRemoveOnlyValue(String baseDN) argument
1728 testSuccessRemoveAllOfManyValues(String baseDN) argument
1780 testFailRemoveRequiredAttribute(String baseDN) argument
1826 testFailRemoveRequiredAttributeValue(String baseDN) argument
1875 testSuccessReplaceExistingWithNew(String baseDN) argument
1925 testSuccessReplaceExistingWithSame(String baseDN) argument
1995 testSuccessDeleteAndAddSameValue(String baseDN) argument
2067 testSuccessDeleteAttributeWithOption(String baseDN) argument
2139 testSuccessReplaceExistingWithNothing(String baseDN) argument
2186 testSuccessReplaceNonExistingWithNothing(String baseDN) argument
2232 testSuccessReplaceNonExistingWithNew(String baseDN) argument
2281 testSuccessRemoveOnlyExistingAndAddNew(String baseDN) argument
2335 testSuccessRemoveOneExistingAndAddNew(String baseDN) argument
2390 testSuccessRemoveOneExistingAndAddMultipleNew(String baseDN) argument
2445 testFailRemoveNonExistentAttribute(String baseDN) argument
2490 testFailRemoveNonExistentValue(String baseDN) argument
2539 testFailRemoveAllObjectClasses(String baseDN) argument
2585 testFailReplaceObjectClassesWithNothing(String baseDN) argument
2631 testFailRemoveStructuralObjectclass(String baseDN) argument
2673 testFailAddSecondStructuralObjectClass(String baseDN) argument
2715 testSuccessIncrementByOne(String baseDN) argument
2782 testSuccessIncrementByTen(String baseDN) argument
2849 testSuccessIncrementByNegativeOne(String baseDN) argument
2916 testFailIncrementNonNumeric(String baseDN) argument
2964 testFailIncrementValueNonNumeric(String baseDN) argument
3013 testSuccessIncrementMultiValued(String baseDN) argument
3063 testFailIncrementNoIncrementValues(String baseDN) argument
3110 testFailIncrementMultipleIncrementValues(String baseDN) argument
3160 testFailIncrementNonExisting(String baseDN) argument
3208 testSuccessRemoveUnneededAuxiliaryObjectClass(String baseDN) argument
3263 testSuccessAddAuxiliaryObjectClass(String baseDN) argument
3326 testFailAddDuplicateObjectClass(String baseDN) argument
3376 testFailRemoveNonExistingObjectClass(String baseDN) argument
3426 testFailReplaceNoUserModification(String baseDN) argument
3501 testFailServerCompletelyReadOnly(String baseDN) argument
3555 testSucceedServerInternalOnlyWritability(String baseDN) argument
3609 testFailServerInternalOnlyWritability(String baseDN) argument
3691 testFailBackendCompletelyReadOnly(String baseDN) argument
3746 testSucceedBackendInternalOnlyWritability(String baseDN) argument
3801 testFailBackendInternalOnlyWritability(String baseDN) argument
3921 testFailDoNotNotifyChangeListeners(String baseDN) argument
3956 testCancelBeforeStartup(String baseDN) argument
3988 testCancelAfterOperation(String baseDN) argument
4023 testCannotLockEntry(String baseDN) argument
4058 testDisconnectInPreParseModify(String baseDN) argument
4172 testDisconnectInPostOperationModify(String baseDN) argument
4257 testDisconnectInPostResponseModify(String baseDN) argument
4340 testModifyObsoleteAttribute(String baseDN) argument
4399 testModifyAddObsoleteObjectClass(String baseDN) argument
4489 testSuccessPermissiveModifyControlAddDuplicateValue(String baseDN) argument
4540 testSuccessPermissiveModifyControlRemoveNonExistentValue(String baseDN) argument
4591 testSuccessPermissiveModifyControlRemoveNonExistentAttribute(String baseDN) argument
4641 testModifyDelAddPasswordAttribute(String baseDN) argument
4696 testModifyDelOneAddOnePasswordAttribute(String baseDN) argument
4752 testModifyDelEncryptedAddOnePasswordAttribute(String baseDN) argument
4983 testAddCertificateWithoutBinaryOption(String baseDN) argument
[all...]
H A DWorkflowConfigurationTest.java144 * @param baseDN the baseDN of the backend to check
146 private void checkBackendIsAccessible(String baseDN) argument
154 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.SUCCESS);
162 * @param baseDN the baseDN of the backend to check
164 private void checkBackendIsNotAccessible(String baseDN) argument
172 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.NO_SUCH_OBJECT);
211 * @param baseDN the search base DN
218 String baseDN,
217 doSearch( String baseDN, SearchScope scope, ResultCode expectedResultCode ) argument
287 createWorkflow(String baseDN, String backendID) argument
318 removeWorkflow(String baseDN, String backendID) argument
341 addSuffix(String baseDN, String backendID) argument
365 createBaseEntry(String baseDN, String backendID) argument
395 removeSuffix(String baseDN, String backendID) argument
442 dsconfigCreateMemoryBackend( String backendID, String baseDN, boolean createBaseEntry ) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DIndexTask.java61 * @param baseDN the base DN where the indexes are defined.
64 String baseDN)
68 baseDNs.add(baseDN);
96 for (String baseDN : baseDNs)
100 theDN = DN.decode(baseDN);
105 baseDN, t);
63 IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DIndexTask.java61 * @param baseDN the base DN where the indexes are defined.
64 String baseDN)
68 baseDNs.add(baseDN);
93 for (String baseDN : baseDNs)
97 theDN = DN.valueOf(baseDN);
101 throw new IllegalArgumentException("Could not decode dn " + baseDN, t);
63 IndexTask(ControlPanelInfo info, ProgressDialog dlg, String baseDN) argument
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangelogDB.java196 private Map<Integer, JEReplicaDB> getDomainMap(final DN baseDN) argument
198 final Map<Integer, JEReplicaDB> domainMap = domainToReplicaDBs.get(baseDN);
206 private JEReplicaDB getReplicaDB(final DN baseDN, final int serverId) argument
208 return getDomainMap(baseDN).get(serverId);
214 * @param baseDN
215 * the baseDN for which to create a ReplicaDB
224 Pair<JEReplicaDB, Boolean> getOrCreateReplicaDB(final DN baseDN, final int serverId, argument
229 final ConcurrentMap<Integer, JEReplicaDB> domainMap = getExistingOrNewDomainMap(baseDN);
230 final Pair<JEReplicaDB, Boolean> result = getExistingOrNewReplicaDB(domainMap, serverId, baseDN, server);
236 final List<DomainDBCursor> cursors = registeredDomainCursors.get(baseDN);
252 getExistingOrNewDomainMap(final DN baseDN) argument
279 getExistingOrNewReplicaDB(final ConcurrentMap<Integer, JEReplicaDB> domainMap, final int serverId, final DN baseDN, final ReplicationServer server) argument
516 getDomainOldestCSNs(DN baseDN) argument
528 getDomainNewestCSNs(DN baseDN) argument
540 removeDomain(DN baseDN) argument
741 getCursorFrom(final DN baseDN, final ServerState startState, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
754 newDomainDBCursor(final DN baseDN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
762 getOfflineCSN(DN baseDN, int serverId, CSN startAfterCSN) argument
777 getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
840 publishUpdateMsg(final DN baseDN, final UpdateMsg updateMsg) argument
861 replicaHeartbeat(final DN baseDN, final CSN heartbeatCSN) argument
871 notifyReplicaOnline(final ChangeNumberIndexer indexer, final DN baseDN, final int serverId) argument
883 notifyReplicaOffline(final DN baseDN, final CSN offlineCSN) argument
894 updateCursorsWithOfflineCSN(final DN baseDN, final int serverId, final CSN offlineCSN) argument
[all...]
H A DReplicationDbEnv.java288 final DN baseDN = DN.decode(str[2]);
291 debug("has read generationId: baseDN=" + baseDN + " generationId="
294 result.setDomainGenerationId(baseDN, generationId);
300 final DN baseDN = DN.decode(str[2]);
304 debug("has read replica offline: baseDN=" + baseDN + " serverId="
307 result.addOfflineReplica(baseDN, new CSN(timestamp, 0, serverId));
313 final DN baseDN = DN.decode(str[1]);
316 debug("has read replica: baseDN
440 getOrAddReplicationDB(int serverId, DN baseDN, long generationId) argument
483 toReplicaEntry(DN baseDN, int serverId) argument
499 toGenIdEntry(DN baseDN, long generationId) argument
532 toReplicaOfflineEntry(DN baseDN, CSN offlineCSN) argument
549 toReplicaOfflineKey(DN baseDN, int serverId) argument
665 clearGenerationId(DN baseDN) argument
687 clearServerId(DN baseDN, int serverId) argument
755 notifyReplicaOffline(DN baseDN, CSN offlineCSN) argument
781 notifyReplicaOnline(DN baseDN, int serverId) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangelogDB.java196 private Map<Integer, JEReplicaDB> getDomainMap(final DN baseDN) argument
198 final Map<Integer, JEReplicaDB> domainMap = domainToReplicaDBs.get(baseDN);
206 private JEReplicaDB getReplicaDB(final DN baseDN, final int serverId) argument
208 return getDomainMap(baseDN).get(serverId);
214 * @param baseDN
215 * the baseDN for which to create a ReplicaDB
224 Pair<JEReplicaDB, Boolean> getOrCreateReplicaDB(final DN baseDN, final int serverId, argument
229 final ConcurrentMap<Integer, JEReplicaDB> domainMap = getExistingOrNewDomainMap(baseDN);
230 final Pair<JEReplicaDB, Boolean> result = getExistingOrNewReplicaDB(domainMap, serverId, baseDN, server);
236 final List<DomainDBCursor> cursors = registeredDomainCursors.get(baseDN);
252 getExistingOrNewDomainMap(final DN baseDN) argument
279 getExistingOrNewReplicaDB(final ConcurrentMap<Integer, JEReplicaDB> domainMap, final int serverId, final DN baseDN, final ReplicationServer server) argument
516 getDomainOldestCSNs(DN baseDN) argument
528 getDomainNewestCSNs(DN baseDN) argument
540 removeDomain(DN baseDN) argument
741 getCursorFrom(final DN baseDN, final ServerState startState, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
754 newDomainDBCursor(final DN baseDN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
762 getOfflineCSN(DN baseDN, int serverId, CSN startAfterCSN) argument
777 getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
840 publishUpdateMsg(final DN baseDN, final UpdateMsg updateMsg) argument
861 replicaHeartbeat(final DN baseDN, final CSN heartbeatCSN) argument
871 notifyReplicaOnline(final ChangeNumberIndexer indexer, final DN baseDN, final int serverId) argument
883 notifyReplicaOffline(final DN baseDN, final CSN offlineCSN) argument
894 updateCursorsWithOfflineCSN(final DN baseDN, final int serverId, final CSN offlineCSN) argument
[all...]
H A DReplicationDbEnv.java288 final DN baseDN = DN.decode(str[2]);
291 debug("has read generationId: baseDN=" + baseDN + " generationId="
294 result.setDomainGenerationId(baseDN, generationId);
300 final DN baseDN = DN.decode(str[2]);
304 debug("has read replica offline: baseDN=" + baseDN + " serverId="
307 result.addOfflineReplica(baseDN, new CSN(timestamp, 0, serverId));
313 final DN baseDN = DN.decode(str[1]);
316 debug("has read replica: baseDN
440 getOrAddReplicationDB(int serverId, DN baseDN, long generationId) argument
483 toReplicaEntry(DN baseDN, int serverId) argument
499 toGenIdEntry(DN baseDN, long generationId) argument
532 toReplicaOfflineEntry(DN baseDN, CSN offlineCSN) argument
549 toReplicaOfflineKey(DN baseDN, int serverId) argument
665 clearGenerationId(DN baseDN) argument
687 clearServerId(DN baseDN, int serverId) argument
755 notifyReplicaOffline(DN baseDN, CSN offlineCSN) argument
781 notifyReplicaOnline(DN baseDN, int serverId) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java103 private DN baseDN; field in class:UpdateOperationTest
112 baseDN = DN.valueOf("ou=People," + TEST_ROOT_DN_STRING);
116 "dn: " + baseDN,
121 baseUUID = getEntryUUID(baseDN);
142 + "ds-cfg-base-dn: " + baseDN + "\n"
153 "dn: uid=user.1." + tc + "," + baseDN,
184 user1dn = DN.valueOf("uid=user1" + tc + "," + baseDN);
228 user3dn = DN.valueOf("uid=user3" + tc + "," + baseDN);
254 domain1dn = DN.valueOf("dc=domain1," + baseDN);
255 domain2dn = DN.valueOf("dc=domain2,dc=domain1," + baseDN);
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangelogDB.java175 private Map<Integer, FileReplicaDB> getDomainMap(final DN baseDN) argument
177 final Map<Integer, FileReplicaDB> domainMap = domainToReplicaDBs.get(baseDN);
185 private FileReplicaDB getReplicaDB(final DN baseDN, final int serverId) argument
187 return getDomainMap(baseDN).get(serverId);
193 * @param baseDN
194 * the baseDN for which to create a ReplicaDB
203 Pair<FileReplicaDB, Boolean> getOrCreateReplicaDB(final DN baseDN, final int serverId, argument
208 final ConcurrentMap<Integer, FileReplicaDB> domainMap = getExistingOrNewDomainMap(baseDN);
209 final Pair<FileReplicaDB, Boolean> result = getExistingOrNewReplicaDB(domainMap, serverId, baseDN, server);
215 final List<DomainDBCursor> cursors = registeredDomainCursors.get(baseDN);
231 getExistingOrNewDomainMap(final DN baseDN) argument
258 getExistingOrNewReplicaDB(final ConcurrentMap<Integer, FileReplicaDB> domainMap, final int serverId, final DN baseDN, final ReplicationServer server) argument
495 getDomainOldestCSNs(DN baseDN) argument
507 getDomainNewestCSNs(DN baseDN) argument
519 removeDomain(DN baseDN) argument
698 getCursorFrom(final DN baseDN, final ServerState startState, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
711 newDomainDBCursor(final DN baseDN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
719 getOfflineCSN(DN baseDN, int serverId, CSN startAfterCSN) argument
734 getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
797 publishUpdateMsg(final DN baseDN, final UpdateMsg updateMsg) argument
818 replicaHeartbeat(final DN baseDN, final CSN heartbeatCSN) argument
828 notifyReplicaOnline(final ChangeNumberIndexer indexer, final DN baseDN, final int serverId) argument
840 notifyReplicaOffline(final DN baseDN, final CSN offlineCSN) argument
851 updateCursorsWithOfflineCSN(final DN baseDN, final int serverId, final CSN offlineCSN) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangelogDB.java175 private Map<Integer, FileReplicaDB> getDomainMap(final DN baseDN) argument
177 final Map<Integer, FileReplicaDB> domainMap = domainToReplicaDBs.get(baseDN);
185 private FileReplicaDB getReplicaDB(final DN baseDN, final int serverId) argument
187 return getDomainMap(baseDN).get(serverId);
193 * @param baseDN
194 * the baseDN for which to create a ReplicaDB
203 Pair<FileReplicaDB, Boolean> getOrCreateReplicaDB(final DN baseDN, final int serverId, argument
208 final ConcurrentMap<Integer, FileReplicaDB> domainMap = getExistingOrNewDomainMap(baseDN);
209 final Pair<FileReplicaDB, Boolean> result = getExistingOrNewReplicaDB(domainMap, serverId, baseDN, server);
215 final List<DomainDBCursor> cursors = registeredDomainCursors.get(baseDN);
231 getExistingOrNewDomainMap(final DN baseDN) argument
258 getExistingOrNewReplicaDB(final ConcurrentMap<Integer, FileReplicaDB> domainMap, final int serverId, final DN baseDN, final ReplicationServer server) argument
495 getDomainOldestCSNs(DN baseDN) argument
507 getDomainNewestCSNs(DN baseDN) argument
519 removeDomain(DN baseDN) argument
698 getCursorFrom(final DN baseDN, final ServerState startState, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
711 newDomainDBCursor(final DN baseDN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
719 getOfflineCSN(DN baseDN, int serverId, CSN startAfterCSN) argument
734 getCursorFrom(final DN baseDN, final int serverId, final CSN startCSN, final KeyMatchingStrategy matchingStrategy, final PositionStrategy positionStrategy) argument
797 publishUpdateMsg(final DN baseDN, final UpdateMsg updateMsg) argument
818 replicaHeartbeat(final DN baseDN, final CSN heartbeatCSN) argument
828 notifyReplicaOnline(final ChangeNumberIndexer indexer, final DN baseDN, final int serverId) argument
840 notifyReplicaOffline(final DN baseDN, final CSN offlineCSN) argument
851 updateCursorsWithOfflineCSN(final DN baseDN, final int serverId, final CSN offlineCSN) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java144 * @param baseDN the baseDN of the backend to check
146 private void checkBackendIsAccessible(String baseDN) argument
154 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.SUCCESS);
162 * @param baseDN the baseDN of the backend to check
164 private void checkBackendIsNotAccessible(String baseDN) argument
172 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.NO_SUCH_OBJECT);
211 * @param baseDN the search base DN
218 String baseDN,
217 doSearch( String baseDN, SearchScope scope, ResultCode expectedResultCode ) argument
287 createWorkflow(String baseDN, String backendID) argument
318 removeWorkflow(String baseDN, String backendID) argument
341 addSuffix(String baseDN, String backendID) argument
365 createBaseEntry(String baseDN, String backendID) argument
395 removeSuffix(String baseDN, String backendID) argument
442 dsconfigCreateMemoryBackend( String backendID, String baseDN, boolean createBaseEntry ) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java41 private DN baseDN; field in class:VLVIndexDescriptor
52 * @param baseDN the baseDN of the search indexed by the VLV index.
58 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, argument
63 this.baseDN = baseDN;
89 * Returns the baseDN of the search indexed by the VLV index.
90 * @return the baseDN of the search indexed by the VLV index.
94 return baseDN;
171 hashCode = (getName()+baseDN
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java42 private DN baseDN; field in class:VLVIndexDescriptor
53 * @param baseDN the baseDN of the search indexed by the VLV index.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, argument
64 this.baseDN = baseDN;
90 * Returns the baseDN of the search indexed by the VLV index.
91 * @return the baseDN of the search indexed by the VLV index.
95 return baseDN;
172 hashCode = (getName()+baseDN
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java143 * @param baseDN the baseDN of the backend to check
145 private void checkBackendIsAccessible(String baseDN) argument
153 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.SUCCESS);
161 * @param baseDN the baseDN of the backend to check
163 private void checkBackendIsNotAccessible(String baseDN) argument
171 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.NO_SUCH_OBJECT);
210 * @param baseDN the search base DN
217 String baseDN,
216 doSearch( String baseDN, SearchScope scope, ResultCode expectedResultCode ) argument
286 createWorkflow(String baseDN, String backendID) argument
317 removeWorkflow(String baseDN, String backendID) argument
340 addSuffix(String baseDN, String backendID) argument
364 createBaseEntry(String baseDN, String backendID) argument
394 removeSuffix(String baseDN, String backendID) argument
441 dsconfigCreateMemoryBackend( String backendID, String baseDN, boolean createBaseEntry ) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java42 private DN baseDN; field in class:VLVIndexDescriptor
53 * @param baseDN the baseDN of the search indexed by the VLV index.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, argument
64 this.baseDN = baseDN;
90 * Returns the baseDN of the search indexed by the VLV index.
91 * @return the baseDN of the search indexed by the VLV index.
95 return baseDN;
172 hashCode = (getName()+baseDN
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java41 private DN baseDN; field in class:VLVIndexDescriptor
52 * @param baseDN the baseDN of the search indexed by the VLV index.
58 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, argument
63 this.baseDN = baseDN;
89 * Returns the baseDN of the search indexed by the VLV index.
90 * @return the baseDN of the search indexed by the VLV index.
94 return baseDN;
171 hashCode = (getName()+baseDN
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DWorkflowConfigurationTest.java143 * @param baseDN the baseDN of the backend to check
145 private void checkBackendIsAccessible(String baseDN) argument
153 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.SUCCESS);
161 * @param baseDN the baseDN of the backend to check
163 private void checkBackendIsNotAccessible(String baseDN) argument
171 doSearch(baseDN, SearchScope.BASE_OBJECT, ResultCode.NO_SUCH_OBJECT);
210 * @param baseDN the search base DN
217 String baseDN,
216 doSearch( String baseDN, SearchScope scope, ResultCode expectedResultCode ) argument
286 createWorkflow(String baseDN, String backendID) argument
317 removeWorkflow(String baseDN, String backendID) argument
340 addSuffix(String baseDN, String backendID) argument
364 createBaseEntry(String baseDN, String backendID) argument
394 removeSuffix(String baseDN, String backendID) argument
441 dsconfigCreateMemoryBackend( String backendID, String baseDN, boolean createBaseEntry ) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java42 private DN baseDN; field in class:VLVIndexDescriptor
53 * @param baseDN the baseDN of the search indexed by the VLV index.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, argument
64 this.baseDN = baseDN;
90 * Returns the baseDN of the search indexed by the VLV index.
91 * @return the baseDN of the search indexed by the VLV index.
95 return baseDN;
172 hashCode = (getName()+baseDN
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java42 private final DN baseDN; field in class:VLVIndexDescriptor
55 * @param baseDN
56 * the baseDN of the search indexed by the VLV index.
64 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, SearchScope scope, String filter, argument
68 this.baseDN = baseDN;
89 * Returns the baseDN of the search indexed by the VLV index.
91 * @return the baseDN of the search indexed by the VLV index.
95 return baseDN;
171 hashCode = (getName()+baseDN
[all...]

Completed in 251 milliseconds

1234567891011>>