Class AbstractRegistrationPolicyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    SelfRegistrationPolicyType

    public class AbstractRegistrationPolicyType
    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 AbstractRegistrationPolicyType complex type.

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

     <complexType name="AbstractRegistrationPolicyType">
       <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="initialLifecycleState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="requiredLifecycleState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="additionalAuthenticationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="defaultRole" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form