Class OtherAuthenticationModuleType

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

    public class OtherAuthenticationModuleType
    extends AbstractAuthenticationModuleType
    implements Serializable, Cloneable, Containerable

    Java class for OtherAuthenticationModuleType complex type.

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

     <complexType name="OtherAuthenticationModuleType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType">
           <sequence>
             <element name="factoryClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OtherAuthenticationModuleParameterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form