diff --git a/core/acs.js b/core/acs.js index 835b80d3..cc8ed576 100644 --- a/core/acs.js +++ b/core/acs.js @@ -87,6 +87,10 @@ class ACS { } } + matches(acs) { + return checkAcs(acs, {subject: this.subject}); + } + getConditionalValue(condArray, memberName) { if (!Array.isArray(condArray)) { // no cond array, just use the value