@Override
public <T> void set(String key, T obj)
{
if(XACMLConstants.POLICY_FINDER.equals(key))
{
JBossPolicyFinder jbf = (JBossPolicyFinder) obj;
String policySetLocation = "test/policies/interop/xacml-policySet.xml";
String[] arr = new String[] {
"test/policies/interop/xacml-policy2.xml",
"test/policies/interop/xacml-policy3.xml",
"test/policies/interop/xacml-policy4.xml",