Class AbstractRegistrationPolicyType

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

    public class AbstractRegistrationPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO

    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