com.sun.xml.wss.saml
Interface AudienceRestrictionCondition

All Known Implementing Classes:
AudienceRestrictionCondition

public interface AudienceRestrictionCondition

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.

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>
 


Method Summary
 List<String> getAudience()
          Gets the value of the audience property.
 

Method Detail

getAudience

List<String> getAudience()
Gets the value of the audience property. Objects of the following type(s) are in the list String



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.