blob: b32a936c40f013b4c32ef47ea5a430ba9ba22b5f [file] [log] [blame]
Pamela Dragoshb909b142019-03-09 11:48:44 -05001#
2# Properties that the embedded PDP engine uses to configure and load
3#
4# Standard API Factories
5#
6xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory
7xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
8xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory
9xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory
10xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory
11#
12# AT&T PDP Implementation Factories
13#
14xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
15xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
16xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
17#
18# ONAP PDP Implementation Factories
19#
20xacml.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#
35xacml.rootPolicies=guard
36guard.file=src/main/resources/RootGuardPolicy.xml
37