Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TOSCA Policy artifact is used internally by the Policy Framework, or is input by CLAMP or other systems. This artifact specifies the values of the properties for the policy and specifies the specific entities the policy acts on. Policy Design uses the TOSC Policy artifact and the PolicyTypeImpl artifact to create an executable PolicyImpl artifact.

1 Policy Type Design

In Policy Type Design , a TOSCAPolicyType artifact and its implementation (a PolicyTypeImpl) are definedmanages TOSCA PolicyType artifacts and their PolicyTypeImpl implementations.

The Policy Model contains the definition of the policy together with its inputs and outputs, rules and logic. This model may be expressed in XACML, as Drools rules, or as an APEX model definition. The Policy Model Parameter Schema is a TOSCA definition of the parameters that a Policy Model must receive in order for it to be transformed into a policy. The schemas will ultimately be defined by the modeling team but for now are defined by the Policy Framework project.

...