- 17 Jun, 2018 1 commit
-
-
cdanger authored
- Change dep authzforce-ce-core-pdp-api: 15.0.0->15.1.0 - upgraded dep authzforce-ce-xacml-json-model: 1.1.0->2.0.0 - Fixed #13: - Changed dep mongo-java-driver in testutils module: 2.14.12 -> 3.5.0 - Idem for jongo: 1.3. -> 1.4.0 - XML StaticRefPolicyProvider type / CoreRefPolicyProvider class: - added support for recursive directory searching for policies, e.g. pattern .../*/*.xml for searching on two directory levels - added option to ignore old versions (keep only the latest) when multiple versions of same policy ID available (ignoreOldVersions=true in xml config pdp.xsd) - Simplified for code for detecting duplicate enclosed policy ID/version
-
- 30 Mar, 2018 9 commits
- 29 Mar, 2018 3 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
- Renamed StringParseableValueFactory to StringParseableValue.Factory - AttributeAssignmentExpressionEvaluator: AttributeAssignment replaced with equivalent in AuthzForce data model: PepActionAttributeAssignment - RuleEvaluator, PolicyEvaluator and CombiningAlgEvaluators and all CombiningAlg implementations: replaced (Updatable)PepActions with (Updatable)List<PepAction> - AttributeValue now longer extends XACML AttributeValueType (no longer has xacml datatype info) - Improved validation of XACML Apply expressions - Moved BasePdpExtensionRegistry, ImmutableAttributeValueFactoryRegistry, and StandardAttributeValueFactories class to core-pdp-api project to allow PEP implementers to only rely on core-pdp-api for parsing attributevalues in AttributeAssignments in XACML Response's Results - Moved BasePrimaryPolicyMetadata to core-pdp-api project (dependency) - Removed PepActionFactories and PepActionExpressions now useless
-
- 28 Mar, 2018 1 commit
-
-
cdanger authored
XACML
-
- 27 Mar, 2018 2 commits
-
-
cdanger authored
DataType="http://www.w3.org/2001/XMLSchema#dateTime"/> - Added unit tests for this issue
-
cdanger authored
- Fixed CVE spotted by owasp dependency-check
-
- 26 Mar, 2018 1 commit
-
-
cdanger authored
CoreRootPolicyProvider#getInstance(...)
-
- 18 Mar, 2018 3 commits
- 15 Mar, 2018 1 commit
-
-
Cyril Dangerville authored
-
- 12 Mar, 2018 1 commit
-
-
cdanger authored
evaluate(individualDecisionRequest) method
-
- 05 Mar, 2018 11 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
DefaultXacmlJaxbResultPostprocessorFactory - removed META-INF/services/...PdpExtension from pdp-cli module (same file already in pdp-io-xacml-json)
-
cdanger authored
-
- 04 Mar, 2018 2 commits
-
-
cdanger authored
- Added new class for default XACML/XML result postproc org.ow2.authzforce.core.pdp.impl.io.DefaultXacmlJaxbResultPostprocessorFactory to pdp-engine/ META-INF/services/...PdpExtension (for Java Service Loader API) - Added new class for default XACML/JSON result postproc org.ow2.authzforce.core.pdp.io.xacml.json.BaseXacmlJsonResultPostprocessor$DefaultFactory to pdp-io-xacml-json/ META-INF/services/...PdpExtension (for Java Service Loader API) - Applied DecisionCache.Factory interface change from core-pdp-pi (new parameter EnvironmentProperties to getInstance(...)
-
cdanger authored
-
- 03 Mar, 2018 5 commits
-
-
cdanger authored
- AttributeProvider: get(..., BagDatatype datatype, ...) -> get(..., Datatype datatype, ...) - EvaluationContext: getNamedAttributeValue(AttributeFqn, BagDatatype) -> getNamedAttributeValue(AttributeFqn, Datatype)
-
cdanger authored
visibility to public
-
cdanger authored
PolicyVersionPatterns
-
cdanger authored
'IndividualDecisionRequestContext' public, to be used in unit tests of PDP extensions - Change from core-pdp-api: renamed class VersionPatterns to PolicyVersionPatterns
-
cdanger authored
implementation) and changed visibility to public for use by PDP extensions' unit tests
-