Searched refs:IntermediateResponse (Results 1 - 25 of 72) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1234 public static final class IntermediateResponse class in class:PluginResult
1257 private static IntermediateResponse DEFAULT_RESULT =
1258 new IntermediateResponse(true, true, true, null, null, null,
1276 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1301 public static IntermediateResponse
1310 return new IntermediateResponse(true, true, sendResponse,
1325 public static IntermediateResponse
1328 return new IntermediateResponse(true, false, sendResponse,
1347 public static IntermediateResponse stopProcessing(
1351 return new IntermediateResponse(fals
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1235 public static final class IntermediateResponse class in class:PluginResult
1258 private static IntermediateResponse DEFAULT_RESULT =
1259 new IntermediateResponse(true, true, true, null, null, null,
1277 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1302 public static IntermediateResponse
1311 return new IntermediateResponse(true, true, sendResponse,
1326 public static IntermediateResponse
1329 return new IntermediateResponse(true, false, sendResponse,
1348 public static IntermediateResponse stopProcessing(
1352 return new IntermediateResponse(fals
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1235 public static final class IntermediateResponse class in class:PluginResult
1258 private static IntermediateResponse DEFAULT_RESULT =
1259 new IntermediateResponse(true, true, true, null, null, null,
1277 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1302 public static IntermediateResponse
1311 return new IntermediateResponse(true, true, sendResponse,
1326 public static IntermediateResponse
1329 return new IntermediateResponse(true, false, sendResponse,
1348 public static IntermediateResponse stopProcessing(
1352 return new IntermediateResponse(fals
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1234 public static final class IntermediateResponse class in class:PluginResult
1257 private static IntermediateResponse DEFAULT_RESULT =
1258 new IntermediateResponse(true, true, true, null, null, null,
1276 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1301 public static IntermediateResponse
1310 return new IntermediateResponse(true, true, sendResponse,
1325 public static IntermediateResponse
1328 return new IntermediateResponse(true, false, sendResponse,
1347 public static IntermediateResponse stopProcessing(
1351 return new IntermediateResponse(fals
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1235 public static final class IntermediateResponse class in class:PluginResult
1258 private static IntermediateResponse DEFAULT_RESULT =
1259 new IntermediateResponse(true, true, true, null, null, null,
1277 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1302 public static IntermediateResponse
1311 return new IntermediateResponse(true, true, sendResponse,
1326 public static IntermediateResponse
1329 return new IntermediateResponse(true, false, sendResponse,
1348 public static IntermediateResponse stopProcessing(
1352 return new IntermediateResponse(fals
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/plugin/
H A DPluginResult.java1081 public static final class IntermediateResponse implements OperationResult class in class:PluginResult
1104 private static IntermediateResponse DEFAULT_RESULT =
1105 new IntermediateResponse(true, true, true, null, null, null,
1121 private IntermediateResponse(boolean continueProcessing, method in class:PluginResult.IntermediateResponse
1144 public static IntermediateResponse
1153 return new IntermediateResponse(true, true, sendResponse,
1168 public static IntermediateResponse
1171 return new IntermediateResponse(true, false, sendResponse,
1187 public static IntermediateResponse stopProcessing(
1191 return new IntermediateResponse(fals
[all...]
H A DDirectoryServerPlugin.java1179 public PluginResult.IntermediateResponse
1201 public PluginResult.IntermediateResponse
1298 public PluginResult.IntermediateResponse
1300 IntermediateResponse intermediateResponse)
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DIntermediateResponse.java48 public final class IntermediateResponse class
76 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
197 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj2/src/server/org/opends/server/types/
H A DIntermediateResponse.java47 public final class IntermediateResponse class
75 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
196 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DIntermediateResponse.java48 public final class IntermediateResponse class
76 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
197 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DIntermediateResponse.java48 public final class IntermediateResponse class
76 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
197 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DIntermediateResponse.java47 public final class IntermediateResponse class
75 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
196 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DIntermediateResponse.java47 public final class IntermediateResponse class
74 public IntermediateResponse(Operation operation, String oid, method in class:IntermediateResponse
195 buffer.append("IntermediateResponse(operation=");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java40 import org.opends.server.types.IntermediateResponse;
759 public PluginResult.IntermediateResponse
764 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
800 public PluginResult.IntermediateResponse
805 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
883 public PluginResult.IntermediateResponse processIntermediateResponse(
884 IntermediateResponse intermediateResponse)
887 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java39 import org.opends.server.types.IntermediateResponse;
758 public PluginResult.IntermediateResponse
763 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
799 public PluginResult.IntermediateResponse
804 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
882 public PluginResult.IntermediateResponse processIntermediateResponse(
883 IntermediateResponse intermediateResponse)
886 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java40 import org.opends.server.types.IntermediateResponse;
759 public PluginResult.IntermediateResponse
764 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
800 public PluginResult.IntermediateResponse
805 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
883 public PluginResult.IntermediateResponse processIntermediateResponse(
884 IntermediateResponse intermediateResponse)
887 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java39 import org.opends.server.types.IntermediateResponse;
758 public PluginResult.IntermediateResponse
763 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
799 public PluginResult.IntermediateResponse
804 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
882 public PluginResult.IntermediateResponse processIntermediateResponse(
883 IntermediateResponse intermediateResponse)
886 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DInvocationCounterPlugin.java40 import org.opends.server.types.IntermediateResponse;
759 public PluginResult.IntermediateResponse
764 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
800 public PluginResult.IntermediateResponse
805 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
883 public PluginResult.IntermediateResponse processIntermediateResponse(
884 IntermediateResponse intermediateResponse)
887 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DClientConnectionStub.java39 import org.opends.server.types.IntermediateResponse;
137 protected boolean sendIntermediateResponseMessage(IntermediateResponse intermediateResponse)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DInvocationCounterPlugin.java40 import org.opends.server.types.IntermediateResponse;
677 public PluginResult.IntermediateResponse
682 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
716 public PluginResult.IntermediateResponse
721 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
795 public PluginResult.IntermediateResponse processIntermediateResponse(
796 IntermediateResponse intermediateResponse)
799 return PluginResult.IntermediateResponse.continueOperationProcessing(true);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java50 import org.opends.server.types.IntermediateResponse;
302 IntermediateResponse intermediateResponse)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java50 import org.opends.server.types.IntermediateResponse;
302 IntermediateResponse intermediateResponse)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java278 IntermediateResponse intermediateResponse)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java279 IntermediateResponse intermediateResponse)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java278 IntermediateResponse intermediateResponse)

Completed in 6235 milliseconds

123