Searched defs:tempLdifFile (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 DAciTestCase.java179 private static final ThreadLocal<Map<String,File>> tempLdifFile = field in class:AciTestCase
511 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
514 tempLdifFile.set(tempFilesForThisThread);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java167 private static final ThreadLocal<Map<String,File>> tempLdifFile = field in class:AciTestCase
507 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
510 tempLdifFile.set(tempFilesForThisThread);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java179 private static final ThreadLocal<Map<String,File>> tempLdifFile = field in class:AciTestCase
511 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
514 tempLdifFile.set(tempFilesForThisThread);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java167 private static final ThreadLocal<Map<String,File>> tempLdifFile = field in class:AciTestCase
507 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
510 tempLdifFile.set(tempFilesForThisThread);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java179 private static final ThreadLocal<Map<String,File>> tempLdifFile = field in class:AciTestCase
511 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
514 tempLdifFile.set(tempFilesForThisThread);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java166 private static final ThreadLocal<Map<String, File>> tempLdifFile = new ThreadLocal<>(); field in class:AciTestCase
576 Map<String,File> tempFilesForThisThread = tempLdifFile.get();
579 tempLdifFile.set(tempFilesForThisThread);

Completed in 179 milliseconds