|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.oauth2.OAuth2TokenHandler
public class OAuth2TokenHandler
Handles operations to the OAuth 2.0 token end point. TODO (Eric): generate refreshToken & associate with accessToken
| Constructor Summary | |
|---|---|
OAuth2TokenHandler(OAuth2Service service)
Constructs the token handler with the OAuth2Service. |
|
| Method Summary | |
|---|---|
OAuth2NormalizedResponse |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles an OAuth 2.0 request to the token endpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuth2TokenHandler(OAuth2Service service)
service - is the service that will support this handler| Method Detail |
|---|
public OAuth2NormalizedResponse handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
request - is the servlet request objectresponse - is the servlet response object
javax.servlet.ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||