Name Last Update
..
ldif Loading commit data...
amXACML.properties Loading commit data...
amXACML_de.properties Loading commit data...
amXACML_es.properties Loading commit data...
amXACML_fr.properties Loading commit data...
amXACML_ja.properties Loading commit data...
amXACML_ko.properties Loading commit data...
amXACML_zh.properties Loading commit data...
amXACML_zh_TW.properties Loading commit data...
readme.html Loading commit data...

readme.html

<!DOCTYPE html>

XACML v3 Resource Router


Provides main end-point for all XACML v3.0 requests,
either XML or JSON based over HTTP/HTTPS REST based protocol flow.


This ForgeRock developed XACML Resource Router complies with the following OASIS Specifications:


  • xacml-3.0-core-spec-cs-01-en.pdf

  • xacml-rest-v1.0-csprd01.pdf

  • xacml-json-http-v1-1.0-wd09.doc

  • ...

The following XACML v3 End Points are currently viable:

MethodXACML PathDescription
GET

  • /openam/xacml/
Default, Provides Home Document
GET
  • /openam/xacml/home/
Provides Home Document
GET
  • /openam/xacml/status/
Provides Status and Home
Document

POST

  • /openam/xacml/
Default, Request from PEP
POST
  • /openam/xacml/pdp/
Request from PEP

Future intended EndPoints which are not Implemented yet:

MethodXACML PathDescription

GET

  • /openam/xacml/pip/<query>
Policy Information Point
Query

GET & POST
  • /openam/xacml/pap/*
Policy Administration Point
POST
  • /openam/xacml/pap/import/
PAP Import Policy
POST
  • /openam/xacml/pap/export/
PAP Export Policy