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. <p>Java class for ActivationCapabilityType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ActivationCapabilityType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"&gt; &lt;sequence&gt; &lt;element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationStatusCapabilityType" minOccurs="0"/&gt; &lt;element name="validFrom" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationValidityCapabilityType" minOccurs="0"/&gt; &lt;element name="validTo" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationValidityCapabilityType" minOccurs="0"/&gt; &lt;element name="lockoutStatus" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}ActivationLockoutStatusCapabilityType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form