org.springframework.social.github.connect
Class GitHubAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitHubAdapter
public GitHubAdapter()
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>