Uses of Interface
org.apache.shindig.social.core.oauth2.OAuth2DataService

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

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

Classes in org.apache.shindig.social.core.oauth2 that implement OAuth2DataService
 class OAuth2DataServiceImpl
           
 

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2DataService
 OAuth2DataService OAuth2ServiceImpl.getDataService()
           
 OAuth2DataService OAuth2Service.getDataService()
          Retrieves the underlying data service.
 

Constructors in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2DataService
OAuth2ServiceImpl(OAuth2DataService store)
           
 

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

Methods in org.apache.shindig.social.core.oauth2.validators with parameters of type OAuth2DataService
 void ClientCredentialsGrantValidator.setOAuth2DataService(OAuth2DataService service)
           
 

Constructors in org.apache.shindig.social.core.oauth2.validators with parameters of type OAuth2DataService
AccessTokenRequestValidator(OAuth2DataService store)
           
AuthCodeGrantValidator(OAuth2DataService service)
           
AuthorizationCodeRequestValidator(OAuth2DataService store)
           
ClientCredentialsGrantValidator(OAuth2DataService service)
           
DefaultResourceRequestValidator(OAuth2DataService store)
           
 



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