- 11 Jul, 2018 1 commit
-
-
Cyril Dangerville authored
-
- 10 Jul, 2018 10 commits
- 09 Jul, 2018 1 commit
-
-
cdanger authored
- Upgraded authzforce-ce-core-pdp-api version - Variables assigned in place of VariableDefinition and set in EvaluationContext (so far this was done only when first corresponding VariableReference was evaluated), allowing usage of Variables (not only via VariableReferences but also) by Attribute Providers - Simplified TimeRangeComparisonFunction (removed useless setSameDate() )
-
- 26 Jun, 2018 1 commit
-
-
cdanger authored
authzforce-ce-core-pdp-api - Changed authzforce-ce-core-pdp-api dependency version
-
- 17 Jun, 2018 10 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
-
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
-
- 12 Jun, 2018 1 commit
-
-
Cyril Dangerville authored
Update .travis.yml
-
- 06 Jun, 2018 1 commit
-
-
hargathor authored
-
- 19 May, 2018 2 commits
-
-
Cyril Dangerville authored
-
Cyril Dangerville authored
-
- 17 May, 2018 1 commit
-
-
Cyril Dangerville authored
-
- 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
-