Class ExpressionPermissionProfileType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ExpressionPermissionProfileType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies restrictions and permissions for various evaluators, especially for scripting expressions. The permission profile configuration is a separate container with its own identifier as it is expected that the same setting will be applied to many evaluators and/or scripting languages. And the definition of a profile can be quite long and extensive.

    Java class for ExpressionPermissionProfileType complex type.

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

     <complexType name="ExpressionPermissionProfileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationDecisionType"/>
             <element name="package" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionPermissionPackageProfileType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="class" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionPermissionClassProfileType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form