118119120121122123124125126127128
} StaxUtil.writeEndElement(writer); } SAML11AdviceType advice = assertion.getAdvice(); if (advice != null) throw logger.notImplementedYet("Advice"); List<SAML11StatementAbstractType> statements = assertion.getStatements(); if (statements != null) {