Searched refs:wct (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.java111 String wct = request.getParameter(WSFederationConstants.WCT);
112 if (wct!=null && debug.messageEnabled()) {
113 debug.message(classMethod + WSFederationConstants.WCT + "="+wct);
138 wtrealm, wct, wctx, wreply);
147 action = new RPSigninRequest(request, response, whr, wct,
H A DRPSigninRequest.java64 String wct; field in class:RPSigninRequest
71 * @param wct the wct parameter from the signin request
77 String wct, String wctx, String wreply) {
80 this.wct = wct;
304 url.append("&wct=");
75 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument
H A DIPSigninRequest.java76 String wct; field in class:IPSigninRequest
86 * @param wct the wct parameter from the signin request
91 HttpServletResponse response, String whr, String wtrealm, String wct,
96 this.wct = wct;
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.java120 String wct = request.getParameter(WSFederationConstants.WCT);
121 if (wct!=null && debug.messageEnabled()) {
122 debug.message(classMethod + WSFederationConstants.WCT + "="+wct);
146 wtrealm, wct, wctx, wreply);
155 action = new RPSigninRequest(request, response, whr, wct,
H A DIPSigninRequest.java69 String wct; field in class:IPSigninRequest
79 * @param wct the wct parameter from the signin request
84 HttpServletResponse response, String whr, String wtrealm, String wct,
89 this.wct = wct;
83 IPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wtrealm, String wct, String wctx, String wreply) argument
H A DRPSigninRequest.java66 String wct; field in class:RPSigninRequest
73 * @param wct the wct parameter from the signin request
79 String wct, String wctx, String wreply) {
82 this.wct = wct;
306 url.append("&wct=");
77 RPSigninRequest(HttpServletRequest request, HttpServletResponse response, String whr, String wct, String wctx, String wreply) argument

Completed in 33 milliseconds