Searched refs:blockers (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1271 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1379 blockers.add(action);
1411 final BlockAction action = blockers.poll();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1264 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1353 blockers.add(action);
1385 final BlockAction action = blockers.poll();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1277 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1385 blockers.add(action);
1417 final BlockAction action = blockers.poll();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1264 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1353 blockers.add(action);
1385 final BlockAction action = blockers.poll();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1271 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1379 blockers.add(action);
1411 final BlockAction action = blockers.poll();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1223 private final Queue<BlockAction> blockers = new LinkedList<>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1310 blockers.add(action);
1342 final BlockAction action = blockers.poll();

Completed in 110 milliseconds