Searched defs:Scoping (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java25 * $Id: Scoping.java,v 1.2 2008/06/25 05:47:58 qcheng Exp $
43 public interface Scoping { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DScoping.cs35 /// Class representing the Scoping.
37 public class Scoping class in namespace:Sun.Identity.Saml2
44 /// Initializes a new instance of the Scoping class.
46 public Scoping() method in class:Sun.Identity.Saml2.Scoping
69 /// Generates the XML string of the Scoping using
73 /// <returns>Returns the Scoping XML as a string.</returns>
78 rawXml.Append("<samlp:Scoping xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ProxyCount=\"");
94 rawXml.Append("</samlp:Scoping>");
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DScoping.cs35 /// Class representing the Scoping.
37 public class Scoping class in namespace:Sun.Identity.Saml2
44 /// Initializes a new instance of the Scoping class.
46 public Scoping() method in class:Sun.Identity.Saml2.Scoping
69 /// Generates the XML string of the Scoping using
73 /// <returns>Returns the Scoping XML as a string.</returns>
78 rawXml.Append("<samlp:Scoping xmlns:samlp=\"urn:oasis:names:tc:SAML:2.0:protocol\" ProxyCount=\"");
94 rawXml.Append("</samlp:Scoping>");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java25 * $Id: Scoping.java,v 1.2 2008/06/25 05:47:58 qcheng Exp $
47 public interface Scoping { interface

Completed in 36 milliseconds