Searched defs:sendResponse (Results 1 - 25 of 74) sorted by relevance

123

/forgerock/openam-v13/openam-distribution/src/main/amserver/demo/source/com/sun/identity/demo/server/
H A DEvaluatePolicyServlet.java166 sendResponse(response, message.toString());
177 private void sendResponse(HttpServletResponse response, String message) method in class:EvaluatePolicyServlet
/forgerock/openam/openam-distribution/src/main/amserver/demo/source/com/sun/identity/demo/server/
H A DEvaluatePolicyServlet.java166 sendResponse(response, message.toString());
177 private void sendResponse(HttpServletResponse response, String message) method in class:EvaluatePolicyServlet
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java126 sendResponse(request, response,errorPage);
168 sendResponse(request, response, errorPage);
184 sendResponse(request, response, preLoginURL + "&goto=" +
226 sendResponse(request, response,returnURL);
276 private void sendResponse(HttpServletRequest request, method in class:FSPostLogin
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java126 sendResponse(request, response,errorPage);
168 sendResponse(request, response, errorPage);
184 sendResponse(request, response, preLoginURL + "&goto=" +
226 sendResponse(request, response,returnURL);
276 private void sendResponse(HttpServletRequest request, method in class:FSPostLogin
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java170 sendResponse(session, idpEntityID, spEntityID, idpMetaAlias, realm);
254 private void sendResponse(Object session, String idpEntityId, method in class:IPSigninRequest
257 String classMethod = "IDPSSOFederate.sendResponse: " ;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java177 sendResponse(session, idpEntityID, spEntityID, idpMetaAlias, realm);
261 private void sendResponse(Object session, String idpEntityId, method in class:IPSigninRequest
264 String classMethod = "IDPSSOFederate.sendResponse: " ;
/forgerock/opendj2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1243 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1267 * @param sendResponse Whether to send the intermediate response
1278 boolean sendResponse,
1289 this.sendResponse = sendResponse;
1296 * @param sendResponse Whether to send the intermediate response
1302 continueOperationProcessing(boolean sendResponse) argument
1304 if(sendResponse)
1310 return new IntermediateResponse(true, true, sendResponse,
1319 * @param sendResponse Whethe
1276 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, Message errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1326 skipFurtherPluginProcesssing(boolean sendResponse) argument
1347 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage, DN matchedDN, List<String> referralURLs) argument
1368 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage) argument
1405 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1244 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1268 * @param sendResponse Whether to send the intermediate response
1279 boolean sendResponse,
1290 this.sendResponse = sendResponse;
1297 * @param sendResponse Whether to send the intermediate response
1303 continueOperationProcessing(boolean sendResponse) argument
1305 if(sendResponse)
1311 return new IntermediateResponse(true, true, sendResponse,
1320 * @param sendResponse Whethe
1277 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, Message errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1327 skipFurtherPluginProcesssing(boolean sendResponse) argument
1348 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage, DN matchedDN, List<String> referralURLs) argument
1369 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage) argument
1406 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java311 public void sendResponse(Operation operation) method in class:MockClientConnection
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java287 public void sendResponse(Operation operation) method in class:MockClientConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1244 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1268 * @param sendResponse Whether to send the intermediate response
1279 boolean sendResponse,
1290 this.sendResponse = sendResponse;
1297 * @param sendResponse Whether to send the intermediate response
1303 continueOperationProcessing(boolean sendResponse) argument
1305 if(sendResponse)
1311 return new IntermediateResponse(true, true, sendResponse,
1320 * @param sendResponse Whethe
1277 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, Message errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1327 skipFurtherPluginProcesssing(boolean sendResponse) argument
1348 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage, DN matchedDN, List<String> referralURLs) argument
1369 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage) argument
1406 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java288 public void sendResponse(Operation operation) method in class:MockClientConnection
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java287 public void sendResponse(Operation operation) method in class:MockClientConnection
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java311 public void sendResponse(Operation operation) method in class:MockClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1243 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1267 * @param sendResponse Whether to send the intermediate response
1278 boolean sendResponse,
1289 this.sendResponse = sendResponse;
1296 * @param sendResponse Whether to send the intermediate response
1302 continueOperationProcessing(boolean sendResponse) argument
1304 if(sendResponse)
1310 return new IntermediateResponse(true, true, sendResponse,
1319 * @param sendResponse Whethe
1276 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, Message errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1326 skipFurtherPluginProcesssing(boolean sendResponse) argument
1347 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage, DN matchedDN, List<String> referralURLs) argument
1368 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage) argument
1405 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/plugin/
H A DPluginResult.java1244 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1268 * @param sendResponse Whether to send the intermediate response
1279 boolean sendResponse,
1290 this.sendResponse = sendResponse;
1297 * @param sendResponse Whether to send the intermediate response
1303 continueOperationProcessing(boolean sendResponse) argument
1305 if(sendResponse)
1311 return new IntermediateResponse(true, true, sendResponse,
1320 * @param sendResponse Whethe
1277 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, Message errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1327 skipFurtherPluginProcesssing(boolean sendResponse) argument
1348 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage, DN matchedDN, List<String> referralURLs) argument
1369 stopProcessing( boolean sendResponse, ResultCode resultCode, Message errorMessage) argument
1406 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/plugin/
H A DPluginResult.java1090 private final boolean sendResponse; field in class:PluginResult.IntermediateResponse
1114 * @param sendResponse Whether to send the intermediate response
1123 boolean sendResponse,
1134 this.sendResponse = sendResponse;
1140 * @param sendResponse Whether to send the intermediate response
1145 continueOperationProcessing(boolean sendResponse) argument
1147 if(sendResponse)
1153 return new IntermediateResponse(true, true, sendResponse,
1162 * @param sendResponse Whethe
1121 IntermediateResponse(boolean continueProcessing, boolean continuePluginProcessing, boolean sendResponse, LocalizableMessage errorMessage, ResultCode resultCode, DN matchedDN, List<String> referralURLs) argument
1169 skipFurtherPluginProcesssing(boolean sendResponse) argument
1187 stopProcessing( boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage, DN matchedDN, List<String> referralURLs) argument
1205 stopProcessing( boolean sendResponse, ResultCode resultCode, LocalizableMessage errorMessage) argument
1236 public boolean sendResponse() method in class:PluginResult.IntermediateResponse
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java374 public void sendResponse(Operation operation) method in class:JmxClientConnection
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DClientConnectionStub.java120 public void sendResponse(Operation operation) method in class:ClientConnectionStub
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSearchOperation.java404 * @param sendResponse - boolean indicating wether the search result done
407 public abstract void setSendResponse(boolean sendResponse); argument
H A DSearchOperationWrapper.java423 public void setSendResponse(boolean sendResponse) argument
425 getOperation().setSendResponse(sendResponse);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSearchOperation.java391 * @param sendResponse - boolean indicating whether the search result done
394 void setSendResponse(boolean sendResponse); argument
H A DSearchOperationWrapper.java324 public void setSendResponse(boolean sendResponse) argument
326 getOperation().setSendResponse(sendResponse);
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java584 sendResponse(doc, res);
780 private void sendResponse(Document doc, HttpServletResponse res) method in class:DSMLServlet
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java572 sendResponse(doc, res);
768 private void sendResponse(Document doc, HttpServletResponse res) method in class:DSMLServlet

Completed in 88 milliseconds

123