public class OAuth2AuthorizationHandler extends Object
| Constructor and Description |
|---|
OAuth2AuthorizationHandler(OAuth2Service service) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2NormalizedResponse |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles an OAuth 2.0 authorization request.
|
public OAuth2AuthorizationHandler(OAuth2Service service)
public OAuth2NormalizedResponse handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request - is the original requestresponse - is the response of the requestjavax.servlet.ServletExceptionIOExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.