Searched defs:inResponseTo (Results 26 - 42 of 42) sorted by relevance

12

/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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java103 protected String inResponseTo ; field in class:FSAssertion
215 inResponseTo = read;
308 * @param inResponseTo value of <code>InResponseTo</code> attribute in the
316 Set statements,String inResponseTo)
319 this.inResponseTo = inResponseTo;
331 * @param inResponseTo value of <code>InResponseTo</code> attribute in
339 Conditions conditions,Set statements,String inResponseTo)
342 this.inResponseTo = inResponseTo;
315 FSAssertion(String assertionID,String issuer,Date issueInstant, Set statements,String inResponseTo) argument
338 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Set statements,String inResponseTo) argument
362 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Advice advice,Set statements, String inResponseTo) argument
435 setInResponseTo(String inResponseTo) argument
[all...]
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...]
H A DFSLogoutResponse.java83 private String inResponseTo; field in class:FSLogoutResponse
105 * @param inResponseTo the value of <code>inResponseTo</code> attribute.
112 String inResponseTo,
126 if (inResponseTo == null) {
127 FSUtils.debug.message("Response: inResponseTo is null.");
130 this.inResponseTo = inResponseTo;
176 inResponseTo = root.getAttribute(IFSConstants.IN_RESPONSE_TO);
177 if (inResponseTo
111 FSLogoutResponse(String responseID, String inResponseTo, Status status, String providerId, String relayState) argument
312 setResponseTo(String inResponseTo) argument
[all...]
H A DFSNameRegistrationResponse.java175 * @param inResponseTo the value of <code>InResponseTo</code> attribute.
181 public FSNameRegistrationResponse(String responseID, String inResponseTo, argument
192 if (inResponseTo == null) {
193 FSUtils.debug.message("Response: inResponseTo is null.");
196 this.inResponseTo = inResponseTo;
245 inResponseTo = root.getAttribute("InResponseTo");
246 if (inResponseTo == null) {
535 if ((responseID != null) && (inResponseTo != null)){
543 append(" InResponseTo=\"").append(inResponseTo)
[all...]
/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...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java369 String inResponseTo=null;
389 new Response(respID, inResponseTo, status, recipient,
419 inResponseTo = req.getRequestID();
432 new Response(respID, inResponseTo, status,
446 inResponseTo = tok1.nextToken();
456 new Response(respID,inResponseTo, status, recipient,
470 inResponseTo = tok1.nextToken();
480 new Response(respID,inResponseTo, status, recipient,
500 retResponse = new Response(respID,inResponseTo,
520 retResponse = new Response(respID, inResponseTo, statu
1007 validateStatements(Assertion assertion, List respondWith, List contents,int index, String respID, String inResponseTo, String recipient) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DSubjectConfirmationDataImpl.java66 private String inResponseTo = null; field in class:SubjectConfirmationDataImpl
168 inResponseTo = attrValue;
232 return inResponseTo;
250 inResponseTo = value;
469 if (inResponseTo != null) {
471 xml.append(inResponseTo);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusResponseImpl.java66 protected String inResponseTo = null; field in class:StatusResponseImpl
243 * Returns the value of the inResponseTo property.
245 * @return the value of the inResponseTo property
249 return inResponseTo;
253 * Sets the value of the inResponseTo property.
255 * @param value the value of the inResponseTo property to be set
261 this.inResponseTo = value;
433 if ((inResponseTo != null) && (inResponseTo.length() > 0)) {
438 .append(inResponseTo)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java486 String inResponseTo = sloResponse.getInResponseTo();
487 if (inResponseTo.equals(requestID)) {
490 "LogoutResponse inResponseTo matches LogoutRequest ID");
494 "LogoutResponse inResponseTo does not match Request ID.");
735 * @param inResponseTo inResponseTo.
737 * @param realm inResponseTo.
746 String inResponseTo,
763 logoutResponse.setInResponseTo(inResponseTo);
744 generateResponse( Status status, String inResponseTo, Issuer issuer, String realm, String hostRole, String remoteEntity) argument
H A DIDPSSOUtil.java1607 String inResponseTo = null;
1609 inResponseTo = authnReq.getID();
1612 inResponseTo, acsURL, effectiveTime);
1631 * @param inResponseTo the request id of the <code>AuthnRequest</code>
1638 String inResponseTo, String acsURL, int effectiveTime)
1651 if (inResponseTo != null) {
1652 scd.setInResponseTo(inResponseTo);
1637 getSubjectConfirmation( String inResponseTo, String acsURL, int effectiveTime) 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-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/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/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java375 * @param inResponseTo value to InResponseTo attribute. It's the request ID.
386 String inResponseTo,
434 inResponseTo,
447 * @param inResponseTo value to InResponseTo attribute. It's the request ID.
458 String inResponseTo,
813 inResponseTo);
380 createFSAssertionArtifact( String id, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int minorVersion) argument
451 createFSAssertion( String id, AssertionArtifact artifact, String realm, String spEntityID, NameIdentifier spHandle, NameIdentifier idpHandle, String inResponseTo, int assertionMinorVersion) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java488 String inResponseTo = sloResponse.getInResponseTo();
489 if (inResponseTo.equals(requestID)) {
492 "LogoutResponse inResponseTo matches LogoutRequest ID");
496 "LogoutResponse inResponseTo does not match Request ID.");
737 * @param inResponseTo inResponseTo.
739 * @param realm inResponseTo.
748 String inResponseTo,
765 logoutResponse.setInResponseTo(inResponseTo);
746 generateResponse( Status status, String inResponseTo, Issuer issuer, String realm, String hostRole, String remoteEntity) argument
H A DIDPSSOUtil.java1640 String inResponseTo = null;
1642 inResponseTo = authnReq.getID();
1645 inResponseTo, acsURL, effectiveTime);
1664 * @param inResponseTo the request id of the <code>AuthnRequest</code>
1671 String inResponseTo, String acsURL, int effectiveTime)
1684 if (inResponseTo != null) {
1685 scd.setInResponseTo(inResponseTo);
1670 getSubjectConfirmation( String inResponseTo, String acsURL, int effectiveTime) argument

Completed in 83 milliseconds

12