nl.surfnet.coin.shindig.oauth
Class CoinOAuthServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.shindig.common.servlet.InjectedServlet
nl.surfnet.coin.shindig.oauth.CoinOAuthServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@Component(value="oAuthServlet")
public class CoinOAuthServlet
- extends org.apache.shindig.common.servlet.InjectedServlet
Coin OAuth Servlet extends SampleOAuthServlet. Implements coin specific
changes to the SampleOAuthServlet class. E.g. use CoinOAuthDataStore.
- Author:
- steinwelberg
- See Also:
- Serialized Form
| Fields inherited from class org.apache.shindig.common.servlet.InjectedServlet |
initialized, injector |
|
Method Summary |
protected void |
doGet(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
protected void |
doPost(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
void |
setDataStore(OAuthDataStore dataStore)
|
| Methods inherited from class org.apache.shindig.common.servlet.InjectedServlet |
checkInitialized, init |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIRTUAL_ORGANIZATION
public static final String VIRTUAL_ORGANIZATION
- See Also:
- Constant Field Values
CoinOAuthServlet
public CoinOAuthServlet()
setDataStore
@Inject
public void setDataStore(OAuthDataStore dataStore)
doPost
protected void doPost(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws javax.servlet.ServletException,
IOException
- Overrides:
doPost in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
doGet
protected void doGet(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
throws javax.servlet.ServletException,
IOException
- Overrides:
doGet in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2007-2012. All Rights Reserved.