Class SecurityQuestionAnswerType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class SecurityQuestionAnswerType
    extends Object
    implements Serializable, Cloneable, Containerable
    Answer to the security question. This is a "personalized" answer and it is supposed to be associated with a single user. However, it may also optionally contain a question. E.g. in case a user specified a custom question.

    Java class for SecurityQuestionAnswerType complex type.

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

     <complexType name="SecurityQuestionAnswerType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="questionIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="questionAnswer" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form