-
- Downloads
"apps/meteor/git@gitlab.ow2.org:RocketChat/Rocket.Chat.git" did not exist on "acef7c83f98b0e36f201c90bd84ea919b702ca28"
- Added JSON schema for XACML Policy in (Authzforce custom) JSON format
- Fixed issues in Request/Response JSON schema - Added XSLT stylesheets for XACML/XML to XACML/JSON (non-standard) Policy(Set) conversion (see README.md for more info), - Added Ant generation script and unit tests for testing validation with the new Policy JSON schema and for testing those stylesheets XACML conformance tests for testing two-way conversion (XML->JSON->XML) - Improved XacmlJsonUtils#canonicalizeResponse(...) to ignore IncludeInResult in Response's Attributes comparison - Updated license headers for year 2020
Showing
- README.md 91 additions, 23 deletionsREADME.md
- pom.xml 132 additions, 72 deletionspom.xml
- src/main/java/org/ow2/authzforce/xacml/json/model/LimitsCheckingJSONObject.java 1 addition, 1 deletion...authzforce/xacml/json/model/LimitsCheckingJSONObject.java
- src/main/java/org/ow2/authzforce/xacml/json/model/SpringBasedJsonSchemaClient.java 1 addition, 1 deletion...hzforce/xacml/json/model/SpringBasedJsonSchemaClient.java
- src/main/java/org/ow2/authzforce/xacml/json/model/XacmlJsonUtils.java 32 additions, 8 deletions...a/org/ow2/authzforce/xacml/json/model/XacmlJsonUtils.java
- src/main/resources/org/ow2/authzforce/xacml/json/model/Policy.schema.json 168 additions, 96 deletions...es/org/ow2/authzforce/xacml/json/model/Policy.schema.json
- src/main/resources/org/ow2/authzforce/xacml/json/model/Request.schema.json 1 addition, 1 deletion...s/org/ow2/authzforce/xacml/json/model/Request.schema.json
- src/main/resources/org/ow2/authzforce/xacml/json/model/Response.schema.json 6 additions, 6 deletions.../org/ow2/authzforce/xacml/json/model/Response.schema.json
- src/main/resources/org/ow2/authzforce/xacml/json/model/common-ng.schema.json 168 additions, 0 deletions...org/ow2/authzforce/xacml/json/model/common-ng.schema.json
- src/main/resources/org/ow2/authzforce/xacml/json/model/common-std.schema.json 1 addition, 1 deletion...rg/ow2/authzforce/xacml/json/model/common-std.schema.json
- src/test/java/org/ow2/authzforce/xacml/json/model/test/LimitsCheckingJSONObjectTest.java 20 additions, 4 deletions...e/xacml/json/model/test/LimitsCheckingJSONObjectTest.java
- src/test/java/org/ow2/authzforce/xacml/json/model/test/TestDataProvider.java 90 additions, 37 deletions...w2/authzforce/xacml/json/model/test/TestDataProvider.java
- src/test/java/org/ow2/authzforce/xacml/json/model/test/XacmlJsonSchemaValidationTest.java 68 additions, 6 deletions.../xacml/json/model/test/XacmlJsonSchemaValidationTest.java
- src/test/resources/.gitignore 1 addition, 0 deletionssrc/test/resources/.gitignore
- src/test/resources/build.xml 121 additions, 0 deletionssrc/test/resources/build.xml
- src/test/resources/dummy.xml 3 additions, 0 deletionssrc/test/resources/dummy.xml
- src/test/resources/ivy.xml 34 additions, 0 deletionssrc/test/resources/ivy.xml
- src/test/resources/xacml+json.samples/Policies/valid/driver-access-policy.xacml.json 36 additions, 35 deletions...on.samples/Policies/valid/driver-access-policy.xacml.json
- src/test/resources/xacml+json.samples/Policies/valid/minimal+target.json 20 additions, 0 deletions...ces/xacml+json.samples/Policies/valid/minimal+target.json
- src/test/resources/xacml+json.samples/Policies/valid/minimal.json 6 additions, 0 deletions.../resources/xacml+json.samples/Policies/valid/minimal.json
Loading
Please register or sign in to comment