Uses of Class
org.apache.shindig.social.core.oauth2.OAuth2NormalizedResponse

Packages that use OAuth2NormalizedResponse
org.apache.shindig.social.core.oauth2   
 

Uses of OAuth2NormalizedResponse in org.apache.shindig.social.core.oauth2
 

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2NormalizedResponse
 OAuth2NormalizedResponse OAuth2Exception.getNormalizedResponse()
          Retrieves the normalized response.
 OAuth2NormalizedResponse OAuth2TokenHandler.handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles an OAuth 2.0 request to the token endpoint.
 OAuth2NormalizedResponse OAuth2AuthorizationHandler.handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles an OAuth 2.0 authorization request.
 

Constructors in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2NormalizedResponse
OAuth2Exception(OAuth2NormalizedResponse response)
          Constructs an OAuth2Exception.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.