org.springframework.social.connect.signin.web
Interface SignInService


public interface SignInService

Strategy interface for authenticating users to an application given their account ID. An application should provide their own implementation of this interface for use by ProviderSignInControllers.


Method Summary
 void signIn(java.lang.String localUserId)
          Sign in the user with the specified accountId.
 

Method Detail

signIn

void signIn(java.lang.String localUserId)
Sign in the user with the specified accountId.

Parameters:
localUserId - the user's local application user id