Searched refs:unbindOperation (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java75 * @param unbindOperation The operation to be tested.
77 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
79 assertTrue(unbindOperation.getProcessingStartTime() > 0);
80 assertTrue(unbindOperation.getProcessingStopTime() > 0);
81 assertTrue(unbindOperation.getProcessingTime() >= 0);
82 assertNotNull(unbindOperation.getResponseLogElements());
100 UnbindOperationBasis unbindOperation =
103 unbindOperation.run();
104 examineCompletedOperation(unbindOperation);
125 UnbindOperationBasis unbindOperation
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java75 * @param unbindOperation The operation to be tested.
77 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
79 assertTrue(unbindOperation.getProcessingStartTime() > 0);
80 assertTrue(unbindOperation.getProcessingStopTime() > 0);
81 assertTrue(unbindOperation.getProcessingTime() >= 0);
82 assertNotNull(unbindOperation.getResponseLogElements());
100 UnbindOperationBasis unbindOperation =
103 unbindOperation.run();
104 examineCompletedOperation(unbindOperation);
125 UnbindOperationBasis unbindOperation
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java75 * @param unbindOperation The operation to be tested.
77 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
79 assertTrue(unbindOperation.getProcessingStartTime() > 0);
80 assertTrue(unbindOperation.getProcessingStopTime() > 0);
81 assertTrue(unbindOperation.getProcessingTime() >= 0);
82 assertNotNull(unbindOperation.getResponseLogElements());
100 UnbindOperationBasis unbindOperation =
103 unbindOperation.run();
104 examineCompletedOperation(unbindOperation);
125 UnbindOperationBasis unbindOperation
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java66 * @param unbindOperation The operation to be tested.
68 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
70 assertTrue(unbindOperation.getProcessingStartTime() > 0);
71 assertTrue(unbindOperation.getProcessingStopTime() > 0);
72 assertTrue(unbindOperation.getProcessingTime() >= 0);
86 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
88 unbindOperation.run();
89 examineCompletedOperation(unbindOperation);
106 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
108 assertEquals(unbindOperation
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DUnbindOperationTestCase.java66 * @param unbindOperation The operation to be tested.
68 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
70 assertTrue(unbindOperation.getProcessingStartTime() > 0);
71 assertTrue(unbindOperation.getProcessingStopTime() > 0);
72 assertTrue(unbindOperation.getProcessingTime() >= 0);
86 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
88 unbindOperation.run();
89 examineCompletedOperation(unbindOperation);
106 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
108 assertEquals(unbindOperation
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DUnbindOperationTestCase.java66 * @param unbindOperation The operation to be tested.
68 private void examineCompletedOperation(UnbindOperation unbindOperation) argument
70 assertTrue(unbindOperation.getProcessingStartTime() > 0);
71 assertTrue(unbindOperation.getProcessingStopTime() > 0);
72 assertTrue(unbindOperation.getProcessingTime() >= 0);
86 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
88 unbindOperation.run();
89 examineCompletedOperation(unbindOperation);
106 UnbindOperationBasis unbindOperation = new UnbindOperationBasis(
108 assertEquals(unbindOperation
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DAccessLogPublisher.java464 * @param unbindOperation
468 public void logUnbind(UnbindOperation unbindOperation) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DAccessLogPublisher.java465 * @param unbindOperation
469 public void logUnbind(UnbindOperation unbindOperation) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDisconnectClientPlugin.java362 doPreParse(PreParseUnbindOperation unbindOperation) argument
364 disconnectInternal(unbindOperation, "PreParse");
617 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
619 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDisconnectClientPlugin.java367 doPreParse(PreParseUnbindOperation unbindOperation) argument
369 disconnectInternal(unbindOperation, "PreParse");
622 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
624 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DAccessLogPublisher.java465 * @param unbindOperation
469 public void logUnbind(UnbindOperation unbindOperation) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDisconnectClientPlugin.java362 doPreParse(PreParseUnbindOperation unbindOperation) argument
364 disconnectInternal(unbindOperation, "PreParse");
617 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
619 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDisconnectClientPlugin.java367 doPreParse(PreParseUnbindOperation unbindOperation) argument
369 disconnectInternal(unbindOperation, "PreParse");
622 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
624 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DDisconnectClientPlugin.java362 doPreParse(PreParseUnbindOperation unbindOperation) argument
364 disconnectInternal(unbindOperation, "PreParse");
617 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
619 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DAccessLogPublisher.java464 * @param unbindOperation
468 public void logUnbind(UnbindOperation unbindOperation) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DAccessLogPublisher.java465 * @param unbindOperation
469 public void logUnbind(UnbindOperation unbindOperation) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DAccessLogPublisher.java467 * @param unbindOperation
471 public void logUnbind(UnbindOperation unbindOperation) argument
H A DAccessLogger.java492 * @param unbindOperation The unbind operation containing the information to
495 public static void logUnbind(UnbindOperation unbindOperation) argument
499 publisher.logUnbind(unbindOperation);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DDisconnectClientPlugin.java346 doPreParse(PreParseUnbindOperation unbindOperation) argument
348 disconnectInternal(unbindOperation, "PreParse");
565 doPostOperation(PostOperationUnbindOperation unbindOperation) argument
567 disconnectInternal(unbindOperation, "PostOperation");
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAccessLogger.java526 * @param unbindOperation The unbind operation containing the information to
529 public static void logUnbind(UnbindOperation unbindOperation) argument
533 publisher.logUnbind(unbindOperation);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DAccessLogger.java525 * @param unbindOperation The unbind operation containing the information to
528 public static void logUnbind(UnbindOperation unbindOperation) argument
532 publisher.logUnbind(unbindOperation);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DAccessLogger.java526 * @param unbindOperation The unbind operation containing the information to
529 public static void logUnbind(UnbindOperation unbindOperation) argument
533 publisher.logUnbind(unbindOperation);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java526 * @param unbindOperation The unbind operation containing the information to
529 public static void logUnbind(UnbindOperation unbindOperation) argument
533 publisher.logUnbind(unbindOperation);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java525 * @param unbindOperation The unbind operation containing the information to
528 public static void logUnbind(UnbindOperation unbindOperation) argument
532 publisher.logUnbind(unbindOperation);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPluginConfigManager.java2564 * @param unbindOperation The unbind operation for which to invoke the
2570 PreParseUnbindOperation unbindOperation)
2576 if (unbindOperation.isInternalOperation() &&
2584 result = p.doPreParse(unbindOperation);
2594 get(unbindOperation.getOperationType().getOperationName(),
2596 unbindOperation.getConnectionID(),
2597 unbindOperation.getOperationID(),
2608 get(unbindOperation.getOperationType().getOperationName(),
2610 unbindOperation.getConnectionID(),
2611 String.valueOf(unbindOperation
2569 invokePreParseUnbindPlugins( PreParseUnbindOperation unbindOperation) argument
4140 invokePostOperationUnbindPlugins( PostOperationUnbindOperation unbindOperation) argument
[all...]

Completed in 67 milliseconds

123