Class PolicyExceptionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class PolicyExceptionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Recorded exception from a policy rule. The exceptions that are approved are recoded here to avoid re-evaluating and re-approving them all the time. This is EXPERIMENTAL functionality. It is likely to change in the near future.

    Java class for PolicyExceptionType complex type.

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

     <complexType name="PolicyExceptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="policySituation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form