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). <p>Java class for SmsNonceAuthenticationModuleType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SmsNonceAuthenticationModuleType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPasswordAuthenticationModuleType"&gt; &lt;sequence&gt; &lt;element name="mobileTelephoneNumberItemPath" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form