Searched defs:profileBinding (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java43 private String profileBinding = null; field in class:ResponseInfo
62 this.profileBinding = binding;
95 return profileBinding;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java46 private String profileBinding = null; field in class:ResponseInfo
65 this.profileBinding = binding;
105 return profileBinding;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java266 * @param profileBinding Profile binding used.
284 final String profileBinding)
360 httpResponse, authnRequest, response, profileBinding);
428 debug.message(method + "binding is :" + profileBinding);
639 if (profileBinding.equals(SAML2Constants.HTTP_POST) ) {
278 verifyResponse( final HttpServletRequest httpRequest, final HttpServletResponse httpResponse, final Response response, final String orgName, final String hostEntityId, final String profileBinding) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java268 * @param profileBinding Profile binding used.
286 final String profileBinding)
362 httpResponse, authnRequest, response, profileBinding);
420 debug.message(method + "binding is :" + profileBinding);
632 if (profileBinding.equals(SAML2Constants.HTTP_POST) ) {
280 verifyResponse( final HttpServletRequest httpRequest, final HttpServletResponse httpResponse, final Response response, final String orgName, final String hostEntityId, final String profileBinding) argument

Completed in 73 milliseconds