Searched defs:contentType (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteServletResponse.java50 private String contentType = null; field in class:RemoteServletResponse
71 contentType = getContentType();
121 return response != null ? this.response.getContentType() : contentType;
H A DRemoteServletRequest.java63 private String contentType = null; field in class:RemoteServletRequest
126 contentType = getContentType();
264 return request != null ? this.request.getContentType() : contentType;
573 .append("Content type : ").append(contentType)
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/protocol/
H A DRemoteServletResponse.java50 private String contentType = null; field in class:RemoteServletResponse
71 contentType = getContentType();
121 return response != null ? this.response.getContentType() : contentType;
H A DRemoteServletRequest.java63 private String contentType = null; field in class:RemoteServletRequest
126 contentType = getContentType();
264 return request != null ? this.request.getContentType() : contentType;
573 .append("Content type : ").append(contentType)
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java77 protected int contentType = NOT_SUPPORTED; field in class:Request
267 // check contents and set the contentType appropriately
280 if ((contentType != NOT_SUPPORTED) ||
290 contentType = AUTHENTICATION_QUERY;
294 if ((contentType != NOT_SUPPORTED) ||
304 contentType = AUTHORIZATION_DECISION_QUERY;
308 if ((contentType != NOT_SUPPORTED) ||
318 contentType = ATTRIBUTE_QUERY;
323 if ((contentType != NOT_SUPPORTED) &&
324 (contentType !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationDataImpl.java71 private String contentType = null; field in class:SubjectConfirmationDataImpl
176 contentType = attrValue;
388 return contentType;
403 contentType = attribute;
493 if(contentType != null) {
496 .append(contentType)
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java80 protected int contentType = NOT_SUPPORTED; field in class:Request
270 // check contents and set the contentType appropriately
283 if ((contentType != NOT_SUPPORTED) ||
293 contentType = AUTHENTICATION_QUERY;
297 if ((contentType != NOT_SUPPORTED) ||
307 contentType = AUTHORIZATION_DECISION_QUERY;
311 if ((contentType != NOT_SUPPORTED) ||
321 contentType = ATTRIBUTE_QUERY;
326 if ((contentType != NOT_SUPPORTED) &&
327 (contentType !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationDataImpl.java71 private String contentType = null; field in class:SubjectConfirmationDataImpl
176 contentType = attrValue;
388 return contentType;
403 contentType = attribute;
493 if(contentType != null) {
496 .append(contentType)
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java140 private String contentType; field in class:DSMLServlet
387 contentType = SOAPConstants.SOAP_1_1_CONTENT_TYPE;
390 contentType = SOAPConstants.SOAP_1_2_CONTENT_TYPE;
788 res.setHeader("Content-Type", contentType);
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java140 private String contentType; field in class:DSMLServlet
387 contentType = SOAPConstants.SOAP_1_1_CONTENT_TYPE;
390 contentType = SOAPConstants.SOAP_1_2_CONTENT_TYPE;
788 res.setHeader("Content-Type", contentType);
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLServlet.java816 * @param contentType The MIME content type to send appropriate for the MessageFactory
822 private void sendResponse(Document doc, MessageFactory messageFactory, String contentType, HttpServletResponse res) argument
830 res.setHeader("Content-Type", contentType);
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/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/ ...
/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/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...

Completed in 118 milliseconds

12