Searched defs:ASSERTION_ARTIFACT (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java107 public final static int ASSERTION_ARTIFACT = 3; field in class:Request
341 (contentType != ASSERTION_ARTIFACT)) {
349 contentType = ASSERTION_ARTIFACT;
622 (contentType != ASSERTION_ARTIFACT)) {
630 contentType = ASSERTION_ARTIFACT;
836 * <code>ASSERTION_ARTIFACT</code>.
978 case ASSERTION_ARTIFACT:
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DRequest.java110 public final static int ASSERTION_ARTIFACT = 3; field in class:Request
344 (contentType != ASSERTION_ARTIFACT)) {
352 contentType = ASSERTION_ARTIFACT;
625 (contentType != ASSERTION_ARTIFACT)) {
633 contentType = ASSERTION_ARTIFACT;
839 * <code>ASSERTION_ARTIFACT</code>.
981 case ASSERTION_ARTIFACT:

Completed in 31 milliseconds