Lines Matching defs:FSAuthnResponse

25  * $Id: FSAuthnResponse.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
60 * The class <code>FSAuthnResponse</code> creates and parses the
69 public class FSAuthnResponse extends Response {
80 * Constructor to create <code>FSAuthnResponse</code> object.
91 public FSAuthnResponse(String responseID,String inResponseTo,
100 * Creates <code>FSAuthnResponse</code> object from XML Schema.
106 public static FSAuthnResponse parseAuthnResponseXML(
109 FSUtils.debug.message("FSAuthnResponse.parseAuthnResponseXML: Called");
115 "FSAuthnResponse.parseXML:Error "
121 return new FSAuthnResponse(root);
125 * Constructor creates <code>FSAuthnResponse</code> object from
132 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException {
134 FSUtils.debug.message("FSAuthnResponse(Element): Called");
136 FSUtils.debug.message("FSAuthnResponse(Element): "
143 FSUtils.debug.message("FSAuthnResponse(Element): "
155 FSUtils.debug.message("FSAuthnResponse(Element): "
165 FSUtils.debug.message("FSAuthnResponse(Element): "
174 FSUtils.debug.message("FSAuthnResponse(Element): "
183 "FSAuthnResponse(Element): could not parse IssueInstant",e);
203 FSUtils.debug.message("FSAuthnResponse(Element): "
218 FSUtils.debug.message("FSAuthnResponse(Element): "
227 FSUtils.debug.message("FSAuthnResponse(Element): "
235 FSUtils.debug.message("FSAuthnResponse(Element): "
244 FSUtils.debug.message("FSAuthnResponse(Element): "
260 FSUtils.debug.message("FSAuthnResponse(Element): "
389 FSUtils.debug.message("FSAuthnResponse(Element): invalid "
399 "FSAuthnResponse(Element):MajorVersion of"
407 "FSAuthnResponse(Element):MajorVersion of"
429 FSUtils.debug.message("FSAuthnResponse(Element): invalid "
437 FSUtils.debug.message("FSAuthnResponse.checkMinorVersion:"+
443 FSUtils.debug.message("FSAuthnResponse.checkMinorVersion:" +
500 FSUtils.debug.message("FSAuthnResponse.toXMLString(3): Called");
503 FSUtils.debug.error("FSAuthnResponse.toXMLString: "
679 * @return <code>FSAuthnResponse</code> object.
683 * the <code>FSAuthnResponse</code> object.
685 public static FSAuthnResponse parseBASE64EncodedString(String encodedRes)
688 "FSAuthnResponse.parseBASE64EncodedString: Called new");
693 "FSAuthnResponse.parseBASE64EncodedString: "
701 "FSAuthnResponse.parseBASE64EncodedString: "
718 FSUtils.debug.message("FSAuthnResponse.toBASE64EncodedString: Called");
722 FSUtils.debug.error("FSAuthnResponse.toBASE64EncodedString: "
738 FSUtils.debug.message("FSAuthnResponse.signXML: Called");
742 "FSAuthnResponse.signXML: the assertion is "