Searched defs:FSAuthnResponse (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java25 * $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 { class in inherits:Response
77 * Constructor to create <code>FSAuthnResponse</code> object.
88 public FSAuthnResponse(String responseID,String inResponseTo, method in class:FSAuthnResponse
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(roo
129 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException { method in class:FSAuthnResponse
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnResponse.java25 * $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 { class in inherits:Response
80 * Constructor to create <code>FSAuthnResponse</code> object.
91 public FSAuthnResponse(String responseID,String inResponseTo, method in class:FSAuthnResponse
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(roo
132 public FSAuthnResponse(Element root) throws SAMLException, FSMsgException { method in class:FSAuthnResponse
[all...]

Completed in 21 milliseconds