Searched refs:wantAssertionsSigned (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java501 boolean wantAssertionsSigned = spDesc.isWantAssertionsSigned();
503 debug.message(method + "wantAssertionsSigned is :" + wantAssertionsSigned);
630 if (wantAssertionsSigned && !(responseIsSigned || allAssertionsSigned)){
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java493 boolean wantAssertionsSigned = spDesc.isWantAssertionsSigned();
495 debug.message(method + "wantAssertionsSigned is :" + wantAssertionsSigned);
623 if (wantAssertionsSigned && !(responseIsSigned || allAssertionsSigned)){
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java722 // so will base on wantAssertionsSigned flag
724 signAssertion = wantAssertionsSigned(spEntityID, realm);
2965 * Returns the the value of the wantAssertionsSigned property
2968 * @return boolean value of the wantAssertionsSigned property.
2972 private static boolean wantAssertionsSigned(String realm, String spEntityID) throws SAML2Exception { method in class:IDPSSOUtil
2974 String method = "IPDSSOUtil:wantAssertionsSigned : ";
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSSOUtil.java731 // so will base on wantAssertionsSigned flag
733 signAssertion = wantAssertionsSigned(spEntityID, realm);
2998 * Returns the the value of the wantAssertionsSigned property
3001 * @return boolean value of the wantAssertionsSigned property.
3005 private static boolean wantAssertionsSigned(String realm, String spEntityID) throws SAML2Exception { method in class:IDPSSOUtil
3007 String method = "IPDSSOUtil:wantAssertionsSigned : ";

Completed in 80 milliseconds