Searched defs:clearBackend (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java78 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java63 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DExtOpTestCase.java126 public void clearBackend() throws Exception { method in class:ExtOpTestCase
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java78 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java62 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DExtOpTestCase.java125 public void clearBackend() throws Exception { method in class:ExtOpTestCase
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java78 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java63 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DExtOpTestCase.java126 public void clearBackend() throws Exception { method in class:ExtOpTestCase
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java78 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java62 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DExtOpTestCase.java125 public void clearBackend() throws Exception { method in class:ExtOpTestCase
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java78 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java63 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DExtOpTestCase.java126 public void clearBackend() throws Exception { method in class:ExtOpTestCase
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAlternateRootDN.java79 public void clearBackend() throws Exception { method in class:AlternateRootDN
H A DNestedGroupDNTestCase.java64 public void clearBackend() throws Exception { method in class:NestedGroupDNTestCase
H A DProxyTestCase.java137 public void clearBackend() throws Exception method in class:ProxyTestCase
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java298 public void clearBackend(Backend backend) method in class:DefaultEntryCache
301 entryCache.clearBackend(backend);
503 clearBackend(backend);
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DImportTask.java173 private boolean clearBackend = false; field in class:ImportTask
388 clearBackend = TaskUtils.getBoolean(attrList, false);
506 // "clearBackend" argument was also provided if there are more then one
509 backend.getBaseDNs().length > 1 && !clearBackend)
727 // "clearBackend" argument was also provided if there are more then one
730 backend.getBaseDNs().length > 1 && !clearBackend)
894 importConfig.setClearBackend(clearBackend);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java297 public void clearBackend(Backend backend) method in class:DefaultEntryCache
300 entryCache.clearBackend(backend);
502 clearBackend(backend);
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DImportTask.java172 private boolean clearBackend = false; field in class:ImportTask
387 clearBackend = TaskUtils.getBoolean(attrList, false);
505 // "clearBackend" argument was also provided if there are more then one
508 backend.getBaseDNs().length > 1 && !clearBackend)
726 // "clearBackend" argument was also provided if there are more then one
729 backend.getBaseDNs().length > 1 && !clearBackend)
893 importConfig.setClearBackend(clearBackend);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java298 public void clearBackend(Backend backend) method in class:DefaultEntryCache
301 entryCache.clearBackend(backend);
503 clearBackend(backend);
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DImportTask.java173 private boolean clearBackend = false; field in class:ImportTask
388 clearBackend = TaskUtils.getBoolean(attrList, false);
506 // "clearBackend" argument was also provided if there are more then one
509 backend.getBaseDNs().length > 1 && !clearBackend)
727 // "clearBackend" argument was also provided if there are more then one
730 backend.getBaseDNs().length > 1 && !clearBackend)
894 importConfig.setClearBackend(clearBackend);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDefaultEntryCache.java298 public void clearBackend(Backend backend) method in class:DefaultEntryCache
301 entryCache.clearBackend(backend);
503 clearBackend(backend);

Completed in 76 milliseconds

1234