Searched defs:wantAssertionsSigned (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 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 74 milliseconds