I'm new to Java and was thinking of starting some project would be a good experience to learn. I need to build some authentication and authorization capabilities in the application and was thinking about XACML Balana for authorization.
Question 1: where can I find documentation for Balana as in the WSO2 SVN itself the documentation directory is empty and although there are some useful information in XACMLinfo yet something like a JavaDoc would be useful for my level.
Question 2: I started with the samples and when I tried to replicate I couldn't pinpoint how can I create the policy and I grasped that I can put that as a file yet how do I define the location of that file in the code
Question 3: for the PEP side do I need to rely on something like openAZ or that is if I want a more sophisticated application since I saw in the sample programs it is possible to send requests and receive responses as XML.
sorry for the might be not very polished questions but any answer would be a great help for putting a new programmer get on the right track.