Uses of Interface
com.google.code.linkedinapi.client.oauth.LinkedInOAuthService

Packages that use LinkedInOAuthService
com.google.code.linkedinapi.client.oauth   
 

Uses of LinkedInOAuthService in com.google.code.linkedinapi.client.oauth
 

Classes in com.google.code.linkedinapi.client.oauth that implement LinkedInOAuthService
(package private)  class LinkedInOAuthServiceImpl
           
 

Fields in com.google.code.linkedinapi.client.oauth declared as LinkedInOAuthService
protected  LinkedInOAuthService LinkedInOAuthServiceTest.service
          Field description
 

Methods in com.google.code.linkedinapi.client.oauth that return LinkedInOAuthService
 LinkedInOAuthService LinkedInOAuthServiceFactory.createLinkedInOAuthService(LinkedInApiConsumer apiConsumer)
          Creates a new LinkedInOAuthService object.
 LinkedInOAuthService LinkedInOAuthServiceFactory.createLinkedInOAuthService(java.lang.String consumerKey, java.lang.String consumerSecret)
          Creates a new LinkedInOAuthService object.