Class Saml2NetworkAuthenticationModuleType

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

    public class Saml2NetworkAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    SAML2 authentication module, network configuration.

    Java class for Saml2NetworkAuthenticationModuleType complex type.

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

     <complexType name="Saml2NetworkAuthenticationModuleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="readTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="connectTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form