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"

(Access Control-Related Changes)
(Changes)
Line 6: Line 6:
  
 
===Changes===
 
===Changes===
* Range of EntityId was EntityId Data Range. Is now String or Entity UDI.
+
* Range of EntityId was EntityId Data Range. Is now String or EntityUDI.
* Range of ContextId was ContextId Data Range. Is now String or Context UDI.
+
* Range of ContextId was ContextId Data Range. Is now String or ContextUDI.
 
* Renamed higgins:source to higgins:authority
 
* Renamed higgins:source to higgins:authority
  

Revision as of 10:07, 5 June 2008

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 all access control constructs proposed 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