Searched defs:audiences (Results 1 - 8 of 8) sorted by relevance

/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-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...]

Completed in 51 milliseconds