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

HOWL Update 1.21

Revision as of 10:06, 5 June 2008 by Unnamed Poltroon (Talk) (Access Control-Related Changes)

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 Entity UDI.
  • Range of ContextId was ContextId Data Range. Is now String or Context UDI.
  • 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