Searched defs:rstr (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java55 * @param rstr the incoming <code>RequestSecurityTokenResponse</code>
61 public String getIdentity(RequestSecurityTokenResponse rstr, argument
H A DDefaultLibrarySPAccountMapper.java85 * @param rstr Request Security Token Response.
93 RequestSecurityTokenResponse rstr,
98 if(rstr == null) {
114 = (SAML11RequestedSecurityToken)rstr.getRequestedSecurityToken();
92 getIdentity( RequestSecurityTokenResponse rstr, String hostEntityID, String realm ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DSPAccountMapper.java55 * @param rstr the incoming <code>RequestSecurityTokenResponse</code>
61 public String getIdentity(RequestSecurityTokenResponse rstr, argument
H A DDefaultLibrarySPAccountMapper.java85 * @param rstr Request Security Token Response.
93 RequestSecurityTokenResponse rstr,
98 if(rstr == null) {
114 = (SAML11RequestedSecurityToken)rstr.getRequestedSecurityToken();
92 getIdentity( RequestSecurityTokenResponse rstr, String hostEntityID, String realm ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java292 RequestSecurityTokenResponse rstr = new RequestSecurityTokenResponse(
296 if (rstr == null) {
329 postToTarget(rstr, acsURL);
340 * @param rstr the <code>RequestSecurityTokenResponse</code> to send
345 private void postToTarget(RequestSecurityTokenResponse rstr, argument
351 String wresult = rstr.toString();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DIPSigninRequest.java411 RequestSecurityTokenResponse rstr =
417 if (rstr == null) {
450 postToTarget(rstr, acsURL);
461 * @param rstr the <code>RequestSecurityTokenResponse</code> to send
466 private void postToTarget(RequestSecurityTokenResponse rstr, argument
472 String wresult = rstr.toString();

Completed in 34 milliseconds