Class SelfRegistrationPolicyType

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

    public class SelfRegistrationPolicyType
    extends AbstractRegistrationPolicyType
    implements Serializable, Cloneable, Containerable
    Structure that specifies policy for password management. It is in fact only a simple reference to a password policy.

    Java class for SelfRegistrationPolicyType complex type.

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

     <complexType name="SelfRegistrationPolicyType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRegistrationPolicyType">
           <sequence>
             <element name="formRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form