blob: 2ee09e8add37ef6c2313899d0c6b1892477b8924 [file] [log] [blame]
#
# Properties that the embedded PDP engine uses to configure and load
#
#
# Our Customized Factories
#
xacml.dataTypeFactory=org.apache.openaz.xacmlatt.pdp.test.custom.CustomDataTypeFactory
xacml.openaz.functionDefinitionFactory=org.apache.openaz.xacmlatt.pdp.test.custom.CustomFunctionDefinitionFactory
#
# Standard API Factories
#
xacml.pdpEngineFactory=org.apache.openaz.xacmlatt.pdp.ATTPDPEngineFactory
xacml.pepEngineFactory=org.apache.openaz.xacml.std.pep.StdEngineFactory
xacml.pipFinderFactory=org.apache.openaz.xacml.std.pip.StdPIPFinderFactory
#
# OpenAZ PDP Implementation Factories
#
xacml.openaz.evaluationContextFactory=org.apache.openaz.xacml.pdp.std.StdEvaluationContextFactory
xacml.openaz.combiningAlgorithmFactory=org.apache.openaz.xacml.pdp.std.StdCombiningAlgorithmFactory
xacml.openaz.policyFinderFactory=org.apache.openaz.xacml.pdp.std.StdPolicyFinderFactory
#
# NOTE: If you are testing against a RESTful PDP, then the PDP must be configured with the
# policies and PIP configuration as defined below. Otherwise, this is the configuration that
# the embedded PDP uses.
#
#
# Policies to load
#
xacml.rootPolicies=custom
custom.file=testsets/custom/datatype-function/Custom-Datatype-Function-v1.xml