Skip to content

Commit

Permalink
Update UserAndProgrammersGuide.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Aug 29, 2018
1 parent 428c4af commit 20c6780
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/UserAndProgrammersGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ Non-core (not defined in XACML 3.0 Core standard) PDP behavior and features may
* Attribute Datatypes: to support extra XACML datatypes, e.g. from DLP/NAC Profile;
* Functions: to support extra XACML functions, e.g. from DLP/NAC Profile;
* Attribute Providers: to customize the way attribute value are retrieved outside the PEP's Request.

.. * Request preprocessor: to customize the processing of individual decision requests;
.. * Combining algorithms: Additional alg profile
* Request filter: to customize the processing of individual decision requests;
* Result filter: to customize the processing of XACML Results in Response;
* Combining algorithms: to add custom policy or rule combining algorithms.

Attribute Datatype extensions
#############################
Expand Down Expand Up @@ -1182,8 +1182,7 @@ The steps to integrate the extension into the AuthzForce Server go as follows:
.. code-block:: xml
:linenos:
<uri
name="http://authzforce.github.io/core/xmlns/test/3" uri="classpath:org.ow2.authzforce.core.test.xsd"/>
<uri name="http://authzforce.github.io/core/xmlns/test/3" uri="classpath:org.ow2.authzforce.core.pdp.testutil.ext.xsd"/>
#. Finally, restart Tomcat to apply changes.

Expand Down

0 comments on commit 20c6780

Please sign in to comment.