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

Packages that use OAuth2NormalizedRequest
org.apache.shindig.social.core.oauth2   
org.apache.shindig.social.core.oauth2.validators   
 

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

Methods in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2NormalizedRequest
 void OAuth2ServiceImpl.authenticateClient(OAuth2NormalizedRequest req)
           
 void OAuth2Service.authenticateClient(OAuth2NormalizedRequest req)
          Validates a client.
 OAuth2Code OAuth2ServiceImpl.generateAccessToken(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.generateAccessToken(OAuth2NormalizedRequest req)
          Generates an access token from a client OAuth 2.0 request.
 OAuth2Code OAuth2ServiceImpl.generateAuthorizationCode(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.generateAuthorizationCode(OAuth2NormalizedRequest req)
          Generates an authorization code from a client OAuth 2.0 request.
 OAuth2Code OAuth2ServiceImpl.generateRefreshToken(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.generateRefreshToken(OAuth2NormalizedRequest req)
          Generates a refresh token from a client OAuth 2.0 request.
 OAuth2Code OAuth2ServiceImpl.grantAccessToken(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.grantAccessToken(OAuth2NormalizedRequest req)
          Grants an access token to the given client by generating and registering the access token.
 OAuth2Code OAuth2ServiceImpl.grantAuthorizationCode(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.grantAuthorizationCode(OAuth2NormalizedRequest req)
          Grants an authorization code to the given client by generating and registering the code.
 OAuth2Code OAuth2ServiceImpl.grantRefreshToken(OAuth2NormalizedRequest req)
           
 OAuth2Code OAuth2Service.grantRefreshToken(OAuth2NormalizedRequest req)
          Grants a refresh token to the given client by generating and registering the refresh token.
 void OAuth2ServiceImpl.validateRequestForAccessToken(OAuth2NormalizedRequest req)
           
 void OAuth2Service.validateRequestForAccessToken(OAuth2NormalizedRequest req)
          Validates a client's request for an access token.
 void OAuth2ServiceImpl.validateRequestForAuthCode(OAuth2NormalizedRequest req)
           
 void OAuth2Service.validateRequestForAuthCode(OAuth2NormalizedRequest req)
          Validates a client's request for an authorization token.
 void OAuth2ServiceImpl.validateRequestForResource(OAuth2NormalizedRequest req, java.lang.Object resourceRequest)
           
 void OAuth2Service.validateRequestForResource(OAuth2NormalizedRequest req, java.lang.Object resourceRequest)
          Validates a client's request to use access a resource.
 

Uses of OAuth2NormalizedRequest in org.apache.shindig.social.core.oauth2.validators
 

Methods in org.apache.shindig.social.core.oauth2.validators with parameters of type OAuth2NormalizedRequest
 void ClientCredentialsGrantValidator.validateRequest(OAuth2NormalizedRequest req)
           
 void AccessTokenRequestValidator.validateRequest(OAuth2NormalizedRequest req)
           
 void AuthCodeGrantValidator.validateRequest(OAuth2NormalizedRequest servletRequest)
           
 void DefaultResourceRequestValidator.validateRequest(OAuth2NormalizedRequest req)
           
 void AuthorizationCodeRequestValidator.validateRequest(OAuth2NormalizedRequest req)
           
 void OAuth2RequestValidator.validateRequest(OAuth2NormalizedRequest req)
          Validates an OAuth 2.0 request.
 void OAuth2ProtectedResourceValidator.validateRequestForResource(OAuth2NormalizedRequest req, java.lang.Object resourceRequest)
          Validates a request for a protected resource.
 void DefaultResourceRequestValidator.validateRequestForResource(OAuth2NormalizedRequest req, java.lang.Object resourceRequest)
          TODO (Matt): implement scope handling.
 



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