Here's what I was thinking of this morning:

I need to define a lot of XACML Policies (which is an XML application) at the moment. So far I've used the XML-Editor supplied with Eclipse and defined some templates to make things easier. This works pretty well but some things could be improved:

  • it would be nice if the content assist would only suggest templates which are actually allowed at the point where I want to insert them
  • another neat feature would be to have a list of valid attribute values when I "tab" to the placedholder defined in the template

Is this actually possible? I've read somewhere here that you can define your own template variables programmatically, which could maybe solve the first problem I have.

Greetings, Oliver

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

WSO2 Identity Server (http://wso2.org/) is a open source entitlement engine which is based on the sunxacml. WSO2 Identity Server contains a nice XACML UI policy editor which can be easily used to create complex XACML policies.. I think it is better to try it by yourself. User dont want to have much knowledge on XACML to define those policies. But still you want to define the attribute values by manual process. Also It has a PIP layer to plug any attribute finder module with it. Therefore you are able to find your attribute from any database, LDAP user store , web services and many more .... Also there are decision caching, policy caching and PIP level attribute caching to improve the performance. You can download the WSO2 Identity Server from here [1] and refer the implementation source code from here [2]

[1] http://wso2.org/ [2] https://svn.wso2.org/repos/wso2/trunk/carbon/components/identity/

Thanks, Asela.

link|improve this answer
feedback

you could also try Turmeric SOA, in particular the Policy Admin UI component. Basically this is a Web based Policy editor where you can create/edit/import/export your policies. This is an open source project under eBayOpenSource domain. Apache license. Here is the home page and doco: https://www.ebayopensource.org/index.php/Turmeric/HomePage http://www.ebayopensource.org/wiki/display/TURMERICDOC/Policy+Administration+Tool+User+Guide

regards

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.