{
if (PolicyRegistration.XACML.equalsIgnoreCase(type))
{
try
{
XACMLPolicy policy = PolicyFactory.createPolicy(stream);
Set<XACMLPolicy> policySet = this.contextIdToXACMLPolicy.get(contextID);
if (policySet == null)
{
policySet = new HashSet<XACMLPolicy>();