Searched refs:inResponseTo (Results 26 - 50 of 66) sorted by relevance

123

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameIdentifierMappingResponse.java83 * @param inResponseTo the value of <code>InResponseTo</code> attribute.
90 String inResponseTo, Status status,
93 this.inResponseTo = inResponseTo;
150 inResponseTo = root.getAttribute(IFSConstants.IN_RESPONSE_TO);
151 if (inResponseTo == null) {
474 .append(inResponseTo)
89 FSNameIdentifierMappingResponse(String providerID, String inResponseTo, Status status, NameIdentifier nameIdentifier) argument
H A DFSAuthnResponse.java83 * @param inResponseTo value of the <code>inResponseTo</code> attribute.
91 public FSAuthnResponse(String responseID,String inResponseTo, argument
94 super( responseID, inResponseTo, status, contents);
162 inResponseTo = root.getAttribute(IFSConstants.IN_RESPONSE_TO);
163 if (inResponseTo == null) {
545 if((responseID != null) && (inResponseTo != null)){
564 if ((inResponseTo != null) && (inResponseTo.length() != 0)) {
569 .append(inResponseTo)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java80 * @param inResponseTo value of the <code>inResponseTo</code> attribute.
88 public FSAuthnResponse(String responseID,String inResponseTo, argument
91 super( responseID, inResponseTo, status, contents);
159 inResponseTo = root.getAttribute(IFSConstants.IN_RESPONSE_TO);
160 if (inResponseTo == null) {
542 if((responseID != null) && (inResponseTo != null)){
561 if ((inResponseTo != null) && (inResponseTo.length() != 0)) {
566 .append(inResponseTo)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResponseImpl.java111 inResponseTo = attrValue;
348 if (inResponseTo != null && inResponseTo.trim().length() != 0) {
349 result.append(" InResponseTo=\"").append(inResponseTo).append("\"");
H A DResponseImpl.java123 inResponseTo = attrValue;
434 if (inResponseTo != null && inResponseTo.trim().length() != 0) {
435 result.append(" InResponseTo=\"").append(inResponseTo).append("\"");
H A DLogoutResponseImpl.java184 inResponseTo = element.getAttribute(SAML2Constants.INRESPONSETO);
H A DManageNameIDResponseImpl.java141 inResponseTo = element.getAttribute("InResponseTo");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactResponseImpl.java111 inResponseTo = attrValue;
348 if (inResponseTo != null && inResponseTo.trim().length() != 0) {
349 result.append(" InResponseTo=\"").append(inResponseTo).append("\"");
H A DResponseImpl.java123 inResponseTo = attrValue;
434 if (inResponseTo != null && inResponseTo.trim().length() != 0) {
435 result.append(" InResponseTo=\"").append(inResponseTo).append("\"");
H A DLogoutResponseImpl.java184 inResponseTo = element.getAttribute(SAML2Constants.INRESPONSETO);
H A DManageNameIDResponseImpl.java141 inResponseTo = element.getAttribute("InResponseTo");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java860 String inResponseTo,
880 inResponseTo,
918 String inResponseTo,
927 String inResponseTo)
1013 return doSingleSignOn(ssoToken, inResponseTo, spNI, idpNI);
1145 String inResponseTo = authnRequest.getRequestID();
1164 inResponseTo,
1196 inResponseTo,
1235 inResponseTo,
1278 inResponseTo,
858 createAuthnResponse( Object ssoToken, String inResponseTo, NameIdentifier userHandle, NameIdentifier idpHandle) argument
916 doSingleSignOn( Object ssoToken, String inResponseTo, NameIdentifier spHandle, NameIdentifier idpHandle) argument
925 doSingleSignOn( Object ssoToken, String inResponseTo) argument
[all...]
H A DFSSSOBrowserPostProfileHandler.java189 FSUtils.bundle.getString("inResponseTo") + "=" +
219 FSUtils.bundle.getString("inResponseTo") + "=" +
234 String inResponseTo,
242 ssoToken, inResponseTo, spHandle, idpHandle);
232 doSingleSignOn( Object ssoToken, String inResponseTo, NameIdentifier spHandle, NameIdentifier idpHandle) argument
H A DFSSSOWMLPostProfileHandler.java209 String inResponseTo,
214 inResponseTo,
208 doSingleSignOn(Object ssoToken, String inResponseTo, NameIdentifier opaqueHandle, NameIdentifier idpOpaqueHandle) argument
H A DFSSSOLECPProfileHandler.java300 String inResponseTo,
305 ssoToken, inResponseTo, opaqueHandle, idpOpaqueHandle);
299 doSingleSignOn(Object ssoToken, String inResponseTo, NameIdentifier opaqueHandle, NameIdentifier idpOpaqueHandle) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java860 String inResponseTo,
880 inResponseTo,
918 String inResponseTo,
927 String inResponseTo)
1013 return doSingleSignOn(ssoToken, inResponseTo, spNI, idpNI);
1145 String inResponseTo = authnRequest.getRequestID();
1164 inResponseTo,
1196 inResponseTo,
1235 inResponseTo,
1278 inResponseTo,
858 createAuthnResponse( Object ssoToken, String inResponseTo, NameIdentifier userHandle, NameIdentifier idpHandle) argument
916 doSingleSignOn( Object ssoToken, String inResponseTo, NameIdentifier spHandle, NameIdentifier idpHandle) argument
925 doSingleSignOn( Object ssoToken, String inResponseTo) argument
[all...]
H A DFSSSOBrowserPostProfileHandler.java189 FSUtils.bundle.getString("inResponseTo") + "=" +
219 FSUtils.bundle.getString("inResponseTo") + "=" +
234 String inResponseTo,
242 ssoToken, inResponseTo, spHandle, idpHandle);
232 doSingleSignOn( Object ssoToken, String inResponseTo, NameIdentifier spHandle, NameIdentifier idpHandle) argument
H A DFSSSOWMLPostProfileHandler.java209 String inResponseTo,
214 inResponseTo,
208 doSingleSignOn(Object ssoToken, String inResponseTo, NameIdentifier opaqueHandle, NameIdentifier idpOpaqueHandle) argument
H A DFSSSOLECPProfileHandler.java300 String inResponseTo,
305 ssoToken, inResponseTo, opaqueHandle, idpOpaqueHandle);
299 doSingleSignOn(Object ssoToken, String inResponseTo, NameIdentifier opaqueHandle, NameIdentifier idpOpaqueHandle) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java367 String inResponseTo = request.getParameter(REQUEST_ID);
389 token.getPrincipal().getName(), inResponseTo);
395 SELF_PROVIDER_ID, responseID, inResponseTo, status,
747 String inResponseTo,
754 FSAuthnResponse response = new FSAuthnResponse(null, inResponseTo,
767 String inResponseTo
772 (authType == null) || (userDN == null) || (inResponseTo == null)) {
837 sourceID, issueInstant, cond, statements, inResponseTo);
744 createAuthnResponse( String providerID, String responseID, String inResponseTo, Status status, FSAssertion assertion, String relayState ) argument
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DCDCServlet.java368 String inResponseTo = request.getParameter(REQUEST_ID);
391 token.getPrincipal().getName(), inResponseTo);
397 SELF_PROVIDER_ID, responseID, inResponseTo, status,
748 String inResponseTo,
755 FSAuthnResponse response = new FSAuthnResponse(null, inResponseTo,
768 String inResponseTo
773 (authType == null) || (userDN == null) || (inResponseTo == null)) {
838 sourceID, issueInstant, cond, statements, inResponseTo);
745 createAuthnResponse( String providerID, String responseID, String inResponseTo, Status status, FSAssertion assertion, String relayState ) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java503 * and inResponseTo.
588 String inResponseTo = logoutRes.getInResponseTo();
589 LogoutRequest logoutReq = (LogoutRequest) SPCache.logoutRequestIDHash.remove(inResponseTo);
592 logoutReq = (LogoutRequest) SAML2Store.getTokenFromStore(inResponseTo);
596 logoutReq = (LogoutRequest) SAML2FailoverUtils.retrieveSAML2Token(inResponseTo);
610 realm, spEntityID, resIssuer, inResponseTo);
651 if (inResponseTo == null ||
652 inResponseTo.length() == 0) {
655 "LogoutResponse inResponseTo is null");
665 "LogoutResponse inResponseTo matche
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java503 * and inResponseTo.
588 String inResponseTo = logoutRes.getInResponseTo();
589 LogoutRequest logoutReq = (LogoutRequest) SPCache.logoutRequestIDHash.remove(inResponseTo);
592 logoutReq = (LogoutRequest) SAML2Store.getTokenFromStore(inResponseTo);
596 logoutReq = (LogoutRequest) SAML2FailoverUtils.retrieveSAML2Token(inResponseTo);
610 realm, spEntityID, resIssuer, inResponseTo);
651 if (inResponseTo == null ||
652 inResponseTo.length() == 0) {
655 "LogoutResponse inResponseTo is null");
665 "LogoutResponse inResponseTo matche
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java372 * @param inResponseTo value to InResponseTo attribute. It's the request ID.
383 String inResponseTo,
431 inResponseTo,
444 * @param inResponseTo value to InResponseTo attribute. It's the request ID.
455 String inResponseTo,
810 inResponseTo);
377 createFSAssertionArtifact( String id, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int minorVersion) argument
448 createFSAssertion( String id, AssertionArtifact artifact, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int assertionMinorVersion) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java880 String inResponseTo = "";
896 inResponseTo =
902 inResponseTo =
909 responseLogout.setResponseTo(inResponseTo);

Completed in 125 milliseconds

123