Tagged Questions
3
votes
2answers
97 views
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 ...
3
votes
5answers
533 views
Designing an XACML API
Currently, the XACML specification defines a protocol for request / response but leaves it up to interpretation as to how it can be integrated into an enterprise application. I believe that the value ...
3
votes
2answers
191 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
78 views
How to disable caching for a custom PIP in TSPM?
I'm using IBM's Tivoli Security Policy Manager with a custom PIP (implementing com.ibm.tscc.rtss.authz.api.IExternalFinder). I can see my PIP from TIP console, and I'm able to configure it to provide ...
2
votes
4answers
665 views
Does anyone actually use Attribute Based Access Control?
I've seen Attribute Based Access Control mentioned several times on Stack Overflow (example). However, a Google search and stack overflow search later I cannot find much, only abac (which doesn't seem ...
1
vote
1answer
69 views
JodaTime for XML Schema/XACML Duration types
I'm trying to use Joda to support all XACML data times but am having trouble getting it to parse duration from strings like "P50DT4H4M3S". I suspect the problem is ISO and W3C parted ways at some ...
1
vote
5answers
209 views
XACML Java API recommendation
what Java XACML API would you recommend to use ? Any experiences will be appreciated.
Thanks
1
vote
2answers
263 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 ...
0
votes
0answers
11 views
How to get subject details in XACML?
I have tried following method to get subject section
abstractPolicy.getTarget().getSubjectsSection()
but from that it dosen't provide any methods to get subject's information. So can I convert it ...
0
votes
0answers
53 views
Unmarshalling XACML Policie file with opensaml
Could any one please give me a link of a good tutorial that could give me an idea how i could build a XACMLObject using openSAML2 api from the policie file ?
Thanks