public class OpenIDServlet extends ExplorerInjectedServlet
GET /openid/authrequest?openid_identifier=- 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. GET /openid/providers - Returns a list of OpenID providers supported by the server from which users can choose in order to login with OpenID
HTML_CONTENT_TYPE, 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 |
injectDependencies(OpenIDConsumer consumer,
org.apache.shindig.auth.SecurityTokenCodec codec,
OpenIDProviderStore providerStore,
org.apache.shindig.config.ContainerConfig config) |
getPaths, getRequestBody, parseResponseToJson, parseResponseToString, splitQuerycheckInitialized, initdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@Inject public void injectDependencies(OpenIDConsumer consumer, org.apache.shindig.auth.SecurityTokenCodec codec, OpenIDProviderStore providerStore, org.apache.shindig.config.ContainerConfig config)
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.