I am Using Balana XACML for Authorization. Can anybody share with me a class which extends PolicyFinderModule of Balana to make PDP to Read a specified XACML Policy. I want something as if we have SampleAttributeFinderModule, SampleResourceFinderModule provided by BALANA.
Asked
Active
Viewed 123 times
1 Answers
2
Hi I think your requirement is to load the policy from In Memory. Balana has already implemented the concept of In Memory Policy Finder. You need a class which is extended from PolicyFinderModule. Check this : SVN Link

Utsav
- 1,593
- 4
- 22
- 46
-
Thanks for the link. helped a lot – Naveen Rayappa Apr 02 '14 at 07:29