Searched refs:audiences (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAudienceRestrictionImpl.java52 private List<String> audiences = new ArrayList<String>(1); field in class:AudienceRestrictionImpl
146 audiences.add(XMLUtils.getElementValue((Element)child));
169 * Returns a list of <code>String</code> represented audiences
171 * @return a list of <code>String</code> represented audiences
174 return audiences;
178 * Sets the audiences
180 * @param audiences List of audiences as URI strings
183 public void setAudience(List audiences) throws SAML2Exception { argument
188 this.audiences
[all...]
H A DProxyRestrictionImpl.java60 private List audiences = new ArrayList(); field in class:ProxyRestrictionImpl
159 audiences.add(
208 * Returns the list of audiences to whom the asserting party
212 * @return a list of <code>String</code> represented audiences
215 return audiences;
219 * Sets the list of audiences to whom the asserting party permits
222 * @param audiences a list of <code>String</code> represented audiences
225 public void setAudience(List audiences) throws SAML2Exception { argument
230 this.audiences
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAudienceRestrictionImpl.java52 private List<String> audiences = new ArrayList<String>(1); field in class:AudienceRestrictionImpl
146 audiences.add(XMLUtils.getElementValue((Element)child));
169 * Returns a list of <code>String</code> represented audiences
171 * @return a list of <code>String</code> represented audiences
174 return audiences;
178 * Sets the audiences
180 * @param audiences List of audiences as URI strings
183 public void setAudience(List audiences) throws SAML2Exception { argument
188 this.audiences
[all...]
H A DProxyRestrictionImpl.java60 private List audiences = new ArrayList(); field in class:ProxyRestrictionImpl
159 audiences.add(
208 * Returns the list of audiences to whom the asserting party
212 * @return a list of <code>String</code> represented audiences
215 return audiences;
219 * Sets the list of audiences to whom the asserting party permits
222 * @param audiences a list of <code>String</code> represented audiences
225 public void setAudience(List audiences) throws SAML2Exception { argument
230 this.audiences
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAudienceRestriction.java43 * Returns a list of <code>String</code> represented audiences
45 * @return a list of <code>String</code> represented audiences
50 * Sets the audiences
52 * @param audiences List of audiences as URI strings
55 public void setAudience(List audiences) throws SAML2Exception; argument
H A DProxyRestriction.java69 * Returns the list of audiences to whom the asserting party permits
72 * @return a list of <code>String</code> represented audiences
77 * Sets the list of audiences to whom the asserting party permits
80 * @param audiences a list of <code>String</code> represented audiences
83 public void setAudience(List audiences) throws SAML2Exception; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAudienceRestriction.java43 * Returns a list of <code>String</code> represented audiences
45 * @return a list of <code>String</code> represented audiences
50 * Sets the audiences
52 * @param audiences List of audiences as URI strings
55 public void setAudience(List audiences) throws SAML2Exception; argument
H A DProxyRestriction.java69 * Returns the list of audiences to whom the asserting party permits
72 * @return a list of <code>String</code> represented audiences
77 * Sets the list of audiences to whom the asserting party permits
80 * @param audiences a list of <code>String</code> represented audiences
83 public void setAudience(List audiences) throws SAML2Exception; argument
/forgerock/openam-v13/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DSaml2GrantTypeHandler.java200 final List<String> audiences = restriction.getAudience();
201 if (audiences == null || audiences.isEmpty()) {
204 for (final String audience : audiences) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAttributeQueryResponse.cs256 /// appropriate audiences for this attribute query response.
267 ArrayList audiences = new ArrayList();
271 audiences.Add(node.InnerText.Trim());
274 return audiences;
H A DAuthnResponse.cs312 /// appropriate audiences for this authn response.
323 ArrayList audiences = new ArrayList();
327 audiences.Add(node.InnerText.Trim());
330 return audiences;
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DAttributeQueryResponse.cs256 /// appropriate audiences for this attribute query response.
267 ArrayList audiences = new ArrayList();
271 audiences.Add(node.InnerText.Trim());
274 return audiences;
H A DAuthnResponse.cs312 /// appropriate audiences for this authn response.
323 ArrayList audiences = new ArrayList();
327 audiences.Add(node.InnerText.Trim());
330 return audiences;
/forgerock/openam/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DSaml2GrantTypeHandler.java219 final List<String> audiences = restriction.getAudience();
220 if (audiences == null || audiences.isEmpty()) {
223 for (final String audience : audiences) {

Completed in 506 milliseconds