Lines Matching defs:FSAuthnResponse

25  * $Id: FSAuthnResponse.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
57 * The class <code>FSAuthnResponse</code> creates and parses the
66 public class FSAuthnResponse extends Response {
77 * Constructor to create <code>FSAuthnResponse</code> object.
88 public FSAuthnResponse(String responseID,String inResponseTo,
97 * Creates <code>FSAuthnResponse</code> object from XML Schema.
103 public static FSAuthnResponse parseAuthnResponseXML(
106 FSUtils.debug.message("FSAuthnResponse.parseAuthnResponseXML: Called");
112 "FSAuthnResponse.parseXML:Error "
118 return new FSAuthnResponse(root);
122 * Constructor creates <code>FSAuthnResponse</code> object from
129 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException {
131 FSUtils.debug.message("FSAuthnResponse(Element): Called");
133 FSUtils.debug.message("FSAuthnResponse(Element): "
140 FSUtils.debug.message("FSAuthnResponse(Element): "
152 FSUtils.debug.message("FSAuthnResponse(Element): "
162 FSUtils.debug.message("FSAuthnResponse(Element): "
171 FSUtils.debug.message("FSAuthnResponse(Element): "
180 "FSAuthnResponse(Element): could not parse IssueInstant",e);
200 FSUtils.debug.message("FSAuthnResponse(Element): "
215 FSUtils.debug.message("FSAuthnResponse(Element): "
224 FSUtils.debug.message("FSAuthnResponse(Element): "
232 FSUtils.debug.message("FSAuthnResponse(Element): "
241 FSUtils.debug.message("FSAuthnResponse(Element): "
257 FSUtils.debug.message("FSAuthnResponse(Element): "
386 FSUtils.debug.message("FSAuthnResponse(Element): invalid "
396 "FSAuthnResponse(Element):MajorVersion of"
404 "FSAuthnResponse(Element):MajorVersion of"
426 FSUtils.debug.message("FSAuthnResponse(Element): invalid "
434 FSUtils.debug.message("FSAuthnResponse.checkMinorVersion:"+
440 FSUtils.debug.message("FSAuthnResponse.checkMinorVersion:" +
497 FSUtils.debug.message("FSAuthnResponse.toXMLString(3): Called");
500 FSUtils.debug.error("FSAuthnResponse.toXMLString: "
676 * @return <code>FSAuthnResponse</code> object.
680 * the <code>FSAuthnResponse</code> object.
682 public static FSAuthnResponse parseBASE64EncodedString(String encodedRes)
685 "FSAuthnResponse.parseBASE64EncodedString: Called new");
690 "FSAuthnResponse.parseBASE64EncodedString: "
698 "FSAuthnResponse.parseBASE64EncodedString: "
715 FSUtils.debug.message("FSAuthnResponse.toBASE64EncodedString: Called");
719 FSUtils.debug.error("FSAuthnResponse.toBASE64EncodedString: "
735 FSUtils.debug.message("FSAuthnResponse.signXML: Called");
739 "FSAuthnResponse.signXML: the assertion is "