/* */ throws URISyntaxException, UnknownIdentifierException
/* */ {
/* 147 */ PolicyCombiningAlgorithm alg = (PolicyCombiningAlgorithm)(PolicyCombiningAlgorithm)CombiningAlgFactory.getInstance().createAlgorithm(new URI(combiningAlg));
/* */
/* 151 */ this.policyList = policyList;
/* 152 */ this.policies = new PolicyCollection(alg, policyId);
/* */
/* 154 */ String schemaName = System.getProperty("com.sun.xacml.PolicySchema");
/* */
/* 156 */ if (schemaName != null)
/* 157 */ this.schemaFile = new File(schemaName);