Searched defs:GET (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DUtils.java52 * Http GET
54 public static final String GET = "GET"; field in class:Utils
57 * Redirects to <code>redirectUrl</code> as a GET or a POST
66 * @param action http action to be executed : GET or POST
72 if (action.equals("GET")) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DUtils.java52 * Http GET
54 public static final String GET = "GET"; field in class:Utils
57 * Redirects to <code>redirectUrl</code> as a GET or a POST
66 * @param action http action to be executed : GET or POST
72 if (action.equals("GET")) {
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/commons/
H A DOperationType.java91 GET(GetApiOp.class), enum constant in enum:OperationType
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java65 private static final String GET = "GET"; field in class:PolicyDecisionUtils
83 actionNames.add(GET);
145 if ((ad = (ActionDecision) actionDecisions.get(GET)) == null) {
H A DGateway.java96 actionNames.add(GET);
107 * Performs the HTTP GET operation.
387 if ((ad = (ActionDecision) actionDecisions.get(GET)) == null) {
522 private static final String GET = "GET"; field in class:Gateway
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java65 private static final String GET = "GET"; field in class:PolicyDecisionUtils
83 actionNames.add(GET);
145 if ((ad = (ActionDecision) actionDecisions.get(GET)) == null) {
H A DGateway.java96 actionNames.add(GET);
107 * Performs the HTTP GET operation.
387 if ((ad = (ActionDecision) actionDecisions.get(GET)) == null) {
522 private static final String GET = "GET"; 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
89 if (httpMethod == HTTPMethod.GET) {
90 urlConnect.setRequestMethod("GET");
349 * Add HTTP POST data. No checking is done in the case where we're actually building a GET and the post
359 * Set the HTTP method to GET.
363 this.httpMethod = HTTPMethod.GET;
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java58 public static final String GET = "GET"; field in class:AMSTSConstants
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/
H A DAMSTSConstants.java58 public static final String GET = "GET"; 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/ ...
/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h433 #define GET(a,n) \ macro
446 #define GET(a,n) \ macro
460 #define GET(a,n) \ macro
481 #define GET(a,n) \ macro
496 #define GET(a,n) \ macro
516 #define GET(a,n) \ macro

Completed in 99 milliseconds