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. <p>Java class for SecurityQuestionsCredentialsPolicyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SecurityQuestionsCredentialsPolicyType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialPolicyType"&gt; &lt;sequence&gt; &lt;element name="questionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="question" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionDefinitionType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form