Searched defs:IntermediateResponse (Results 1 - 12 of 12) sorted by relevance

/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/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...]

Completed in 72 milliseconds