Is XACML supported by Restlet? If so, how is it used?
Asked
Active
Viewed 66 times
2 Answers
0
XACML is not currently supported by Restlet.
There is an open issue on the matter, but it hasn't been touched in 4 years. It's currently considered a low priority enhancement.

corsiKa
- 81,495
- 25
- 153
- 204
0
You do not particularly need support from Restlet itself. You can use Java XACML PEP SDKs to write the enforcement point that will filter within the Restlet apps.
Have a look at WSO2 (open source) or Axiomatics (vendor). They are the main XACML 3.0 implementations and they both have Java SDKs to implement your own PEPs including support for Restlet.

David Brossard
- 13,584
- 6
- 55
- 88