[sunxacml-discuss] PolicyFinderModule.java
Brought to you by:
farrukh_najmi,
sethp
|
From: Muhammad M. A. <Muh...@ui...> - 2005-03-16 15:30:57
|
Dear seth, In order to execute XACML policy file according to RBAC profile for RBAC what is the needed mechanism. I have explored FilePolicyModule.java n found some good help there. My question is that how we can make certain implemenation e.g. 1. only Role policy set shall be evaluated first (may b this can be done with saving all role policy set files in a differenent directory. 2. 2ndly , the permissions policy files are then referenced. 3. The permission policy files may contains referernces to other permission files too, how to evaluate this ??. 4. it may contains negative permission policy files, n if we want that they shall be executed first than positive one n if negative gives the result deny, positive shall not be executed at all. 5. the sample file given in the sample package for samplepolicyfindermodule.java is given , but it does not give really help regarding policy referencing. could u plz outline some hints for how to do all the above task. with Best regards Muhammad P.S : u have not given any answer to my question posted on other list of XACML, shall i post it here ?? |