public class OpenIDServlet extends ExplorerInjectedServlet
GET /openid/authrequest?url=- Initiate an OpenID auth request using the given OpenID discovery url - Upon success this will return a redirect to the client - Upon failure it will return a 500 status code with the error GET /openid/openidcallback - The callback URL for an OpenID provider. - Clients should not hit this URL directly; rather, they will be redirected to it after a successful call to /openid/authrequest.
JSON_CONTENT_TYPE| Constructor and Description |
|---|
OpenIDServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
setOpenIDConsumer(OpenIDConsumer consumer) |
getPaths, getRequestBodycheckInitialized, initdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@Inject public void setOpenIDConsumer(OpenIDConsumer consumer)
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2013 OpenSocial Foundation. All Rights Reserved.