Searched refs:whr (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationActionFactory.java79 String whr = request.getParameter(WSFederationConstants.WHR);
80 if (whr!=null && debug.messageEnabled()) {
81 debug.message(classMethod + WSFederationConstants.WHR + "="+whr);
137 action = new IPSigninRequest(request, response, whr,
147 action = new RPSigninRequest(request, response, whr, wct,
H A DRPSigninRequest.java61 String whr; field in class:RPSigninRequest
70 * @param whr the whr parameter from the signin request
76 HttpServletResponse response, String whr,
79 this.whr = whr;
162 if (whr != null && whr.length() > 0)
164 // whr parameter overrides other mechanisms...
165 idpIssuerName = whr;
75 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument
[all...]
H A DIPSigninRequest.java75 String whr; field in class:IPSigninRequest
84 * @param whr the whr parameter from the signin request
91 HttpServletResponse response, String whr, String wtrealm, String wct,
94 this.whr = whr;
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/servlet/
H A DWSFederationActionFactory.java88 String whr = request.getParameter(WSFederationConstants.WHR);
89 if (whr!=null && debug.messageEnabled()) {
90 debug.message(classMethod + WSFederationConstants.WHR + "="+whr);
145 action = new IPSigninRequest(request, response, whr,
155 action = new RPSigninRequest(request, response, whr, wct,
H A DRPSigninRequest.java63 String whr; field in class:RPSigninRequest
72 * @param whr the whr parameter from the signin request
78 HttpServletResponse response, String whr,
81 this.whr = whr;
164 if (whr != null && whr.length() > 0)
166 // whr parameter overrides other mechanisms...
167 idpIssuerName = whr;
77 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument
[all...]
H A DIPSigninRequest.java68 String whr; field in class:IPSigninRequest
77 * @param whr the whr parameter from the signin request
84 HttpServletResponse response, String whr, String wtrealm, String wct,
87 this.whr = whr;
83 IPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply) argument

Completed in 55 milliseconds