readme.html revision 73308f54e60e4cdb893e8b02955497e8f45b5893
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<title></title>
</head>
<body>
XACML v3 Resource Router
<p/>
Provides main end-point for all XACML v3.0 requests,
either XML or JSON based over HTTP/HTTPS REST based protocol flow.
<p/>
This ForgeRock developed XACML Resource Router complies with the following OASIS Specifications:
<ul>
<li>xacml-3.0-core-spec-cs-01-en.pdf</li>
<li>xacml-rest-v1.0-csprd01.pdf</li>
<li>xacml-json-http-v1-1.0-wd09.doc</li>
<li>...</li>
</ul>
<b>The following XACML v3 End Points are currently viable:</b>
<table>
<tr><th>Method</th><th>XACML Path</th><th>Description</th></tr>
<tr><td>GET</td><td><ul><li>&#47;openam&#47;xacml&#47;</li></ul></td><td><em>Default, Provides Home Document</em></td></tr>
<tr><td>GET</td><td><ul><li>&#47;openam&#47;xacml&#47;home&#47;</li></ul></td><td><em>Provides Home Document</em></td></tr>
<tr><td>GET</td><td><ul><li>&#47;openam&#47;xacml&#47;status&#47;</li></ul></td><td><em>Provides Status and Home
Document</em></td></tr>
<tr><td>POST</td><td><ul><li>&#47;openam&#47;xacml&#47;</li></ul></td><td><em>Default, Request from PEP</em></td></tr>
<tr><td>POST</td><td><ul><li>&#47;openam&#47;xacml&#47;pdp&#47;</li></ul></td><td><em>Request from PEP</em></td></tr>
</table>
<b><i>Future intended EndPoints which are not Implemented yet:</i></b>
<table>
<tr><th>Method</th><th>XACML Path</th><th>Description</th></tr>
<tr><td>GET
</td><td><ul><li>&#47;openam&#47;xacml&#47;pip&#47;&lt;query&gt;</li></ul></td><td><em>Policy Information Point
Query</em></td></tr>
<tr><td>GET &amp; POST
</td><td><ul><li>&#47;openam&#47;xacml&#47;pap&#47;*</li></ul></td><td><em>Policy Administration Point</em></td></tr>
<tr><td>POST
</td><td><ul><li>&#47;openam&#47;xacml&#47;pap&#47;import&#47</li></ul></td><td><em>PAP Import Policy</em></td></tr>
<tr><td>POST
</td><td><ul><li>&#47;openam&#47;xacml&#47;pap&#47;export&#47</li></ul></td><td><em>PAP Export Policy</em></td></tr>
</table>
</body>
</html>