Tagged Questions

3
votes
2answers
190 views

How to refer a custom function in xml

How can I refer a custom function in xml? Suppose that I have a function written in Java and want it to refer by the xml tag, how is this possible? Current senario: I am using XACML2.0 which ...
2
votes
1answer
73 views

How do I apply XACML rules to every child URI?

I'm working with XACML policies and I have a rule that includes a resource target similar to the following: <Resources> <Resource> <ResourceMatch ...
1
vote
2answers
235 views

Implementing a XACML editor based on an existing XML editor as a plugin

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 ...