blob: 21680c94ff9e93dc08932ae143aff742ace3fb1a [file] [log] [blame]
#
# Properties that the embedded PDP engine uses to configure and load
#
#
# Our Customized Factories
#
xacml.dataTypeFactory=org.apache.openaz.xacml.pdp.test.custom.CustomDataTypeFactory
xacml.openaz.functionDefinitionFactory=org.apache.openaz.xacml.pdp.test.custom.CustomFunctionDefinitionFactory
#
# Standard API Factories
#
xacml.pdpEngineFactory=org.apache.openaz.xacml.pdp.OpenAZPDPEngineFactory
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