I am using XACML 3.0 for authorization in my project is their any open source policy editor tool so that I can create policies on the fly.
Asked
Active
Viewed 6,178 times
4
-
Possible duplicate of [Good and easy-to-use XACML GUI editor?](https://stackoverflow.com/questions/44657821/good-and-easy-to-use-xacml-gui-editor) – Abimaran Kugathasan Aug 10 '17 at 10:25
1 Answers
5
There are several open source policies editors. As i know,
- UMU XACML editor
- WSO2 Identity Server
- OpenAM Server
Also Non open sources, but you can download freely such as
- ALFA Plugin by Axiomatics (non-commercial use)
- Free GUI based XACML Editor (XACML2.0 to XACML3.0 conversion)
If you want to integrate policy creation in to your project. I guess, best approach is to use Balana utils library. It is a library that can be used to create XACML 3.0 policies and XACML 3.0 request using an simple object model. You find the source code of Balana util from here. Basically WSO2 Identity Server policy editors are used this library to build the policies.
-
Balana source which you specified its not buildable completely its giving maven build error SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder – Utsav Jan 16 '14 at 11:11
-
We did not have experienced such issue. I have just tried with clean M2 repo.. It builds without any issue. Maven version is "Apache Maven 3.0.4 " and JDK is 1.6.29. Could you please verify this again. – Asela Jan 16 '14 at 11:28
-
-
ok i will try with that vresion , is there any whitepaper on wso2.utils library – Utsav Jan 16 '14 at 13:45
-
-
I tried with Maven ver 3.0.5 still POM file is dependent on Parent pom file so its not allowing me to download complete dependencies of maven, can you please check and share working one with me... – Utsav Jan 20 '14 at 07:40
-
yes..but also, Please try to get svn up from http://svn.wso2.org/repos/wso2/trunk/commons/balana/ and then try to build – Asela Jan 20 '14 at 07:56