public interface AudienceRestrictionCondition
Condition class, which
specifes that the assertion this AuthenticationCondition is part of, is
addressed to one or more specific audience.
The following schema fragment specifies the expected content contained within SAML AudienceRestrictionCondition element.
<complexType name="AudienceRestrictionConditionType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:assertion}ConditionAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Audience" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAudience()
Gets the value of the audience property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.