Searched refs:MIME_TYPE_ASSERTION (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAssertionIDRequestUtil.java94 static final String MIME_TYPE_ASSERTION = "application/samlassertion+xml"; field in class:AssertionIDRequestUtil
202 (contentType.indexOf(MIME_TYPE_ASSERTION) == -1)) {
315 response.setContentType(MIME_TYPE_ASSERTION);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAssertionIDRequestUtil.java96 static final String MIME_TYPE_ASSERTION = "application/samlassertion+xml"; field in class:AssertionIDRequestUtil
204 (contentType.indexOf(MIME_TYPE_ASSERTION) == -1)) {
317 response.setContentType(MIME_TYPE_ASSERTION);

Completed in 31 milliseconds