Class Saml2ProviderMetadataAuthenticationModuleType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class Saml2ProviderMetadataAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 provider metadata. <p>Java class for Saml2ProviderMetadataAuthenticationModuleType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Saml2ProviderMetadataAuthenticationModuleType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;choice&gt; &lt;element name="metadataUrl" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="xml" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/&gt; &lt;element name="pathToFile" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/choice&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form