124125126127128129130131132133134
// 100323 bnoordhuis: don't add the attribute, it causes a org.opensaml.MalformedException continue; } attribute.setValues(c); } else { attribute.addValue(e.getValue()); } attributeStatement.addAttribute(attribute); } }