This is an implementation of the abstract Condition class, which
specifes that the assertion this AuthenticationCondition is part of, is
addressed to one or more specific audience.
public AudienceRestrictionCondition(List audience)(Code)
This constructor takes in a List of audience for this
condition, each of them being a String.
Parameters: audience - A List of audience to be included within this condition exception: SAMLException - if the List is empty or if there issome error in processing the contents of the List
Constructs an AudienceRestrictionCondition element from an
existing XML block.
Parameters: audienceRestrictionConditionElement - Aorg.w3c.dom.Element representing DOM tree forAudienceRestrictionCondition object. exception: SAMLException - if it could not process theorg.w3c.dom.Element properly, implying that thereis an error in the sender or in the element definition.
Fields inherited from com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionImpl