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

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

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

Classes in org.apache.shindig.social.core.oauth2 that implement OAuth2Service
 class OAuth2ServiceImpl
          A simple in-memory implementation of the OAuth 2 services.
 

Methods in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2Service
 void OAuth2Servlet.setOAuth2Service(OAuth2Service oauthService)
           
 

Constructors in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2Service
OAuth2AuthenticationHandler(OAuth2Service store)
           
OAuth2AuthorizationHandler(OAuth2Service service)
           
OAuth2TokenHandler(OAuth2Service service)
          Constructs the token handler with the OAuth2Service.
 



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