Searched refs:RequesterID (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java63 * Returns a list of <code>RequesterID</code> Objects..
65 * @return list of <code>RequesterID</code> objects.
68 public List<RequesterID> getRequesterIDs();
71 * Sets a list of <code>RequesterID</code> Objects.
73 * @param requesterIDList the list of <code>RequesterID</code> object.
77 public void setRequesterIDs(List<RequesterID> requesterIDList) throws SAML2Exception;
H A DRequesterID.java25 * $Id: RequesterID.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
42 public interface RequesterID { interface
45 * Returns the value of the <code>RequesterID</code> URI.
47 * @return value of the <code>RequesterID</code> URI.
53 * Sets the value of the <code>RequesterID</code> URI.
55 * @param value of the <code>RequesterID<code> URI.
H A DProtocolFactory.java561 * Returns the <code>RequesterID</code> Object.
563 * @return instance of <code>RequesterID</code> Object.
564 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
566 public RequesterID createRequesterID() throws SAML2Exception {
572 return (RequesterID) obj;
577 * Returns the <code>RequesterID</code> Object.
579 * @param value Document Element of <code>RequesterID</code> Object.
580 * @return instance of <code>RequesterID</code> Object.
581 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
583 public RequesterID createRequesterI
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DScoping.java67 * Returns a list of <code>RequesterID</code> Objects..
69 * @return list of <code>RequesterID</code> objects.
72 public List<RequesterID> getRequesterIDs();
75 * Sets a list of <code>RequesterID</code> Objects.
77 * @param requesterIDList the list of <code>RequesterID</code> object.
81 public void setRequesterIDs(List<RequesterID> requesterIDList) throws SAML2Exception;
H A DRequesterID.java25 * $Id: RequesterID.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
47 public interface RequesterID { interface
50 * Returns the value of the <code>RequesterID</code> URI.
52 * @return value of the <code>RequesterID</code> URI.
58 * Sets the value of the <code>RequesterID</code> URI.
60 * @param value of the <code>RequesterID<code> URI.
H A DProtocolFactory.java561 * Returns the <code>RequesterID</code> Object.
563 * @return instance of <code>RequesterID</code> Object.
564 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
566 public RequesterID createRequesterID() throws SAML2Exception {
572 return (RequesterID) obj;
577 * Returns the <code>RequesterID</code> Object.
579 * @param value Document Element of <code>RequesterID</code> Object.
580 * @return instance of <code>RequesterID</code> Object.
581 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
583 public RequesterID createRequesterI
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java38 import com.sun.identity.saml2.protocol.RequesterID;
58 private List<RequesterID> requesterIDList = null;
123 * Returns a list of <code>RequesterID</code> Objects.
125 * @return list of <code>RequesterID</code> objects.
128 public List<RequesterID> getRequesterIDs() {
133 * Sets the <code>RequesterID</code> Object.
135 * @param value list of <code>RequesterID</code> objects.
139 public void setRequesterIDs(List<RequesterID> value) throws SAML2Exception {
228 for (RequesterID reqID : requesterIDList) {
252 for (RequesterID reqI
[all...]
H A DRequesterIDImpl.java37 import com.sun.identity.saml2.protocol.RequesterID;
47 public class RequesterIDImpl implements RequesterID {
53 * Constructor to create the <code>RequesterID</code> Object.
61 * Constructor to create the <code>RequesterID</code> Object.
63 * @param element Document Element of <code>RequesterID</code> Object.
64 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
72 * Constructor to create the <code>RequesterID</code> Object.
74 * @param xmlString XML String Representation of <code>RequesterID</code>
76 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
89 * Returns the value of the <code>RequesterID</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DScopingImpl.java38 import com.sun.identity.saml2.protocol.RequesterID;
58 private List<RequesterID> requesterIDList = null;
123 * Returns a list of <code>RequesterID</code> Objects.
125 * @return list of <code>RequesterID</code> objects.
128 public List<RequesterID> getRequesterIDs() {
133 * Sets the <code>RequesterID</code> Object.
135 * @param value list of <code>RequesterID</code> objects.
139 public void setRequesterIDs(List<RequesterID> value) throws SAML2Exception {
228 for (RequesterID reqID : requesterIDList) {
252 for (RequesterID reqI
[all...]
H A DRequesterIDImpl.java37 import com.sun.identity.saml2.protocol.RequesterID;
47 public class RequesterIDImpl implements RequesterID {
53 * Constructor to create the <code>RequesterID</code> Object.
61 * Constructor to create the <code>RequesterID</code> Object.
63 * @param element Document Element of <code>RequesterID</code> Object.
64 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
72 * Constructor to create the <code>RequesterID</code> Object.
74 * @param xmlString XML String Representation of <code>RequesterID</code>
76 * @throws SAML2Exception if <code>RequesterID<code> cannot be created.
89 * Returns the value of the <code>RequesterID</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPProxyUtil.java41 import com.sun.identity.saml2.protocol.RequesterID;
449 List<RequesterID> requesterIDs = new ArrayList<>();
454 RequesterID requesterID = new RequesterIDImpl();

Completed in 95 milliseconds