Changes between Version 2 and Version 3 of XACML
- Timestamp:
- 28/06/10 14:47:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XACML
v2 v3 1 1 = `ndg_xacml` = 2 `ndg_xacml` is a XACML 2.0 implementation for CEDA (the Centre for Environmental Data Archival) STFC, Rutherford Appleton Laboratory. This is follow on work from the NERC (Natural Environment Research Council)DataGrid 3 Project.2 `ndg_xacml` is a XACML 2.0 implementation for [http://ceda.ac.uk CEDA] (the Centre for Environmental Data Archival) STFC, Rutherford Appleton Laboratory. This is follow on work from the NERC (Natural Environment Research Council) !DataGrid 3 Project. 3 3 4 4 5 XACML (eXtensible Access Control Mark-up Language), is an XML based language for 6 expressing access control policies. 7 8 See: http://www.oasis-open.org/committees/xacml/ 5 [http://www.oasis-open.org/committees/xacml/ XACML] (eXtensible Access Control Mark-up Language), is an XML based language for expressing access control policies. 9 6 10 7 == Current Status == … … 14 11 Only the parts of the specification immediately required for CEDA have been implemented in this initial release: 15 12 * Deny overrides and Permit overrides rule combining algorithms 16 * AttributeDesignators13 * !AttributeDesignators 17 14 * various function types: see ndg.xacml.core.functions 18 15 * and attribute types: see ndg.xacml.core.attribute