Class SecurityQuestionsCredentialsPolicyType

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

    public class SecurityQuestionsCredentialsPolicyType
    extends CredentialPolicyType
    implements Serializable, Cloneable, Containerable
    Structure that specifies policy for security questions. It actually contains text for the questions (or rather a reference to localization catalog file). But it also contains a policy how the questions can be used, e.g. how many questions to display to a user.

    Java class for SecurityQuestionsCredentialsPolicyType complex type.

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

     <complexType name="SecurityQuestionsCredentialsPolicyType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialPolicyType">
           <sequence>
             <element name="questionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="question" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form