[ https://issues.apache.org/jira/browse/IMPERIUS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Wood updated IMPERIUS-17: ------------------------------- Attachment: splcore-evalresults-patch.txt Contains patches for PolicyDefinition.java PolicyEvaluatorImpl.java PolicyGroup.java PolicyStatement.java SPLPolicy.java and adds EvaluationResults.java PolicyStatementResult.java > More information on policy evaluation status > -------------------------------------------- > > Key: IMPERIUS-17 > URL: https://issues.apache.org/jira/browse/IMPERIUS-17 > Project: Imperius > Issue Type: Improvement > Environment: Any > Reporter: David Wood > Assignee: Bill Stoddard > Attachments: splcore-evalresults-patch.txt > > > Per a recent note to the mailing list.... > I would like to be able to implement ACL policies in SPL that do not > depend on implementation-dependent anchor classes to capture the results > of the decision. My suggestion is to use the condition statement > evaluation results to implement ACL policies. If people agree, then we > need to be able to retrieve the result of the condition evaluation after > policy evaluation. Currently all that is returned by SPLPis a status code > (error, success, not evaluated), but we could simply > change this to return a new EvaluationResults object that contains the > condition results, current status value, and any other data that might be > useful in the future. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.