${project.groupId}:${project.artifactId} · AuthZForce Community Edition - Parent project to 'commons' artifacts, i.e. artifacts reusable beyond the scope of AuthZForce, such as XML schemas from standards or open specifications in general.
Group: org.ow2.authzforce - All Dependencies
${project.groupId}:${project.artifactId} · AuthZForce - Java model (JAXB) for Atom Syndication format (IETF RFC 4287 and 6573) (XML schema included)
org.ow2.authzforce:authzforce-ce-xmlns-model · AuthZForce - "xml:" Namespace Model. XML schema from http://www.w3.org/2001/xml.xsd and corresponding XJC episode that is useable for JAXB class generation from XSD importing xml.xsd.
org.ow2.authzforce:authzforce-ce-core · AuthzForce - XACML-compliant Core PDP Engine and associated test modules
org.ow2.authzforce:authzforce-ce-server-webapp · Web application packaging for AuthzForce (PAP/PDP) REST service
org.ow2.authzforce:authzforce-ce-server-rest-service · Implementation of RESTful API defined by authzforce-ce-rest-api-model package
org.ow2.authzforce:authzforce-ce-server-dist · AuthzForce CE server distribution (zip and deb)
org.ow2.authzforce:authzforce-ce-server · AuthzForce CE Server
${project.groupId}:${project.artifactId} · AuthZForce CE - File-based PAP DAO implementation
${project.groupId}:${project.artifactId} · AuthzForce CE - Core PAP API
org.ow2.authzforce:authzforce-ce-server-upgrader · Distribution upgrader
org.ow2.authzforce:authzforce-ce-core-pdp-cli · AuthzForce - Core PDP Command-Line Interface
org.ow2.authzforce:authzforce-ce-restful-pdp-cxf-spring-boot-server · AuthzForce - RESTful PDP service based on Apache CXF/Spring Boot that is compliant with REST Profile of XACML 3.0, and consumes/produces both XACML-XML and XACML-JSON-Profile-compliant requests/responses
org.ow2.authzforce:authzforce-ce-restful-pdp · AuthzForce - Parent Project of RESTful PDP API implementation according to REST Profile of XACML 3.0
AuthzForce CE - Extensions for Apache Kafka · Kafka Authorizer (KIP-11) implementation supporting both Kafka ACL and XACML policy evaluation for Attribute-Based Access Control
AuthZForce :: XACML SDK :: SAMPLES · SDK allowing to create Xacml request and parse responses
AuthZForce :: XACML SDK · SDK allowing to create Xacml request and parse responses
org.ow2.authzforce:authzforce-pdp-ext-openid-authzen · AuthzForce CE - PDP extensions for OpenID AuthZen API support
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.