Searched refs:FSIDPList (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java58 private FSIDPList idpList = null;
68 * @param idpList the <code>FSIDPList</code> object.
71 public FSScoping(FSIDPList idpList, int proxyCount) {
111 idpList = new FSIDPList((Element)child);
137 * @param idpList the <code>FSIDPList</code> object.
139 public void setIDPList(FSIDPList idpList) {
146 * @return the <code>FSIDPList</code> object.
148 public FSIDPList getIDPList() {
281 FSIDPList idpsList = new FSIDPList(entrie
[all...]
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...]
H A DFSAuthnRequestEnvelope.java55 private FSIDPList idpList = null;
84 FSIDPList idpList, boolean isPassive ) {
138 idpList = new FSIDPList((Element) child);
391 * Returns the <code>FSIDPList</code> object.
393 * return the <code>FSIDPList</code> object.
394 * @see #setIDPList(FSIDPList)
396 public FSIDPList getIDPList() {
401 * Sets the <code>FSIDPList</code> object.
403 * @param idpList the <code>FSIDPList</code> object.
406 public void setIDPList(FSIDPList idpLis
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSScoping.java58 private FSIDPList idpList = null;
68 * @param idpList the <code>FSIDPList</code> object.
71 public FSScoping(FSIDPList idpList, int proxyCount) {
111 idpList = new FSIDPList((Element)child);
137 * @param idpList the <code>FSIDPList</code> object.
139 public void setIDPList(FSIDPList idpList) {
146 * @return the <code>FSIDPList</code> object.
148 public FSIDPList getIDPList() {
281 FSIDPList idpsList = new FSIDPList(entrie
[all...]
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...]
H A DFSAuthnRequestEnvelope.java55 private FSIDPList idpList = null;
84 FSIDPList idpList, boolean isPassive ) {
138 idpList = new FSIDPList((Element) child);
391 * Returns the <code>FSIDPList</code> object.
393 * return the <code>FSIDPList</code> object.
394 * @see #setIDPList(FSIDPList)
396 public FSIDPList getIDPList() {
401 * Sets the <code>FSIDPList</code> object.
403 * @param idpList the <code>FSIDPList</code> object.
406 public void setIDPList(FSIDPList idpLis
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java40 import com.sun.identity.federation.message.FSIDPList;
312 FSIDPList idpList = null;
337 idpList = new FSIDPList(idpEntries, null);
786 FSIDPList idpList = null;
811 idpList = new FSIDPList(idpEntries, null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java40 import com.sun.identity.federation.message.FSIDPList;
312 FSIDPList idpList = null;
337 idpList = new FSIDPList(idpEntries, null);
786 FSIDPList idpList = null;
811 idpList = new FSIDPList(idpEntries, null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java41 import com.sun.identity.federation.message.FSIDPList;
454 FSIDPList idpList = new FSIDPList(entries, null);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIntersiteTransferService.java41 import com.sun.identity.federation.message.FSIDPList;
454 FSIDPList idpList = new FSIDPList(entries, null);

Completed in 42 milliseconds