OpenId4Java support

OpenIdAuthenticationProcessingFilter to replace OpenIDLoginInititationServlet
This commit is contained in:
Ray Krueger
2007-07-02 03:44:07 +00:00
parent ef38844a6d
commit 1dfc2baea2
9 changed files with 449 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ public class MockOpenIDConsumer implements OpenIDConsumer {
/* (non-Javadoc)
* @see org.acegisecurity.ui.openid.OpenIDConsumer#beginConsumption(javax.servlet.http.HttpServletRequest, java.lang.String)
*/
public String beginConsumption(HttpServletRequest req, String identityUrl)
public String beginConsumption(HttpServletRequest req, String identityUrl, String returnToUrl)
throws OpenIDConsumerException {
return redirectUrl;
}