Class AuthorizationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class AuthorizationType
    extends Object
    implements Serializable, Cloneable, Containerable
    <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt; Authorization define fine-grained access to midPoint objects and system functionality. &lt;/p&gt; </pre> <p>Java class for AuthorizationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AuthorizationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/&gt; &lt;element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationDecisionType" minOccurs="0"/&gt; &lt;element name="action" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/&gt; &lt;element name="phase" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationPhaseType" minOccurs="0"/&gt; &lt;element name="enforcementStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationEnforcementStrategyType" minOccurs="0"/&gt; &lt;element name="zoneOfControl" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ZoneOfControlType" minOccurs="0"/&gt; &lt;element name="object" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OwnedObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="item" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="exceptItem" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OwnedObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="orderConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrderConstraintsType" minOccurs="0"/&gt; &lt;element name="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationLimitationsType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form