Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
authzforce
core
Commits
731f25e8
Unverified
Commit
731f25e8
authored
Aug 08, 2018
by
Cyril Dangerville
Committed by
GitHub
Aug 08, 2018
Browse files
Fixed wrong xml type name
parent
308d8f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
pdp-testutils/src/test/resources/org/ow2/authzforce/core/pdp/testutil/test/pdp.xml
View file @
731f25e8
<?xml version="1.0" encoding="UTF-8"?>
<!-- Testing parameter 'maxPolicySetRefDepth' -->
<pdp
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://authzforce.github.io/core/xmlns/pdp/6.0"
xmlns:ext=
"http://authzforce.github.io/core/xmlns/test/3"
version=
"6.0.0"
>
<refPolicyProvider
id=
"refPolicyProvider"
xsi:type=
"ext:MongoDBBasedPolicyProvider"
serverHost=
"localhost"
serverPort=
"27017"
dbName=
"Test"
collectionName=
"policies"
/>
<refPolicyProvider
id=
"refPolicyProvider"
xsi:type=
"ext:MongoDBBasedPolicyProvider
Descriptor
"
serverHost=
"localhost"
serverPort=
"27017"
dbName=
"Test"
collectionName=
"policies"
/>
<rootPolicyProvider
id=
"rootPolicyProvider"
xsi:type=
"StaticRefBasedRootPolicyProvider"
>
<policyRef>
root-rbac-policyset
</policyRef>
</rootPolicyProvider>
</pdp>
\ No newline at end of file
</pdp>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment