Class RegistrationsPolicyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RegistrationsPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Credentials management policy. It specifies the management details for each supported credentials type. It defines parameters such as credential lifetime. It may define even a very complex schemes for some credential types. E.g. it may define a complete security questions.

    Java class for RegistrationsPolicyType complex type.

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

     <complexType name="RegistrationsPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="selfRegistration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelfRegistrationPolicyType" minOccurs="0"/>
             <element name="postAuthentication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelfRegistrationPolicyType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form