Searched defs:wreply (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DIDPSSOUtil.java125 * @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 DIPRPSignoutRequest.java57 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 DRPSigninRequest.java62 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 DIPSigninRequest.java78 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 DIDPSSOUtil.java125 * @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 DIPRPSignoutRequest.java57 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 DRPSigninRequest.java64 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 DIPSigninRequest.java71 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 DWSFederationUtils.java227 * 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 DWSFederationUtils.java240 * 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...]

Completed in 36 milliseconds