org.springframework.social.github.connect
Class GitHubConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<S>
      extended by org.springframework.social.connect.support.OAuth2ConnectionFactory<GitHubApi>
          extended by org.springframework.social.github.connect.GitHubConnectionFactory

public class GitHubConnectionFactory
extends OAuth2ConnectionFactory<GitHubApi>

Github ConnectionFactory implementation.


Constructor Summary
GitHubConnectionFactory(java.lang.String clientId, java.lang.String clientSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, extractProviderUserId, getOAuthOperations
 
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubConnectionFactory

public GitHubConnectionFactory(java.lang.String clientId,
                               java.lang.String clientSecret)