Class TimeValidityPolicyConstraintType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TimeValidityPolicyConstraintType
    extends AbstractPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    A constraint that triggers when validity of an object, assignment, or basically any time-sensitive item (e.g. password) is about to end.

    Java class for TimeValidityPolicyConstraintType complex type.

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

     <complexType name="TimeValidityPolicyConstraintType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType">
           <sequence>
             <element name="item" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
             <element name="assignment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="activateOn" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="deactivateOn" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form