Class Saml2ProviderMetadataAuthenticationModuleType

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

    public class Saml2ProviderMetadataAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 provider metadata.

    Java class for Saml2ProviderMetadataAuthenticationModuleType complex type.

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

     <complexType name="Saml2ProviderMetadataAuthenticationModuleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="metadataUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
               <element name="xml" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
               <element name="pathToFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form