Searched refs:Scoping (Results 1 - 18 of 18) sorted by relevance

/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>");
H A DAuthnRequest.cs136 // Get Scoping if available...
137 Scoping scoping = GetScoping(serviceProvider);
312 private static Scoping GetScoping(ServiceProvider serviceProvider)
314 Scoping scoping = null;
318 scoping = new 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>");
H A DAuthnRequest.cs137 // Get Scoping if available...
138 Scoping scoping = GetScoping(serviceProvider);
366 private static Scoping GetScoping(ServiceProvider serviceProvider)
368 Scoping scoping = null;
372 scoping = new Scoping();
/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
H A DAuthnRequest.java120 * Sets the <code>Scoping</code> object.
122 * @param scoping the new <code>Scoping</code> Object.
126 public void setScoping(Scoping scoping) throws SAML2Exception;
129 * Returns the <code>Scoping</code> object.
131 * @return the <code>Scoping</code> object.
132 * @see #setScoping(Scoping)
134 public Scoping getScoping();
H A DProtocolFactory.java612 * Returns the <code>Scoping</code> Object.
614 * @return instance of <code>Scoping</code> Object.
615 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
617 public Scoping createScoping() throws SAML2Exception {
623 return (Scoping) obj;
628 * Returns the <code>Scoping</code> Object.
630 * @param value Document Element of <code>Scoping</code> Object.
631 * @return instance of <code>Scoping</code> Object.
632 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
634 public Scoping createScopin
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnRequest.java125 * Sets the <code>Scoping</code> object.
127 * @param scoping the new <code>Scoping</code> Object.
131 public void setScoping(Scoping scoping) throws SAML2Exception;
134 * Returns the <code>Scoping</code> object.
136 * @return the <code>Scoping</code> object.
137 * @see #setScoping(Scoping)
139 public Scoping getScoping();
H A DScoping.java25 * $Id: Scoping.java,v 1.2 2008/06/25 05:47:58 qcheng Exp $
47 public interface Scoping { interface
H A DProtocolFactory.java612 * Returns the <code>Scoping</code> Object.
614 * @return instance of <code>Scoping</code> Object.
615 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
617 public Scoping createScoping() throws SAML2Exception {
623 return (Scoping) obj;
628 * Returns the <code>Scoping</code> Object.
630 * @param value Document Element of <code>Scoping</code> Object.
631 * @return instance of <code>Scoping</code> Object.
632 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
634 public Scoping createScopin
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java39 import com.sun.identity.saml2.protocol.Scoping;
54 public class ScopingImpl implements Scoping {
64 * Constructor to create Scoping object.
71 * Constructor to create the <code>Scoping</code> Object.
73 * @param element Document Element of <code>Scoping</code> Object.
74 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
82 * Constructor to create the <code>Scoping</code> Object.
84 * @param xmlString XML String Representation of <code>Scoping</code>
86 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
H A DAuthnRequestImpl.java47 import com.sun.identity.saml2.protocol.Scoping;
66 private Scoping scoping;
224 * Sets the <code>Scoping</code> object.
226 * @param scoping the new <code>Scoping</code> Object.
230 public void setScoping(Scoping scoping) throws SAML2Exception {
239 * Returns the <code>Scoping</code> object.
241 * @return the <code>Scoping</code> object.
242 * @see #setScoping(Scoping)
244 public Scoping getScoping() {
920 /* Validates the sequence and occurence of Scoping Elemen
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java39 import com.sun.identity.saml2.protocol.Scoping;
54 public class ScopingImpl implements Scoping {
64 * Constructor to create Scoping object.
71 * Constructor to create the <code>Scoping</code> Object.
73 * @param element Document Element of <code>Scoping</code> Object.
74 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
82 * Constructor to create the <code>Scoping</code> Object.
84 * @param xmlString XML String Representation of <code>Scoping</code>
86 * @throws SAML2Exception if <code>Scoping<code> cannot be created.
H A DAuthnRequestImpl.java47 import com.sun.identity.saml2.protocol.Scoping;
66 private Scoping scoping;
224 * Sets the <code>Scoping</code> object.
226 * @param scoping the new <code>Scoping</code> Object.
230 public void setScoping(Scoping scoping) throws SAML2Exception {
239 * Returns the <code>Scoping</code> object.
241 * @return the <code>Scoping</code> object.
242 * @see #setScoping(Scoping)
244 public Scoping getScoping() {
920 /* Validates the sequence and occurence of Scoping Elemen
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java73 import com.sun.identity.saml2.protocol.Scoping;
384 Scoping scoping = origRequest.getScoping();
386 Scoping newScoping = ProtocolFactory.getInstance().
403 //did not contained a Scoping field
448 public static void addRequesterIDToScope(Scoping scoping, String requesterId) throws SAML2Exception {
475 Scoping scoping = authnRequest.getScoping();
H A DSPSSOFederate.java74 import com.sun.identity.saml2.protocol.Scoping;
905 Scoping scoping =
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java66 import com.sun.identity.saml2.protocol.Scoping;
373 Scoping scoping = origRequest.getScoping();
375 Scoping newScoping = ProtocolFactory.getInstance().
387 //did not contained a Scoping field
442 Scoping scoping = authnRequest.getScoping();
H A DSPSSOFederate.java72 import com.sun.identity.saml2.protocol.Scoping;
889 Scoping scoping =

Completed in 91 milliseconds