Searched defs:BlockAction (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.java1165 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1271 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>();
1377 final BlockAction action = new BlockAction();
1411 final BlockAction action = blockers.poll();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1157 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1264 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>();
1351 final BlockAction action = new BlockAction();
1385 final BlockAction action = blockers.poll();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1171 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1277 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>();
1383 final BlockAction action = new BlockAction();
1417 final BlockAction action = blockers.poll();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1157 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1264 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>();
1351 final BlockAction action = new BlockAction();
1385 final BlockAction action = blockers.poll();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1165 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1271 private final Queue<BlockAction> blockers = new LinkedList<BlockAction>();
1377 final BlockAction action = new BlockAction();
1411 final BlockAction action = blockers.poll();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java1116 class BlockAction extends Action class in class:LDAPPassThroughAuthenticationPolicyTestCase.MockServer
1223 private final Queue<BlockAction> blockers = new LinkedList<>();
1308 final BlockAction action = new BlockAction();
1342 final BlockAction action = blockers.poll();

Completed in 92 milliseconds