PolicyConstants.XML_NAMESPACE_URI, "base"));
if (attri != null) {
policy.setBase(attri.getAttributeValue());
}
policy.addTerms(readTerms(element));
return policy;
}
private AndCompositeAssertion readAndComposite(OMElement element) {
AndCompositeAssertion andCompositeAssertion = new AndCompositeAssertion();