X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packages%2Fbase%2Fsrc%2Ffiles%2Finstall%2Fservers%2Fpdp%2Fbin%2Fxacml.pdp.properties;h=fe5277d98c23c346e50ff5537c26ec3bcdc9a04e;hb=08a9f3a8d9831a351f54a5862b5ff58f3f5e7993;hp=7750047f7c498167a44708a796a93c7facfdf69d;hpb=fc5c07705edc4dcb7083b39116a43844bb6a1490;p=policy%2Fengine.git diff --git a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties index 7750047f7..fe5277d98 100644 --- a/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties +++ b/packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties @@ -1,6 +1,6 @@ ### # ============LICENSE_START======================================================= -# ECOMP Policy Engine +# ONAP Policy Engine # ================================================================================ # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ @@ -32,17 +32,17 @@ xacml.traceEngineFactory=com.att.research.xacml.std.trace.LoggingTraceEngineFact # xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory -xacml.att.functionDefinitionFactory=org.openecomp.policy.xacml.custom.EcompFunctionDefinitionFactory +xacml.att.functionDefinitionFactory=org.onap.policy.xacml.custom.OnapFunctionDefinitionFactory # NOT USED SEE BELOW xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory # creteUpdate Policy Implementation Class details. -createUpdatePolicy.impl.className=org.openecomp.policy.pdp.rest.api.services.CreateUpdatePolicyServiceImpl +createUpdatePolicy.impl.className=org.onap.policy.pdp.rest.api.services.CreateUpdatePolicyServiceImpl # AAF Implementation class details -aafClient.impl.className=org.openecomp.policy.utils.AAFPolicyClientImpl +aafClient.impl.className=org.onap.policy.utils.AAFPolicyClientImpl # # AT&T RESTful PDP Implementation Factories # -xacml.pipFinderFactory=org.openecomp.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory -xacml.att.policyFinderFactory=org.openecomp.policy.pdp.rest.XACMLPdpPolicyFinderFactory +xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory +xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory # # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into # into one PolicySet and use the given Policy Algorithm. @@ -107,7 +107,9 @@ xacml.rest.pap.userid=${{PDP_PAP_PDP_HTTP_USER_ID}} # pass PAP xacml.rest.pap.password=${{PDP_PAP_PDP_HTTP_PASSWORD}} # Delay for Notifications Don't change this. Value in milliSec. -xacml.rest.notification.delay=30 +xacml.rest.notification.delay=30 +# Client interval to ping notification service. +CLIENT_INTERVAL=15000 # Request Buffer Size. REQUEST_BUFFER_SIZE=5 #***Properties for IntegrityMonitor integration defined in XACMLRestProperties.java*** @@ -138,3 +140,6 @@ xacml.rest.pep.idfile = client.properties #Required only, when we use AAF policy.aaf.namespace = ${{POLICY_AAF_NAMESPACE}} policy.aaf.resource = ${{POLICY_AAF_RESOURCE}} +# Decision Response settings. +# can be either PERMIT or DENY. +decision.indeterminate.response=${{DECISION_INDETERMINATE_RESPONSE}}