public class AudienceRestrictionCondition extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionImpl implements AudienceRestrictionCondition
Condition class, which
specifes that the assertion this AuthenticationCondition is part of, is
addressed to one or more specific audience.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_Audience| Constructor and Description |
|---|
AudienceRestrictionCondition(List audience)
This constructor takes in a
List of audience for this
condition, each of them being a String. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionTypeImpl |
fromElement(Element element)
Constructs an
AudienceRestrictionCondition element from an
existing XML block. |
List<String> |
getAudience()
Gets the value of the audience property.
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs_getAudienceprotected static final Logger log
public AudienceRestrictionCondition(List audience)
List of audience for this
condition, each of them being a String.audience - A List of audience to be included within this conditionSAMLException - if the List is empty or if there is
some error in processing the contents of the Listpublic static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionTypeImpl fromElement(Element element) throws SAMLException
AudienceRestrictionCondition element from an
existing XML block.element - A
org.w3c.dom.Element representing DOM tree for
AudienceRestrictionCondition object.SAMLException - if it could not process the
org.w3c.dom.Element properly, implying that there
is an error in the sender or in the element definition.public List<String> getAudience()
AudienceRestrictionConditionStringgetAudience in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.AudienceRestrictionConditionTypegetAudience in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AudienceRestrictionConditionTypeImplCopyright © 2005–2017 Oracle Corporation. All rights reserved.