Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 1 | # |
| 2 | # Default PIP Configuration from Policy. |
| 3 | # |
| 4 | xacml.pip.engines=AAF,historydb |
| 5 | |
| 6 | ### AAF PIP Configuration. |
| 7 | AAF.description=AAFEngine to communicate with AAF to take decisions |
| 8 | AAF.classname=org.onap.policy.xacml.std.pip.engines.aaf.AAFEngine |
| 9 | AAF.name=AAFEngine |
| 10 | |
| 11 | # PIP Engine Definition |
| 12 | # |
| 13 | historydb.classname=org.onap.policy.xacml.std.pip.engines.OperationHistoryEngine |
| 14 | historydb.issuer=org:onap:xacml:guard:historydb |
| 15 | historydb.name=operationHistoryDB |