public interface PunchOutUserSelectionStrategy
| Modifier and Type | Method and Description |
|---|---|
UserModel |
select(java.lang.String userId,
java.util.Collection<UserGroupModel> userGroups,
PunchOutSession punchoutSession)
Selects a user by the given
userId and punchoutSession. |
UserModel select(java.lang.String userId, java.util.Collection<UserGroupModel> userGroups, PunchOutSession punchoutSession)
userId and punchoutSession.userId - The user's ID.userGroups - The user groups related to the given user (not mandatory for existent users).punchoutSession - The Punch Out session.UserModel for the given userId.Copyright © 2018 SAP SE. All Rights Reserved.