Class AuthenticationModuleSaml2ProviderMetadataType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

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

    Java class for AuthenticationModuleSaml2ProviderMetadataType complex type.

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

     <complexType name="AuthenticationModuleSaml2ProviderMetadataType">
       <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