Searched defs:IDPEntry (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DScoping.cs49 this.IDPEntry = new ArrayList();
60 /// Gets the IDPEntry.
62 public ArrayList IDPEntry { get; private set; } property in class:Sun.Identity.Saml2.Scoping
70 /// the ProxyCount and IDPEntry information
82 if (this.IDPEntry != null && this.IDPEntry.Count > 0)
85 foreach (string value in this.IDPEntry)
87 rawXml.Append("<samlp:IDPEntry xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ProviderID=\"");
100 /// Sets the IDPEntry list.
102 /// <param name="list">The list to become the IDPEntry
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DScoping.cs49 this.IDPEntry = new ArrayList();
60 /// Gets the IDPEntry.
62 public ArrayList IDPEntry { get; private set; } property in class:Sun.Identity.Saml2.Scoping
70 /// the ProxyCount and IDPEntry information
82 if (this.IDPEntry != null && this.IDPEntry.Count > 0)
85 foreach (string value in this.IDPEntry)
87 rawXml.Append("<samlp:IDPEntry xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ProviderID=\"");
100 /// Sets the IDPEntry list.
102 /// <param name="list">The list to become the IDPEntry
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPEntry.java25 * $Id: IDPEntry.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
42 public interface IDPEntry { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DIDPEntry.java25 * $Id: IDPEntry.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
46 public interface IDPEntry { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java25 * $Id: IDPEntry.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
50 public class IDPEntry { class
61 public IDPEntry() { method in class:IDPEntry
65 * Constructor creates <code>IDPEntry</code> object.
71 public IDPEntry(String providerID,String providerName,String location) { method in class:IDPEntry
197 xml.append("<").append(prefix).append("IDPEntry").append(uri).
220 xml.append("</").append(prefix).append("IDPEntry").append(">\n");
226 * Constructor creates <code>IDPEntry</code> Object from
229 * @param root Document Element of <code>IDPEntry<code> object.
230 * @throws FSMsgException if <code>IDPEntry<cod
233 public IDPEntry(Element root) throws FSMsgException { method in class:IDPEntry
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DIDPEntry.java25 * $Id: IDPEntry.java,v 1.2 2008/06/25 05:46:47 qcheng Exp $
50 public class IDPEntry { class
61 public IDPEntry() { method in class:IDPEntry
65 * Constructor creates <code>IDPEntry</code> object.
71 public IDPEntry(String providerID,String providerName,String location) { method in class:IDPEntry
197 xml.append("<").append(prefix).append("IDPEntry").append(uri).
220 xml.append("</").append(prefix).append("IDPEntry").append(">\n");
226 * Constructor creates <code>IDPEntry</code> Object from
229 * @param root Document Element of <code>IDPEntry<code> object.
230 * @throws FSMsgException if <code>IDPEntry<cod
233 public IDPEntry(Element root) throws FSMsgException { method in class:IDPEntry
[all...]

Completed in 40 milliseconds