Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame^] | 1 | # |
| 2 | # Properties that the embedded PDP engine uses to configure and load |
| 3 | # |
| 4 | # Standard API Factories |
| 5 | # |
| 6 | xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory |
| 7 | xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory |
| 8 | xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory |
| 9 | xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory |
| 10 | xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory |
| 11 | # |
| 12 | # AT&T PDP Implementation Factories |
| 13 | # |
| 14 | xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory |
| 15 | xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory |
| 16 | xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory |
| 17 | # |
| 18 | # ONAP PDP Implementation Factories |
| 19 | # |
| 20 | xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapPolicyFinderFactory |
| 21 | |
| 22 | # |
| 23 | # ONAP Implementation Factories |
| 24 | # |
| 25 | #xacml.att.policyFinderFactory=org.onap.policy.pdp.xacml.application.common.OnapApplicationPolicyFinder |
| 26 | |
| 27 | # |
| 28 | # NOTE: If you are testing against a RESTful PDP, then the PDP must be configured with the |
| 29 | # policies and PIP configuration as defined below. Otherwise, this is the configuration that |
| 30 | # the embedded PDP uses. |
| 31 | # |
| 32 | |
| 33 | # Policies to load |
| 34 | # |
| 35 | xacml.rootPolicies=guard |
| 36 | guard.file=src/main/resources/RootGuardPolicy.xml |
| 37 | |