XACML Implementers Guide

Informational Document 1.1, 11 March 2003

Document identifier:

xacml-implement-guide-1.1.doc

Location:

Editor:

Hal Lockhart, BEA Systems, <>

Contributors:

Anne Anderson, Sun Microsystems

Abstract:

This document contains notes, which may be useful to implementers of the XACML Specification. It is not normative in any way.

Status:

This document is expected to be added to periodically on no particular schedule.

Committee members should send comments and contributions on this specification to the list. Others should subscribe to and send comments and contributions to the list. To subscribe, send an email message to with the word "subscribe" as the body of the message.


Table of Contents

1 Introduction 2

2 "Notional" Request context 2

2.1 Suggestions 2

3 - Functions 3

4 Bags 3

5 - Date and time arithmetic functions 3

6 - Combining algorithms 3

7 - MatchId 4

8 - Hierarchical resources 4

9 - Subject categories 4

10 References 4

Appendix A. Notices 4

1  Introduction

These are potential topics to go into an XACML Implementer’s Guide. The intent is to alert implementers to subtleties of the specification that need particular attention in order to avoid problems.

2  "Notional" Request context

·  Request context can not be treated as static XML document

·  AttributeSelector evaluation can not depend on just XPath processing because even if the XPath expression does not return an attribute value, it will be necessary to invoke some sort of "attribute locator" to look for the referenced attribute in external databases.

2.1 Suggestions

·  Parse input Request.xml as a starting point for evaluation of AttributeDesignator (AD) and AttributeSelector (AS) references.

·  Define an "attribute retrieval" interface that takes as input an AD or AS and returns the matching attribute value, error, or "not found" result. The implementation of this interface first looks for referenced AD or AS in the parsed Request.xml. If attribute not found there, then implementation invokes an external attribute location API. This API should support plugins for different ways of locating attributes. The plugins should be configurable for particular LDAP repository locations, etc.

3  Functions

·  x500Name-equal: can this use a standard Java method?

·  rfc822Name-equal: local part is case-sensitive, domain-part is not case-sensitive

4  Bags

·  A singleton bag is NOT the same as an instance of the datatype contained in the bag. All the equality predicates, arithmetic functions, string conversion functions, numeric data-type conversion functions, Boolean functions, arithmetic comparison functions, date and time arithmetic functions, non-numeric comparison functions, and special match functions take only primitive data types as arguments. They must return Indeterminate if a bag or singleton bag is used as input.

5  Date and time arithmetic functions

o Can these use implementations in "XQuery 1.0 and XPath 2.0 Functions and Operators"?

6  Combining algorithms

·  Note that the policy-combining version of each algorithm is different from the rule-combining version.

·  policy-combining version of Deny-overrides can NEVER return Indeterminate under any conditions.

·  First-Applicable: The "applicability" test is based solely on evaluation of the Target. The first rule, policy, or policyset whose Target evaluates to "true" is evaluated, and that result is returned even if the evaluation of the condition for the rule(s) evaluates to "NotApplicable". Thus it is perfectly possible to return a result of "NotApplicable" from a "First-Applicable" combining algorithm even if there were subsequent rules or policies that would have returned Permit or Deny.

7  MatchId

·  A function used in a MatchId (used in Target) is not passed the arguments directly. An iterator takes the first argument to the MatchId and iterates through each element of the bag returned from evaluating the second argument (the AttributeDesignator or AttributeSelector) and passes those two elements to the MatchId function.

·  The same function, when used in a Condition, is passed its arguments directly without any iterator intervening to handle bags.

8  Hierarchical resources

·  Hierarchical resources in XACML are under-specified. For example, ?

9  Subject categories

·  When evaluating AttributeDesignators, all attributes of all Subjects that have the same SubjectCategory are lumped together as if they belonged to a single subject.

·  An AttributeSelector may distinguish between different subjects that have the same SubjectCategory by effectively asking for "Attribute A in the same subject that has a value of X for Attribute B".

10 References

Appendix A. Notices

OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.

OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.

Copyright © OASIS Open 20023. All Rights Reserved.

This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself does not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.

The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.

This document and the information contained herein is provided on an “AS IS” basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

wd-spectools-word-sample-03 12 June 2002

Copyright © OASIS Open 2002. All Rights Reserved. Page 5 of 5