Class ActivationCapabilityType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ActivationCapabilityType
    extends CapabilityType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Describes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.

    Java class for ActivationCapabilityType complex type.

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

     <complexType name="ActivationCapabilityType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType">
           <sequence>
             <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationStatusCapabilityType" minOccurs="0"/>
             <element name="validFrom" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationValidityCapabilityType" minOccurs="0"/>
             <element name="validTo" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationValidityCapabilityType" minOccurs="0"/>
             <element name="lockoutStatus" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationLockoutStatusCapabilityType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form