Class GitHubConnectionFactory
- java.lang.Object
-
- org.springframework.social.connect.ConnectionFactory<S>
-
- org.springframework.social.connect.support.OAuth2ConnectionFactory<GitHub>
-
- org.springframework.social.github.connect.GitHubConnectionFactory
-
public class GitHubConnectionFactory extends OAuth2ConnectionFactory<GitHub>
Github ConnectionFactory implementation.- Author:
- Keith Donald
-
-
Constructor Summary
Constructors Constructor Description GitHubConnectionFactory(String clientId, String clientSecret)Creates a factory for GitHub connections.
-
Method Summary
-
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, extractProviderUserId, generateState, getOAuthOperations, getScope, setScope, supportsStateParameter
-
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
-
-