Guo Ruijing | 073cc18 | 2017-07-31 08:47:35 +0000 | [diff] [blame] | 1 | ### |
| 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 |
| 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 | |
| 29 | # If there is a standard set of PIPEngines: |
| 30 | # xacml.pip.engines=engine1,engine2,...,engineN |
| 31 | # engine1.classname=com.att.research.xacmlpip.OraclePIP |
| 32 | # engine1.prop1=foo |
| 33 | # engine1.prop2=bar |
| 34 | # ... |
| 35 | # engine2.classname=com.att.research.xacmlpip.ActiveDirectoryPIP |
| 36 | # ... |
| 37 | |
| 38 | # AT&T PDP Implementation Factories |
| 39 | # |
| 40 | xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory |
| 41 | xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory |
| 42 | xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory |
| 43 | xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory |
| 44 | |
| 45 | # If there is a standard policy for the engine: |
| 46 | # xacml.att.stdPolicyFinderFactory.rootPolicyFile=/etc/stdpolicyset.xml |