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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
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
H A DPolicyDecisionUtils.java66 private static final String POST = "POST"; field in class:PolicyDecisionUtils
84 actionNames.add(POST);
146 ad = (ActionDecision) actionDecisions.get(POST);
/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-v13/openam-oauth/samples/StockClient/lib/
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/ ...
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
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/ ...
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/ ...
/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/openam-core/src/main/java/com/sun/identity/policy/util/
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
H A DPolicyDecisionUtils.java66 private static final String POST = "POST"; field in class:PolicyDecisionUtils
84 actionNames.add(POST);
146 ad = (ActionDecision) actionDecisions.get(POST);
/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/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;
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DRestRedirect.java55 enum OpType { GET, PUT, POST, DELETE} enum constant in enum:RestRedirect.OpType
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DAdminAdapter.java102 private final static String POST = "POST"; field in class:AdminAdapter
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/
H A DAdminConsoleAdapter.java898 POST ("POST"), enum constant in enum:AdminConsoleAdapter.HttpMethod
924 private HttpMethod[] allowedHttpMethods = {HttpMethod.GET, HttpMethod.POST, HttpMethod.HEAD,
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DWebComponentDescriptor.java95 * Constant for the http POST method.
97 public static final String POST = "POST"; field in class:WebComponentDescriptor
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DApplyHttpLbChanges.java156 conn.setRequestMethod(POST);
198 private static final String POST = "POST"; field in class:ApplyHttpLbChanges

Completed in 83 milliseconds