Searched defs:POST (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DUtils.java47 * Http POST
49 public static final String POST = "POST"; field in class:Utils
57 * Redirects to <code>redirectUrl</code> as a GET or a POST
59 * in case of POST all params need to be specified in <code>pmap</code>
66 * @param action http action to be executed : GET or POST
136 * Generates a html hidden form to acccomplish a auto POST from the browser
139 * @param pmap parameters to be sent in the POST
148 buf.append("<HTML><HEAD><TITLE>SAE POST</TITLE></HEAD>");
151 buf.append("<FORM id=\"saeform\" METHOD=\"POST\" ACTIO
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DUtils.java47 * Http POST
49 public static final String POST = "POST"; field in class:Utils
57 * Redirects to <code>redirectUrl</code> as a GET or a POST
59 * in case of POST all params need to be specified in <code>pmap</code>
66 * @param action http action to be executed : GET or POST
136 * Generates a html hidden form to acccomplish a auto POST from the browser
139 * @param pmap parameters to be sent in the POST
148 buf.append("<HTML><HEAD><TITLE>SAE POST</TITLE></HEAD>");
151 buf.append("<FORM id=\"saeform\" METHOD=\"POST\" ACTIO
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java66 private static final String POST = "POST"; field in class:PolicyDecisionUtils
84 actionNames.add(POST);
146 ad = (ActionDecision) actionDecisions.get(POST);
H A DGateway.java97 actionNames.add(POST);
115 * Performs the HTTP POST operation.
388 ad = (ActionDecision) actionDecisions.get(POST);
523 private static final String POST = "POST"; field in class:Gateway
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java66 private static final String POST = "POST"; field in class:PolicyDecisionUtils
84 actionNames.add(POST);
146 ad = (ActionDecision) actionDecisions.get(POST);
H A DGateway.java97 actionNames.add(POST);
115 * Performs the HTTP POST operation.
388 ad = (ActionDecision) actionDecisions.get(POST);
523 private static final String POST = "POST"; field in class:Gateway
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DRESTEndpoint.java58 GET, POST; enum constant in enum:RESTEndpoint.HTTPMethod
92 urlConnect.setRequestMethod("POST");
102 if (httpMethod == HTTPMethod.POST) {
199 result.append(postData.length() + " bytes of POST data (hidden as it appears to contain a password)");
237 httpMethod = HTTPMethod.POST;
349 * Add HTTP POST data. No checking is done in the case where we're actually building a GET and the post
368 * Set the HTTP method to POST
372 this.httpMethod = HTTPMethod.POST;
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java57 public static final String POST = "POST"; field in class:AMSTSConstants
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java57 public static final String POST = "POST"; field in class:AMSTSConstants
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djsr311-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...

Completed in 84 milliseconds