Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Policy Framework in STP"

(New page: This wiki is used as a starting point to kick off the discuss of Policy support in STP. == Introduction == == Use Cases == == Design Map === == Policy Registry == == Policy Creation == =...)
 
Line 1: Line 1:
 
This wiki is used as a starting point to kick off the discuss of Policy support in STP.
 
This wiki is used as a starting point to kick off the discuss of Policy support in STP.
 +
Johnson Ma
  
 
== Introduction ==
 
== Introduction ==
Line 7: Line 8:
 
== Policy Creation ==
 
== Policy Creation ==
 
=== Policy Editor ===
 
=== Policy Editor ===
 +
 
== Policy Validation ==
 
== Policy Validation ==
 +
The policy validation framework is used to define a validation mechanism when applying ws-policy.
 +
Policy is created by policy editor. We will write provide a policy validation rule editor for
 +
user to dynamic add/remove validation rules as well.
 +
 +
The validation rules will cover following category:
 +
 
=== Policy Dependency ===
 
=== Policy Dependency ===
 +
Define dependencies between policies.
 
=== Policy Conflict ===
 
=== Policy Conflict ===
 
=== Policy Subject Constraints ===
 
=== Policy Subject Constraints ===
Line 17: Line 26:
 
== Screenshots==
 
== Screenshots==
 
== User Roles ==
 
== User Roles ==
 +
  *Policy Developer -- write policies for projects, company or domain
 +
  *Service Developer -- write policy, config and apply existing policy to service component.
 +
  *Deployment Assembler -- apply policies to services during deployment
 +
  *Operator -- dynamic config/modify policy at runtime.
 
== Runtime support ==
 
== Runtime support ==
 
== Example ==
 
== Example ==

Revision as of 00:15, 26 September 2007

This wiki is used as a starting point to kick off the discuss of Policy support in STP. Johnson Ma

Introduction

Use Cases

Design Map =

Policy Registry

Policy Creation

Policy Editor

Policy Validation

The policy validation framework is used to define a validation mechanism when applying ws-policy. Policy is created by policy editor. We will write provide a policy validation rule editor for user to dynamic add/remove validation rules as well.

The validation rules will cover following category:

Policy Dependency

Define dependencies between policies.

Policy Conflict

Policy Subject Constraints

eclipse.emf.validation

rule based xml validator in stp

Policy Association

Screenshots

User Roles

 *Policy Developer -- write policies for projects, company or domain
 *Service Developer -- write policy, config and apply existing policy to service component.
 *Deployment Assembler -- apply policies to services during deployment
 *Operator -- dynamic config/modify policy at runtime. 

Runtime support

Example

Back to the top