Class SmsNonceAuthenticationModuleType

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

    public class SmsNonceAuthenticationModuleType
    extends AbstractPasswordAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    SMS (mobile text message) nonce authentication module. Module that sends randomly generated nonce in mobile text message (SMS).

    Java class for SmsNonceAuthenticationModuleType complex type.

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

     <complexType name="SmsNonceAuthenticationModuleType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPasswordAuthenticationModuleType">
           <sequence>
             <element name="mobileTelephoneNumberItemPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form