blob: b2687848bc9269e473e9fedb7c5f4673730286b1 [file] [log] [blame]
Guo Ruijing073cc182017-07-31 08:47:35 +00001###
2# ============LICENSE_START=======================================================
3# ONAP-XACML
4# ================================================================================
5# Copyright (C) 2017 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# Default XACML Properties File for PDP RESTful servlet
22#
23# Standard API Factories
24#
25xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory
26xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory
27xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory
28# NOT USED SEE BELOW xacml.pipFinderFactory=org.onap.policy.xacml.std.pip.StdPIPFinderFactory
29xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFactory
30#
31# AT&T PDP Implementation Factories
32#
33xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory
34xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory
35xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory
36# NOT USED SEE BELOW xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory
37
38#
39# AT&T RESTful PDP Implementation Factories
40#
41xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory
42xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory
43#
44# When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into
45# into one PolicySet and use the given Policy Algorithm.
46#
47xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-deny-overrides
48#
49# PDP RESTful API properties
50#
51# Set this to the address where the XACML-PAP-REST servlet is running
52# http://localhost:9090/pap/
53xacml.rest.pap.url=http://localhost:8070/pap/
54#
55# Give the running PDP an ID for the PAP. The url that its running as is a good choice.
56# The PAP identifies PDP's using the URL of the PDP.
57#
58xacml.rest.pdp.id=http://localhost:8082/pdp/
59#
60# Set the directory where the PDP holds its Policy Cache and PIP Configuration
61#
62xacml.rest.pdp.config=config_testing
63
64xacml.rest.pdp.webapps=/webapps
65
66xacml.rest.pdp.configparams=../webapps/configparams
67#
68# Initialize register with PAP servlet
69#
70xacml.rest.pdp.register=true
71#
72# Sleep period in seconds between register attempts
73#
74xacml.rest.pdp.register.sleep=15
75#
76# number of attempts to register. -1 means keep trying forever.
77#
78xacml.rest.pdp.register.retries=-1
79#
80# max number of bytes in a POST of a XML/JSON request
81#
82xacml.rest.pdp.maxcontent=32767
83#
84# testClient file
85#
86xacml.rest.pep.idfile = testclient.properties