Class SocialSignInAdapter

  • All Implemented Interfaces:
    org.springframework.social.connect.web.SignInAdapter

    @Service
    public class SocialSignInAdapter
    extends Object
    implements org.springframework.social.connect.web.SignInAdapter
    • Constructor Detail

      • SocialSignInAdapter

        public SocialSignInAdapter​(javax.servlet.http.HttpServletRequest servletRequest,
                                   javax.servlet.http.HttpServletResponse servletResponse,
                                   @Nullable
                                   AuthenticationConfigurer authenticationConfigurer,
                                   @Nullable
                                   AuthenticationController authenticationController)
    • Method Detail

      • signIn

        public String signIn​(String localUserId,
                             org.springframework.social.connect.Connection<?> connection,
                             org.springframework.web.context.request.NativeWebRequest request)
        Specified by:
        signIn in interface org.springframework.social.connect.web.SignInAdapter