Class GitHubAuthenticationService
- java.lang.Object
-
- org.springframework.social.security.provider.AbstractSocialAuthenticationService<S>
-
- org.springframework.social.security.provider.OAuth2AuthenticationService<GitHub>
-
- org.springframework.social.github.security.GitHubAuthenticationService
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,SocialAuthenticationService<GitHub>
public class GitHubAuthenticationService extends OAuth2AuthenticationService<GitHub>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService
SocialAuthenticationService.ConnectionCardinality
-
-
Field Summary
-
Fields inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService
logger
-
-
Constructor Summary
Constructors Constructor Description GitHubAuthenticationService(String apiKey, 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
-
-