Searched defs:_tempLdifFilesByName (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2550 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<Map<String,File>>(); field in class:AciTests
2556 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2559 _tempLdifFilesByName.set(tempFilesForThisThread);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2482 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<Map<String,File>>(); field in class:AciTests
2488 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2491 _tempLdifFilesByName.set(tempFilesForThisThread);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2550 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<Map<String,File>>(); field in class:AciTests
2556 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2559 _tempLdifFilesByName.set(tempFilesForThisThread);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2482 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<Map<String,File>>(); field in class:AciTests
2488 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2491 _tempLdifFilesByName.set(tempFilesForThisThread);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java2550 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<Map<String,File>>(); field in class:AciTests
2556 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2559 _tempLdifFilesByName.set(tempFilesForThisThread);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java2468 private static ThreadLocal<Map<String,File>> _tempLdifFilesByName = new ThreadLocal<>(); field in class:AciTests
2476 Map<String,File> tempFilesForThisThread = _tempLdifFilesByName.get();
2479 _tempLdifFilesByName.set(tempFilesForThisThread);

Completed in 70 milliseconds