X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fxacml%2Fxacml.rst;h=ff8c0b7476957474e44976f3a6611cb87184faba;hb=688a2dd3a681c28ac48ad737316c2dc1dff08526;hp=5fd50a1bc8445b406a5740d7f381878d47cb3bc7;hpb=b0f136169fcf812b4f030a6d0ffe2817977b313c;p=policy%2Fparent.git diff --git a/docs/xacml/xacml.rst b/docs/xacml/xacml.rst index 5fd50a1b..ff8c0b74 100644 --- a/docs/xacml/xacml.rst +++ b/docs/xacml/xacml.rst @@ -8,7 +8,7 @@ Policy XACML PDP Engine .. toctree:: :maxdepth: 2 -The ONAP XACML Policy PDP Engine uses an `open source implementation `__ of the `OASIS XACML 3.0 Standard `__ to support fine-grained policy decisions in the ONAP. The XACML 3.0 Standard is a language for both policies and requests/responses for access control decisions. The ONAP XACML PDP translates TOSCA Compliant Policies into the XACML policy language, loads the policies into the XACML engine and exposes a Decision API which uses the XACML request/response language to render decisions for ONAP components. +The ONAP XACML Policy PDP Engine uses an `open source implementation `__ of the `OASIS XACML 3.0 Standard `__ to support fine-grained policy decisions in the ONAP. The XACML 3.0 Standard is a language for both policies and requests/responses for access control decisions. The ONAP XACML PDP translates TOSCA Compliant Policies into the XACML policy language, loads the policies into the XACML engine and exposes a Decision API which uses the XACML request/response language to render decisions for ONAP components. ONAP XACML PDP Supported Policy Types ************************************* @@ -67,7 +67,7 @@ These two translators are used by the Guard application and are very specific to `Implementation of Coordination Translator `_ Native XACML OAISIS 3.0 XML Policy Translator ------------------------------------------------ +--------------------------------------------- This translator pulls a URL encoded XML XACML policy from a TOSCA Policy and loads it into a XACML Engine. This allows native XACML policies to be used to support complex use cases in which a translation from TOSCA to XACML is too difficult.