Skip to content

Commit f8aed8a

Browse files
Merge pull request #13 from msalle/1_7
Add two new attributes
2 parents 519cf29 + 1bd53a8 commit f8aed8a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/main/config/attribute-mappings.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ pfqan.xacml-datatype = http://glite.org/xacml/datatype/fqan
3131
pfqan.xacml-target-element = subject
3232
pfqan.xacml-match-function = http://glite.org/xacml/algorithm/fqan-match
3333

34+
id = ca-policy-oid
35+
ca-policy-oid.xacml-id = http://authz-interop.org/xacml/subject/ca-policy-oid
36+
ca-policy-oid.xacml-datatype = http://www.w3.org/2001/XMLSchema#string
37+
ca-policy-oid.xacml-target-element = subject
38+
ca-policy-oid.xacml-match-function = urn:oasis:names:tc:xacml:1.0:function:string-equal
39+
40+
id = ca-policy-names
41+
ca-policy-names.xacml-id = http://authz-interop.org/xacml/subject/ca-policy-names
42+
ca-policy-names.xacml-datatype = http://www.w3.org/2001/XMLSchema#string
43+
ca-policy-names.xacml-target-element = subject
44+
ca-policy-names.xacml-match-function = urn:oasis:names:tc:xacml:1.0:function:string-equal
45+
3446
id = resource
3547
resource.xacml-id = urn:oasis:names:tc:xacml:1.0:resource:resource-id
3648
resource.xacml-datatype = http://www.w3.org/2001/XMLSchema#string

0 commit comments

Comments
 (0)