Searched defs:FSIDPList (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 DFSIDPList.java25 * $Id: FSIDPList.java,v 1.2 2008/06/25 05:46:44 qcheng Exp $
54 public class FSIDPList { class
65 public FSIDPList() { method in class:FSIDPList
69 * Constructor creates <code>FSIDPList</code> object from
76 public FSIDPList(Element root) throws FSMsgException { method in class:FSIDPList
78 FSUtils.debug.message("FSIDPList.parseXML: null input.");
83 FSUtils.debug.error("FSIDPList(Element):No namespace");
94 FSUtils.debug.message("FSIDPList.parseXML: wrong input.");
119 * Constructor creates <code>FSIDPList</code> from <code>IDPEntries</code>
125 public FSIDPList(IDPEntrie method in class:FSIDPList
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSIDPList.java25 * $Id: FSIDPList.java,v 1.2 2008/06/25 05:46:44 qcheng Exp $
54 public class FSIDPList { class
65 public FSIDPList() { method in class:FSIDPList
69 * Constructor creates <code>FSIDPList</code> object from
76 public FSIDPList(Element root) throws FSMsgException { method in class:FSIDPList
78 FSUtils.debug.message("FSIDPList.parseXML: null input.");
83 FSUtils.debug.error("FSIDPList(Element):No namespace");
94 FSUtils.debug.message("FSIDPList.parseXML: wrong input.");
119 * Constructor creates <code>FSIDPList</code> from <code>IDPEntries</code>
125 public FSIDPList(IDPEntrie method in class:FSIDPList
[all...]

Completed in 19 milliseconds