从java中的Shibboleth IdP读取SAML响应时出错

时间:2014-02-17 20:11:41

标签: java xml shibboleth opensaml

我正在尝试用java编写服务提供程序。我正在使用Shibboleth IdP。我能够向IdP发送请求,当我尝试阅读响应时,我收到错误:

java.lang.IndexOutOfBoundsException: Index: 0 at java.util.Collections$EmptyList.get(Unknown Source) at org.opensaml.xml.util.LazyList.get(LazyList.java:93)

就在之前:

Assertion assertion = response.getAssertions().get(0); Map resutls = new HashMap();

任何建议或指针都会有所帮助。

0 个答案:

没有答案