com.google.code.linkedinapi.client
Interface LinkedInAuthenticationClient

All Superinterfaces:
LinkedInCommunicationClient
All Known Subinterfaces:
AsyncHandlerLinkedInApiClient, AsyncLinkedInApiClient, LinkedInApiClient
All Known Implementing Classes:
AsyncHandlerLinkedInApiClientAdapter, AsyncLinkedInApiClientAdapter, BaseLinkedInApiClient, LinkedInApiJaxbClient, LinkedInApiXppClient

public interface LinkedInAuthenticationClient
extends LinkedInCommunicationClient

Author:
Nabeel Mukhtar

Method Summary
 LinkedInAccessToken getAccessToken()
          Method description
 LinkedInApiConsumer getApiConsumer()
          Method description
 void setAccessToken(LinkedInAccessToken accessToken)
          Method description
 void setApiConsumer(LinkedInApiConsumer apiConsumer)
          Method description
 
Methods inherited from interface com.google.code.linkedinapi.client.LinkedInCommunicationClient
addRequestHeader, getRequestHeaders, removeRequestHeader, setRequestHeaders
 

Method Detail

setApiConsumer

void setApiConsumer(LinkedInApiConsumer apiConsumer)
Method description

Parameters:
apiConsumer -

getApiConsumer

LinkedInApiConsumer getApiConsumer()
Method description

Returns:

setAccessToken

void setAccessToken(LinkedInAccessToken accessToken)
Method description

Parameters:
accessToken -

getAccessToken

LinkedInAccessToken getAccessToken()
Method description

Returns: