Searched refs:requestContent (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequest.java54 private String requestContent = ""; field in class:Request
65 requestContent = XMLUtils.removeInvalidXMLChars(content);
119 return requestContent;
129 requestContent = content;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequest.java54 private String requestContent = ""; field in class:Request
65 requestContent = XMLUtils.removeInvalidXMLChars(content);
119 return requestContent;
129 requestContent = content;
/forgerock/openam-v13/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DRestSTSPublishServiceRequestHandler.java301 private RestSTSInstanceConfig marshalInstanceConfigFromInvocation(JsonValue requestContent) throws BadRequestException { argument
309 String invocationContext = requestContent.get(AMSTSConstants.STS_PUBLISH_INVOCATION_CONTEXT).asString();
312 return instanceConfigMarshaller.fromJson(requestContent.get(AMSTSConstants.STS_PUBLISH_INSTANCE_STATE));
320 return instanceConfigMarshaller.fromJsonAttributeMap(requestContent.get(
332 + requestContent.toString();
H A DSoapSTSPublishServiceRequestHandler.java324 private SoapSTSInstanceConfig marshalInstanceConfigFromInvocation(JsonValue requestContent) throws BadRequestException { argument
332 String invocationContext = requestContent.get(AMSTSConstants.STS_PUBLISH_INVOCATION_CONTEXT).asString();
335 return instanceConfigMarshaller.fromJson(requestContent.get(AMSTSConstants.STS_PUBLISH_INSTANCE_STATE));
343 return instanceConfigMarshaller.fromJsonAttributeMap(requestContent.get(
355 + requestContent.toString();
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/service/
H A DRestSTSPublishServiceRequestHandler.java301 private RestSTSInstanceConfig marshalInstanceConfigFromInvocation(JsonValue requestContent) throws BadRequestException { argument
309 String invocationContext = requestContent.get(AMSTSConstants.STS_PUBLISH_INVOCATION_CONTEXT).asString();
312 return instanceConfigMarshaller.fromJson(requestContent.get(AMSTSConstants.STS_PUBLISH_INSTANCE_STATE));
320 return instanceConfigMarshaller.fromJsonAttributeMap(requestContent.get(
332 + requestContent.toString();
H A DSoapSTSPublishServiceRequestHandler.java324 private SoapSTSInstanceConfig marshalInstanceConfigFromInvocation(JsonValue requestContent) throws BadRequestException { argument
332 String invocationContext = requestContent.get(AMSTSConstants.STS_PUBLISH_INVOCATION_CONTEXT).asString();
335 return instanceConfigMarshaller.fromJson(requestContent.get(AMSTSConstants.STS_PUBLISH_INSTANCE_STATE));
343 return instanceConfigMarshaller.fromJsonAttributeMap(requestContent.get(
355 + requestContent.toString();
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/impl/
H A DSystemObjectSetService.java123 boolean requiresConnectorConfigurationHelper(JsonValue requestContent) {
133 boolean requiresConnectorConfigurationHelper(JsonValue requestContent) {
134 return requestContent != null && requestContent.size() > 0;
145 boolean requiresConnectorConfigurationHelper(JsonValue requestContent) {
155 boolean requiresConnectorConfigurationHelper(JsonValue requestContent) {
163 boolean requiresConnectorConfigurationHelper(JsonValue requestContent) { argument
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DResourceTypesResourceTest.java357 JsonValue requestContent = mock(JsonValue.class);
358 given(createRequest.getContent()).willReturn(requestContent);
359 given(requestContent.toString()).willReturn(jsonResourceType);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DResourceTypesResourceTest.java370 JsonValue requestContent = mock(JsonValue.class);
371 given(createRequest.getContent()).willReturn(requestContent);
372 given(requestContent.toString()).willReturn(jsonResourceType);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs370 string requestContent = reader.ReadToEnd();
374 soapRequest.LoadXml(requestContent);
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DServiceProviderUtility.cs372 string requestContent = reader.ReadToEnd();
376 soapRequest.LoadXml(requestContent);

Completed in 152 milliseconds