Lines Matching defs:CDCServlet

25  * $Id: CDCServlet.java,v 1.13 2009/11/13 23:43:17 dknab Exp $
101 * The <code>CDCServlet</code> is the heart of the Cross Domain Single
120 public class CDCServlet extends HttpServlet {
181 debug.message("CDCServlet Initializing...");
204 debug.message("CDCServlet init params:" +
211 debug.error("CDCServlet.init: Unable to get SSOTokenManager", e);
214 debug.error("CDCServlet.init", e);
271 debug.message("CDCServlet.doGetPost: Query String received: " +
284 debug.message("CDCServlet:doGetPost():goto or target is not null");
314 //if the CDCServlet was accessed with valid token, but the cookie is not set
358 debug.message("CDCServlet.redirectWithAuthNResponse: gotoURL = " + gotoURL);
362 debug.message("CDCServlet.redirectWithAuthNResponse: After encoding: gotoURL = " + gotoURL);
399 debug.error("CDCServlet.doGetPost", se);
402 debug.error("CDCServlet.doGetPost", fe);
405 debug.error("CDCServlet.doGetPost", fse);
408 debug.error("CDCServlet.doGetPost", e);
410 debug.error("CDCServlet.doGetPost", ssoe);
412 debug.error("CDCServlet.doGetPost", e);
436 debug.message("CDCServlet.getRedirectURL, URL =" + gotoURL);
514 debug.error("CDCServlet.checkForPolicyAdvice: Failed to get realm info. ", ssoe);
533 debug.message("CDCServlet.checkForPolicyAdvice: Advice List is : "
565 debug.message("CDCServlet.redirectForAuthentiation: " +
590 debug.message("CDCServlet.redirectForAuthentication:found " + LOGIN_URI + "=" + loginURI);
599 debug.message("CDCServlet.redirectForAuthentication: redirect URL is set to = " + cdcUri);
638 debug.message("CDCServlet.redirectForAuthentication:" +
683 debug.error("CDCServlet.redirectForAuthentication", e);
699 debug.error("CDCServlet.showError: " +
737 debug.message("CDCServlet.getSSOToken" + e);
769 debug.message("Entering CDCServlet.createAssertion Method");
773 debug.message("CDCServlet,createAssertion: null input");
785 debug.message("CDCServlet.createAssertion " +
816 debug.message("CDCServlet.createAssertion: " +
829 debug.message("CDCServlet.createAssertion: " +
845 debug.message("CDCServlet.createAssertion:"
858 debug.message("CDCServlet.convertAuthInstanceToDate: " +
869 debug.message("CDCServlet.sendAuthnResponse: Called");
874 debug.message("CDCServlet.sendAuthnResponse: " +
890 debug.message("CDCServlet:sendAuthnResponse: "
894 debug.error("CDCServlet.sendAuthnResponse:" + fme);
896 debug.error("CDCServlet.sendAuthnResponse:" + ioe);
898 debug.error("CDCServlet.sendAuthnResponse:" + se);
920 debug.message("CDCServlet.isValidCDCURI: checking if " + cdcUri + " is in validLoginURISet: "
940 debug.message("CDCServlet.initConfig: creating invalidSet");
942 debug.message("CDCServlet.initConfig: invalidStrings is null");
950 debug.message("CDCServlet.initConfig: invalidStrings is NOT null");
956 debug.message("CDCServlet.initConfig: created invalidSet " + INVALID_SET);
960 debug.message("CDCServlet.initConfig: creating validLoginURISet");
962 debug.message("CDCServlet.initConfig: validLoginURIStrings is null, creating default set");
966 debug.message("CDCServlet.initConfig: validLoginURIStrings is: " + validLoginURIStrings);
973 debug.message("CDCServlet.initConfig: created validLoginURISet " + VALID_LOGIN_URIS);