spring-social-github

org.springframework.social.github.security
Class GitHubAuthenticationService

java.lang.Object
  extended by org.springframework.social.security.provider.AbstractSocialAuthenticationService<S>
      extended by org.springframework.social.security.provider.OAuth2AuthenticationService<GitHub>
          extended by org.springframework.social.github.security.GitHubAuthenticationService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.social.security.provider.SocialAuthenticationService<GitHub>

public class GitHubAuthenticationService
extends org.springframework.social.security.provider.OAuth2AuthenticationService<GitHub>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService
org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
 
Field Summary
 
Fields inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
logger
 
Constructor Summary
GitHubAuthenticationService(java.lang.String apiKey, java.lang.String appSecret)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
afterPropertiesSet, buildReturnToUrl, getAuthToken, getConnectionFactory, getReturnToUrlParameters, setConnectionFactory, setDefaultScope, setReturnToUrlParameters
 
Methods inherited from class org.springframework.social.security.provider.AbstractSocialAuthenticationService
getConnectionAddedRedirectUrl, getConnectionCardinality, setConnectionAddedRedirectUrl, setConnectionCardinality
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubAuthenticationService

public GitHubAuthenticationService(java.lang.String apiKey,
                                   java.lang.String appSecret)

spring-social-github