2 # ============LICENSE_START=======================================================
 
   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
 
  11 #      http://www.apache.org/licenses/LICENSE-2.0
 
  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=========================================================
 
  22 # Standard API Factories
 
  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
 
  30 # AT&T PDP Implementation Factories
 
  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
 
  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.
 
  44 # In case we have multiple applicable Guard policies, we will deny if any of them denies.
 
  45 #xacml.att.policyFinderFactory.combineRootPolicies=urn:com:att:xacml:3.0:policy-combining-algorithm:combined-deny-overrides
 
  46 xacml.att.policyFinderFactory.combineRootPolicies=urn:oasis:names:tc:xacml:3.0:policy-combining-algorithm:permit-unless-deny