org.springframework.social.linkedin.connect
Class LinkedInAdapter

java.lang.Object
  extended by org.springframework.social.linkedin.connect.LinkedInAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter<LinkedIn>

public class LinkedInAdapter
extends java.lang.Object
implements org.springframework.social.connect.ApiAdapter<LinkedIn>

LinkedIn ApiAdapter implementation.


Constructor Summary
LinkedInAdapter()
           
 
Method Summary
 org.springframework.social.connect.UserProfile fetchUserProfile(LinkedIn linkedin)
           
 void setConnectionValues(LinkedIn linkedin, org.springframework.social.connect.ConnectionValues values)
           
 boolean test(LinkedIn linkedin)
           
 void updateStatus(LinkedIn linkedin, java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInAdapter

public LinkedInAdapter()
Method Detail

test

public boolean test(LinkedIn linkedin)
Specified by:
test in interface org.springframework.social.connect.ApiAdapter<LinkedIn>

setConnectionValues

public void setConnectionValues(LinkedIn linkedin,
                                org.springframework.social.connect.ConnectionValues values)
Specified by:
setConnectionValues in interface org.springframework.social.connect.ApiAdapter<LinkedIn>

fetchUserProfile

public org.springframework.social.connect.UserProfile fetchUserProfile(LinkedIn linkedin)
Specified by:
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter<LinkedIn>

updateStatus

public void updateStatus(LinkedIn linkedin,
                         java.lang.String message)
Specified by:
updateStatus in interface org.springframework.social.connect.ApiAdapter<LinkedIn>