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
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.