Interface PunchOutUserSelectionStrategy

    • Method Detail

      • select

        UserModel select​(java.lang.String userId,
                         java.util.Collection<UserGroupModel> userGroups,
                         PunchOutSession punchoutSession)
        Selects a user by the given userId and punchoutSession.
        Parameters:
        userId - The user's ID.
        userGroups - The user groups related to the given user (not mandatory for existent users).
        punchoutSession - The Punch Out session.
        Returns:
        The UserModel for the given userId.