DOC

org.ow2.authzforce : authzforce-pdp-ext-json-path

Maven & Gradle

May 22, 2024

org.ow2.authzforce:authzforce-pdp-ext-json-path · AuthzForce PDP extensions for JSON value processing, in particular JSONPath evaluation; it provides the XACML datatype 'urn:ow2:authzforce:feature:pdp:datatype:json' for JSON object/array values, and XACML functions that evaluate a JSON path (second parameter of standard string datatype) against an input JSON object/array (first parameter of datatype 'urn:ow2:authzforce:feature:pdp:datatype:json') and return the result of this evaluation. The return datatype depends on the actual function used: 'urn:ow2:authzforce:feature:pdp:function:string-from-json-path' returns a bag of strings, 'urn:ow2:authzforce:feature:pdp:function:integer-from-json-path' returns a bag of integers, 'urn:ow2:authzforce:feature:pdp:function:double-from-json-path' returns a bag of doubles, 'urn:ow2:authzforce:feature:pdp:function:boolean-from-json-path' returns a bag of booleans.

Table Of Contents

Latest Version

Download org.ow2.authzforce : authzforce-pdp-ext-json-path Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.authzforce : authzforce-pdp-ext-json-path Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file authzforce-pdp-ext-json-path-1.0.0-javadoc.jar to authzforce-pdp-ext-json-path-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder authzforce-pdp-ext-json-path-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "authzforce-pdp-ext-json-path-1.0.0-sources.jar" -d "authzforce-pdp-ext-json-path-1.0.0-javadoc" -subpackages