Class AuthenticationModuleSaml2Type

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AuthenticationModuleSaml2Type
    extends AbstractAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    SAML2 authentication module support authentication via Identity provider with SAML2.

    Java class for AuthenticationModuleSaml2Type complex type.

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

     <complexType name="AuthenticationModuleSaml2Type">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType">
           <sequence>
             <element name="network" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2NetworkType" minOccurs="0"/>
             <element name="serviceProvider" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationModuleSaml2ServiceProviderType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form