Hi,
I am trying to run the StaticRefPolicyFinderModule class that comes with SUN XACMl 1.x implementation source code.
I aminstantiating the class as below.However, this does not work.I am getting an exception. Could anyone please let me know how to instantiate and use the StaticrefPolicyFinderModule class. Thanks in advance,
List<
String> pList = new ArrayList ();
pList.add("C://policyfile.xml");
StaticRefPolicyFinderModule ppsFinder = new StaticRefPolicyFinderModule(pList);