Upgrade Java 17 in xacml-pdp
[policy/xacml-pdp.git] / applications / common / src / test / resources / test.properties
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 #
24 #
25 xacml.rootPolicies=rootstart
26 rootstart.file=src/test/resources/root.xml
27
28 xacml.referencedPolicies=refstart1,refstart2,refstart3,refstart4
29 refstart1.file=src/test/resources/ref1.xml
30 refstart2.file=src/test/resources/ref2.xml
31 refstart3.file=src/test/resources/ref3.xml
32 refstart4.file=src/test/resources/ref4.xml
33
34 #
35 # Database persistence for PIP
36 #
37 count-recent-operations.persistenceunit=PipEngineTest
38 get-operation-outcome.persistenceunit=PipEngineTest
39
40 #
41 # JPA Properties
42 #
43 eclipselink.target-database=Auto
44 jakarta.persistence.jdbc.driver=org.h2.Driver
45 jakarta.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
46 jakarta.persistence.jdbc.user=policy
47 jakarta.persistence.jdbc.password=P01icY