Spring Social GitHub

org.springframework.social.github.connect
Class GitHubAdapter

java.lang.Object
  extended by org.springframework.social.github.connect.GitHubAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter<GitHub>

public class GitHubAdapter
extends java.lang.Object
implements org.springframework.social.connect.ApiAdapter<GitHub>

Github ApiAdapter implementation.

Author:
Keith Donald

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

Constructor Detail

GitHubAdapter

public GitHubAdapter()
Method Detail

test

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

setConnectionValues

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

fetchUserProfile

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

updateStatus

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

Spring Social GitHub