Processing XACML policies in java
I am actually working on a project that needs to parse the XACML policy file and detect the policies defined inside , to do so i've seen some of api but either they speak about how to build a request or how to parse the response (from the pdp ) , so i am asking if any one could help ( i know that i can do it using JAXB but i do not know wich information to retrieve ) Thaknk you for开发者_如何学Go answering in advance
Can you please add more context to your question..? You can sun-xacml to parse XACML policy files and figure out what's inside it..
You probably want to use more up-to-date XACML implementations.
Open-source implementations include Heras-AF, WS02, SICSACML, and enterprise XACML.
Vendor implementations include Oracle, Axiomatics, and IBM.
The Axiomatics implementation is the most up-to-date one. It supports XACML 2.0 and XACML 3.0.
精彩评论