davidjbrossard / java-json-pep-sdk

This project provides a Policy Enforcement Point (PEP) SDK in Java that generates a XACML 3.0 authorization request and response in accordance with the JSON Profile of XACML 1.1.

Home Page:https://davidjbrossard.github.io/java-json-pep-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java JSON PEP SDK for XACML

This project provides a PEP SDK for Java, that generates a XACML request and response in accordance with the JSON Profile of XACML 1.1 and 1.0. The project is organized into a number of submodule projects using Apache Maven. Please see their brief descriptions below, or see the submodule project's READMEs.

The models can be used to POST a request to a Policy Decision Point (such as the Axiomatics Cloud Native PDP), using an HTTP client of your choice.

The project contains sample clients based on popular HTTP client libraries Feign and Jersey.

Project Contents

More information can be found at OASIS's JSON Profile of XACML v 1.1.

How to Use the SDK

See sample code in the client-feign-example and client-jaxrs-example subprojects.

About

This project provides a Policy Enforcement Point (PEP) SDK in Java that generates a XACML 3.0 authorization request and response in accordance with the JSON Profile of XACML 1.1.

https://davidjbrossard.github.io/java-json-pep-sdk/

License:Apache License 2.0


Languages

Language:Java 100.0%