fa9568b5c84718e9471e7932e66870d365c24a44
[policy/drools-applications.git] / controlloop / templates / template.demo.clc / src / test / resources / properties / prototype / xacml_guard_clc.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # ONAP
4 # ================================================================================
5 # Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #      http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20 #
21 #
22 # Standard API Factories
23 #
24 xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory
25 xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
26 xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory
27 xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory
28 xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory
29 #
30 # AT&T PDP Implementation Factories
31 #
32 xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
33 xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
34 xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
35 xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory
36
37
38 #
39 # NOTE: If you are testing against a RESTful PDP, then the PDP must be configured with the
40 # policies and PIP configuration as defined below. Otherwise, this is the configuration that
41 # the embedded PDP uses.
42 #
43
44 # In case we have multiple applicable Guard policies, we will deny if any of them denies.
45 xacml.att.policyFinderFactory.combineRootPolicies=urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:permit-unless-deny
46
47 get-operation-outcome.persistenceunit=OperationsHistoryPUTest