- 18 Mar, 2018 4 commits
-
-
cdanger authored
AttributeSource
-
cdanger authored
DecisionCache.Factory#getInstance(...) because AttributeValue factories may be required for the decision cache system to be able to create/restore AttributeValues from deserialized data stored or produced by external - possibly remote - systems (e.g. cache storage database). Remember that such attribute values can be present in decision results, typically in AttributeAssignments of Obligations/Advice.
-
-
cdanger authored
(Closeable|Base)NamedAttributeProvider to reuse the official term "named attribute" from §7.3 of XACML 3.0 spec
-
- 11 Mar, 2018 1 commit
-
-
cdanger authored
-
- 05 Mar, 2018 6 commits
- 04 Mar, 2018 4 commits
- 03 Mar, 2018 3 commits
-
-
cdanger authored
- AttributeProvider: get(..., BagDatatype datatype, ...) -> get(..., Datatype datatype, ...) - EvaluationContext: getNamedAttributeValue(AttributeFqn, BagDatatype) -> getNamedAttributeValue(AttributeFqn, Datatype)
-
cdanger authored
-
cdanger authored
- Fixed javadoc of AttributeProvider interface - BaseDesignatedAttributeProvider: removed unused exceptions - Expressions: fixed debug logs
-
- 17 Feb, 2018 4 commits
- 07 Feb, 2018 1 commit
-
-
cdanger authored
-
- 15 Jan, 2018 3 commits
-
-
cdanger authored
-
cdanger authored
-
Cyril Dangerville authored
-
- 14 Jan, 2018 11 commits
-
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
cdanger authored
-
-
cdanger authored
-
cdanger authored
date/time types from AttributeValue to XmlUtils - AttributeValueFactoryRegistry interface: added newAttributeValue() and newAttributeBag() methods for creating AttributeValue/Bag from raw Java types without specifying XACML datatype explicitly - SimpleValue.BaseFactory abstract class: added getSupportedInputTypes() for simple attribute value factories to specify the input Java types they can parse to AttributeValue, in order to implement new AttributeValueFactoryRegistry#newAttributeValue/Bag() methods - X500NameValue: added constructor from X500Principal
-
- 12 Jan, 2018 1 commit
-
-
cdanger authored
owasp dependency check - update license
-
- 08 Jan, 2018 1 commit
-
-
cdanger authored
Map,...) FINAL - Added utility method to Bags class to help create AttributeBag from raw Java values (to support issue https://github.com/authzforce/core/issues/10)
-
- 04 Dec, 2017 1 commit
-
-
cdanger authored
-