Lines Matching defs:FSAuthnRequest

25  * $Id: FSAuthnRequest.java,v 1.4 2008/07/08 06:03:37 exu Exp $
59 * The class <code>FSAuthnRequest</code> is used to create , parse
66 public class FSAuthnRequest extends AbstractRequest {
89 public FSAuthnRequest() {
94 * Constructor to create <code>FSAuthnRequest</code> object.
110 public FSAuthnRequest(String requestId,
129 FSUtils.debug.error("FSAuthnRequest: wrong input for " +
143 FSUtils.debug.error("FSAuthnRequest: couldn't gen RequestID.");
160 * Constructor to create <code>FSAuthnRequest</code> object.
165 public FSAuthnRequest(Element root) throws FSMsgException {
168 FSUtils.debug.error("FSAuthnRequest(Element): null input.");
173 FSUtils.debug.error("FSAuthnRequest(Element): wrong input");
179 FSUtils.debug.error("FSAuthnRequest(Element): "
187 FSUtils.debug.error("FSAuthnRequest(Element): "
213 FSUtils.debug.error("FSAuthnRequest(Element): should"
258 FSUtils.debug.error("FSAuthnRequest(Element): "
298 FSUtils.debug.error("FSAuthnRequest(Element): invalid"
316 FSUtils.debug.error("FSAuthnRequest(Element): "
371 FSUtils.debug.error("FSAuthnRequest.toXMLString: "
380 FSUtils.debug.error("FSAuthnRequest.toXMLString: "
648 FSUtils.debug.error("FSAuthnRequest.toString: requestID is null ");
655 * Returns the <code>FSAuthnRequest</code> object.
658 * @return <code>FSAuthnRequest</code> object.
662 public static FSAuthnRequest parseXML(String xml) throws FSMsgException {
665 FSUtils.debug.error("FSAuthnRequest.parseXML:Error "
670 return new FSAuthnRequest(root);
1024 FSUtils.debug.message("FSAuthnRequest(Element): invalid "
1033 FSUtils.debug.message("FSAuthnRequest(Element): "
1039 FSUtils.debug.message("FSAuthnRequest(Element): "
1060 FSUtils.debug.message("FSAuthnRequest(Element): invalid "
1067 FSUtils.debug.message("FSAuthnRequest.checkMinorVersion:"+
1073 FSUtils.debug.message("FSAuthnRequest.checkMinorVersion:" +
1100 FSUtils.debug.message("FSAuthnRequest.checkMajorVersion: "
1109 FSUtils.debug.message("FSAuthnRequest.checkMajorVersion: "
1117 "FSAuthnRequest.checkMajorVersion:MajorVersion of "
1145 FSUtils.debug.message("FSAuthnRequest.checkMinorVersion: "
1156 FSUtils.debug.message("FSAuthnRequest.checkMinorVersion:"+
1162 FSUtils.debug.message("FSAuthnRequest.checkMinorVersion:" +
1177 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1186 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1214 "FSAuthnRequest.toURLEncodedQueryString: " +
1247 FSUtils.debug.error("FSAuthnRequest.toURLEncodedQueryString: "
1346 FSUtils.debug.error("FSAuthnRequest.toBASE64EncodedString: "
1355 FSUtils.debug.error("FSAuthnRequest.toBASE64EncodedString: "
1364 * Returns <code>FSAuthnRequest</code> object. The
1370 * creating <code>FSAuthnRequest</code> object.
1372 public static FSAuthnRequest parseURLEncodedRequest(
1374 FSAuthnRequest retAuthnRequest = new FSAuthnRequest();
1500 * Returns <code>FSAuthnRequest</code> object. The object
1506 * creating <code>FSAuthnRequest</code> object.
1508 public static FSAuthnRequest parseBASE64EncodedString(String encodedReq)
1514 "FSAuthnRequest.parseBASE64EncodedString: "
1521 "FSAuthnRequest.parseBASE64EncodedString: "
1532 * @throws XMLSignatureException if <code>FSAuthnRequest</code>
1537 FSUtils.debug.message("FSAuthnRequest.signXML: Called");
1540 FSUtils.debug.message("FSAuthnRequest.signXML: "