Searched defs:origRequest (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 DIDPProxyUtil.java320 * @param origRequest Original Authn Request
326 AuthnRequest origRequest) throws SAML2Exception {
340 newRequest.setConsent(origRequest.getConsent());
341 newRequest.setIsPassive(origRequest.isPassive());
342 newRequest.setForceAuthn(origRequest.isForceAuthn());
343 newRequest.setAttributeConsumingServiceIndex(origRequest.
345 newRequest.setAssertionConsumerServiceIndex(origRequest.
347 String protocolBinding = origRequest.getProtocolBinding();
359 NameIDPolicy origNameIDPolicy = origRequest.getNameIDPolicy();
368 newRequest.setRequestedAuthnContext(origRequest
325 getNewAuthnRequest(String hostedEntityId, String destination, String realm, AuthnRequest origRequest) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java331 * @param origRequest Original Authn Request
337 AuthnRequest origRequest) throws SAML2Exception {
351 newRequest.setConsent(origRequest.getConsent());
352 newRequest.setIsPassive(origRequest.isPassive());
353 newRequest.setForceAuthn(origRequest.isForceAuthn());
354 newRequest.setAttributeConsumingServiceIndex(origRequest.
356 newRequest.setAssertionConsumerServiceIndex(origRequest.
358 String protocolBinding = origRequest.getProtocolBinding();
370 NameIDPolicy origNameIDPolicy = origRequest.getNameIDPolicy();
379 newRequest.setRequestedAuthnContext(origRequest
336 getNewAuthnRequest(String hostedEntityId, String destination, String realm, AuthnRequest origRequest) argument
[all...]

Completed in 22 milliseconds