Class PDPDescriptorType

java.lang.Object
eu.europa.esig.saml.jaxb.metadata.RoleDescriptorType
eu.europa.esig.saml.jaxb.metadata.PDPDescriptorType

public class PDPDescriptorType extends RoleDescriptorType

Java class for PDPDescriptorType complex type.

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

 <complexType name="PDPDescriptorType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthzService" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionIDRequestService" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>