Class AuthenticationModuleSaml2NetworkType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

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

    Java class for AuthenticationModuleSaml2NetworkType complex type.

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

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