Class CredentialsResetPolicyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class CredentialsResetPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                         Credentials reset management policy. It specifies the management details for each supported
                         credentials reset type. It defines parameters such as reset method.
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                         The idea is that all the password reset mechanisms have the same parts:
                         request, authentication, credential source, delivery.
                         This data structure is meant to configure those steps.
                     </p>
     

    Java class for CredentialsResetPolicyType complex type.

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

     <complexType name="CredentialsResetPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="authenticationSequenceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="newCredentialSource" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialSourceType" minOccurs="0"/>
             <element name="forceChange" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="securityQuestionReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionsResetPolicyType" minOccurs="0"/>
             <element name="mailReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailResetPolicyType" minOccurs="0"/>
             <element name="smsReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SmsResetPolicyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form