Class SSODescriptorType

java.lang.Object
eu.europa.esig.saml.jaxb.metadata.RoleDescriptorType
eu.europa.esig.saml.jaxb.metadata.SSODescriptorType
Direct Known Subclasses:
IDPSSODescriptorType, SPSSODescriptorType

public abstract class SSODescriptorType extends RoleDescriptorType

Java class for SSODescriptorType complex type.

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

 <complexType name="SSODescriptorType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ArtifactResolutionService" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleLogoutService" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ManageNameIDService" 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>