Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "HOWL Update 1.21"

(Deletions)
Line 1: Line 1:
 +
This page describes changes from version 1.20 of HOWL
 +
 
== General Refactoring ==
 
== General Refactoring ==
 
===Renaming===
 
===Renaming===

Revision as of 12:29, 5 June 2008

This page describes changes from version 1.20 of HOWL

General Refactoring

Renaming

  • Node -> Entity
  • NodeId Data Range -> Entity UDI
  • ContextId Data Range -> Context UDI

Changes

  • Range of EntityId was EntityId Data Range. Is now String or EntityUDI.
  • Range of ContextId was ContextId Data Range. Is now String or ContextUDI.
  • Renamed higgins:source to higgins:authority

Access Control-Related Changes

This version includes experimental support for our latest thinking about IdAS Access Control functionality.

Deletions

Remove the access control constructs originally introduced in v1.20

New Classes

  • Policy (subclass of Entity)
  • Operation
    • Read (subclass of Operation)
    • Add (subclass of Operation)
    • Modify (subclass of Operation)
    • Delete (subclass of Operation)

New Predicates for Policy objects

  • subject: range=Agent
  • resource: range=EntityUDI or AttributeUDI
  • operation: range=Operation

See Also

Back to the top