Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/main/config/attribute-mappings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ pfqan.xacml-datatype = http://glite.org/xacml/datatype/fqan
pfqan.xacml-target-element = subject
pfqan.xacml-match-function = http://glite.org/xacml/algorithm/fqan-match

id = ca-policy-oid
ca-policy-oid.xacml-id = http://authz-interop.org/xacml/subject/ca-policy-oid
ca-policy-oid.xacml-datatype = http://www.w3.org/2001/XMLSchema#string
ca-policy-oid.xacml-target-element = subject
ca-policy-oid.xacml-match-function = urn:oasis:names:tc:xacml:1.0:function:string-equal

id = ca-policy-names
ca-policy-names.xacml-id = http://authz-interop.org/xacml/subject/ca-policy-names
ca-policy-names.xacml-datatype = http://www.w3.org/2001/XMLSchema#string
ca-policy-names.xacml-target-element = subject
ca-policy-names.xacml-match-function = urn:oasis:names:tc:xacml:1.0:function:string-equal

id = resource
resource.xacml-id = urn:oasis:names:tc:xacml:1.0:resource:resource-id
resource.xacml-datatype = http://www.w3.org/2001/XMLSchema#string
Expand Down