jar

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 JAR file - Latest Versions:

All Versions

Download org.ow2.authzforce : authzforce-pdp-ext-json-path JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window authzforce-pdp-ext-json-path-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ow2.authzforce.pdp.ext.jsonpath

├─ org.ow2.authzforce.pdp.ext.jsonpath.JsonPathFunctions.class - [JAR]

├─ org.ow2.authzforce.pdp.ext.jsonpath.JsonValue.class - [JAR]