Searched defs:FSAuthnRequestEnvelope (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 DFSAuthnRequestEnvelope.java25 * $Id: FSAuthnRequestEnvelope.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
51 public class FSAuthnRequestEnvelope { class
64 public FSAuthnRequestEnvelope() { method in class:FSAuthnRequestEnvelope
68 * Constructs a new <code>FSAuthnRequestEnvelope</code> object.
80 public FSAuthnRequestEnvelope(FSAuthnRequest authnRequest, method in class:FSAuthnRequestEnvelope
94 * Constructs a new <code>FSAuthnRequestEnvelope</code> object
102 public FSAuthnRequestEnvelope(Element root) throws FSMsgException { method in class:FSAuthnRequestEnvelope
105 "FSAuthnRequestEnvelope.parseXML: null input.");
112 "FSAuthnRequestEnvelope.parseXML: wrong input.");
117 FSUtils.debug.error("FSAuthnRequestEnvelope(Elemen
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthnRequestEnvelope.java25 * $Id: FSAuthnRequestEnvelope.java,v 1.2 2008/06/25 05:46:43 qcheng Exp $
51 public class FSAuthnRequestEnvelope { class
64 public FSAuthnRequestEnvelope() { method in class:FSAuthnRequestEnvelope
68 * Constructs a new <code>FSAuthnRequestEnvelope</code> object.
80 public FSAuthnRequestEnvelope(FSAuthnRequest authnRequest, method in class:FSAuthnRequestEnvelope
94 * Constructs a new <code>FSAuthnRequestEnvelope</code> object
102 public FSAuthnRequestEnvelope(Element root) throws FSMsgException { method in class:FSAuthnRequestEnvelope
105 "FSAuthnRequestEnvelope.parseXML: null input.");
112 "FSAuthnRequestEnvelope.parseXML: wrong input.");
117 FSUtils.debug.error("FSAuthnRequestEnvelope(Elemen
[all...]

Completed in 20 milliseconds