/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | IDPSSOUtil.java | 125 * @param wreply the ACSURL supplied by the requestor. If supplied, this is 130 String wreply) throws WSFederationMetaException 136 if ( wreply == null ) 143 // Check that wreply is registered on this SP 150 URL replyUrl = new URL(wreply); 155 return wreply; 129 getACSurl(String entityId, String realm, String wreply) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/ |
H A D | IPRPSignoutRequest.java | 57 private String wreply; field in class:IPRPSignoutRequest 64 * @param wreply Reply URL, to which control is to be transferred 69 HttpServletResponse response, String wreply) { 71 this.wreply = wreply; 123 // link to wreply, if any 136 wreply); 244 String[] data = {wreply}; 68 IPRPSignoutRequest(HttpServletRequest request, HttpServletResponse response, String wreply) argument
|
H A D | RPSigninRequest.java | 62 String wreply; field in class:RPSigninRequest 73 * @param wreply the wreply parameter from the signin request 77 String wct, String wctx, String wreply) { 82 this.wreply = wreply; 99 wctx = (wreply != null && (wreply.length() > 0)) ? 100 WSFederationUtils.putReplyURL(wreply) : null; 267 url.append("?wreply 75 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument [all...] |
H A D | IPSigninRequest.java | 78 String wreply; field in class:IPSigninRequest 88 * @param wreply the wreply parameter from the signin request 92 String wctx, String wreply) { 98 this.wreply = wreply; 272 String acsURL = IDPSSOUtil.getACSurl(spEntityId, realm, wreply); 276 String[] data = { realm, spEntityId, wreply }; 90 IPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | IDPSSOUtil.java | 125 * @param wreply the ACSURL supplied by the requestor. If supplied, this is 130 String wreply) throws WSFederationMetaException 136 if ( wreply == null ) 143 // Check that wreply is registered on this SP 150 URL replyUrl = new URL(wreply); 155 return wreply; 129 getACSurl(String entityId, String realm, String wreply) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/ |
H A D | IPRPSignoutRequest.java | 57 private String wreply; field in class:IPRPSignoutRequest 64 * @param wreply Reply URL, to which control is to be transferred 69 HttpServletResponse response, String wreply) { 71 this.wreply = wreply; 123 // link to wreply, if any 136 wreply); 244 String[] data = {wreply}; 68 IPRPSignoutRequest(HttpServletRequest request, HttpServletResponse response, String wreply) argument
|
H A D | RPSigninRequest.java | 64 String wreply; field in class:RPSigninRequest 75 * @param wreply the wreply parameter from the signin request 79 String wct, String wctx, String wreply) { 84 this.wreply = wreply; 101 wctx = (wreply != null && (wreply.length() > 0)) ? 102 WSFederationUtils.putReplyURL(wreply) : null; 269 url.append("?wreply 77 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument [all...] |
H A D | IPSigninRequest.java | 71 String wreply; field in class:IPSigninRequest 81 * @param wreply the wreply parameter from the signin request 85 String wctx, String wreply) { 91 this.wreply = wreply; 258 String acsURL = IDPSSOUtil.getACSurl(spEntityId, realm, wreply); 262 String[] data = { realm, spEntityId, wreply }; 83 IPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply) argument
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/ |
H A D | WSFederationUtils.java | 227 * Put a reply URL in the wctx->wreply map. 228 * @param wreply reply URL 231 public static String putReplyURL(String wreply) { argument 235 wctxMap.put(wctx,wreply); 241 * Remove and return a reply URL from the wctx->wreply map. 246 String wreply = null; 249 wreply = (String) wctxMap.remove(wctx); 251 return wreply; 367 String wreply = (String) 383 realm, idpEntityId, null, wreply, nul 428 isWReplyURLValid(String metaAlias, String wreply, String role) argument 466 validateWReplyURL( String orgName, String hostEntityId, String wreply, String role) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/ |
H A D | WSFederationUtils.java | 240 * Put a reply URL in the wctx->wreply map. 241 * @param wreply reply URL 244 public static String putReplyURL(String wreply) { argument 248 wctxMap.put(wctx,wreply); 254 * Remove and return a reply URL from the wctx->wreply map. 259 String wreply = null; 262 wreply = (String) wctxMap.remove(wctx); 264 return wreply; 380 String wreply = (String) 396 realm, idpEntityId, null, wreply, nul 441 isWReplyURLValid(String metaAlias, String wreply, String role) argument 479 validateWReplyURL( String orgName, String hostEntityId, String wreply, String role) argument [all...] |