org.springframework.social.connect
Interface ConnectionSignUp
public interface ConnectionSignUp
A command that signs up a new user in the event no user id could be mapped from a Connection
.
Allows for implicitly creating a local user profile from connection data during a provider sign-in attempt.
- Author:
- Keith Donald
- See Also:
UsersConnectionRepository.findUserIdsWithConnection(Connection)
Method Summary |
java.lang.String |
execute(Connection<?> connection)
Sign up a new user of the application from the connection. |
execute
java.lang.String execute(Connection<?> connection)
- Sign up a new user of the application from the connection.
- Parameters:
connection
- the connection
- Returns:
- the new user id. May be null to indicate that an implicit local user profile could not be created.