Class ProxyRestrictionType

java.lang.Object
eu.europa.esig.saml.jaxb.assertion.ConditionAbstractType
eu.europa.esig.saml.jaxb.assertion.ProxyRestrictionType

public class ProxyRestrictionType extends ConditionAbstractType

Java class for ProxyRestrictionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProxyRestrictionType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}ConditionAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Audience" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </extension>
   </complexContent>
 </complexType>