Class RoleDescriptorType

java.lang.Object
eu.europa.esig.saml.jaxb.metadata.RoleDescriptorType
Direct Known Subclasses:
AttributeAuthorityDescriptorType, AuthnAuthorityDescriptorType, PDPDescriptorType, SSODescriptorType

public abstract class RoleDescriptorType extends Object

Java class for RoleDescriptorType complex type.

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

 <complexType name="RoleDescriptorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Extensions" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}KeyDescriptor" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Organization" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ContactPerson" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
       <attribute name="protocolSupportEnumeration" use="required" type="{urn:oasis:names:tc:SAML:2.0:metadata}anyURIListType" />
       <attribute name="errorURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>