Spring SAML2 Sample Compilation Errors -
i have downloaded spring saml2 core , sample projects. when trying compile sample project in eclipse, shows errors.
for example, in class org.springframework.security.saml.web.metadatacontroller
there references metadatagenerator.setentityalias(..)
not resolve.
i checked source code of metadatagenerator
in saml2 core project , there no such method.
what missing?
it worked me 1.0.0.rc2 , not later versions.
pointing following repository:
<repository> <id>spring-milestones</id> <name>spring milestones</name> <url>http://repo.spring.io/milestone</url> <snapshots> <enabled>false</enabled> </snapshots> </repository>
Comments
Post a Comment