Added mechanism to just check a single acs
This commit is contained in:
parent
2a43f20287
commit
c966f46bc6
|
@ -87,6 +87,10 @@ class ACS {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
matches(acs) {
|
||||||
|
return checkAcs(acs, {subject: this.subject});
|
||||||
|
}
|
||||||
|
|
||||||
getConditionalValue(condArray, memberName) {
|
getConditionalValue(condArray, memberName) {
|
||||||
if (!Array.isArray(condArray)) {
|
if (!Array.isArray(condArray)) {
|
||||||
// no cond array, just use the value
|
// no cond array, just use the value
|
||||||
|
|
Loading…
Reference in New Issue