|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.oauth2.OAuth2AuthorizationHandler
public class OAuth2AuthorizationHandler
Handles requests to the OAuth 2.0 authorization end-point.
| Constructor Summary | |
|---|---|
OAuth2AuthorizationHandler(OAuth2Service service)
|
|
| Method Summary | |
|---|---|
OAuth2NormalizedResponse |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles an OAuth 2.0 authorization request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuth2AuthorizationHandler(OAuth2Service service)
| 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 original requestresponse - is the response of the request
javax.servlet.ServletException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||