Class HttpSecQAuthenticationModuleType

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

    public class HttpSecQAuthenticationModuleType
    extends AbstractSecurityQuestionsAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    Definition of HTTP SecQ module. The module is used for quasi-interative log-in of a user by answering a set of security questions. The HTTP SecQ mechanism is similar to HTTP BASIC mechanism, but it is using security questions instead of password.

    Java class for HttpSecQAuthenticationModuleType complex type.

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

     <complexType name="HttpSecQAuthenticationModuleType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractSecurityQuestionsAuthenticationModuleType">
           <sequence>
             <element name="realm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form