קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ספריית המפיצים המשותפת של Android היא ספריית Java שמקיימת אינטראקציה עם Samsung
ממשקי ה-API של Knox ו-Provider API ללא מגע כדי
לספק שילוב יחיד עבור תוכנית הפריסה של Knox של Samsung
(KDP) ושירותי ההרשמה דרך הארגון של Google.
השימוש ב-KDP מופעל
מפיצים של מכשירים לאימות מכשירי Samsung עבור לקוחות ארגוניים שלהם באמצעות
הרשמה ל-Knox בנייד
(KME). באופן דומה, הרשמה דרך הארגון מאפשרת ללקוחות ארגוניים לאמת
להגדיר מכשירי Android אחרים
נרכש ממפיצים מורשים של מכשירים.
רישום של Samsung ומכשירי Android אחרים באמצעות שילוב יחיד.
ספריית המפיצים מכילה שני סיווגי מפעל – אחד
לכל שירות רישום. מחלקות המפעל האלה מקבלות חשבון שירות
מ-Knox Cloud API של Samsung וממסוף API של Google,
מתן הרשאה לקריאות ל-Knox ולממשקי API של מפיצים ללא מגע (לפרטים נוספים, ראו תחילת העבודה).
משתמשים במחלקות המפעל האלה כדי ליצור אובייקטים של ResellerService.
קבוצה נפוצה של שיטות היא
זמינים לאובייקטים ResellerService שמאפשרים למפיצים לבצע משימות
כמו הקצאה וביטול הקצאה של מכשירים ללקוחות וממנו.
אחרי שמפיץ משתמש בספרייה כדי להקצות מכשירים ללקוח ארגוני,
הלקוח יכול להשתמש בפורטל KME כדי ליצור ולהחיל הגדרות עבור Samsung
ואת הפורטל להרשמה דרך הארגון כדי ליצור ולהחיל הגדרות
במכשירי Android אחרים.
למי זה מיועד
ספריית המפיצים הנפוצים של Android מיועדת למפיצים של מכשירים שעדיין לא
משולב בהרשמה דרך הארגון או באמצעות KDP.
מפיצים שכבר שולבו בהרשמה דרך הארגון צריכים לשלב אותם עם
KDP בנפרד אל
לנהל מכשירי Samsung.
מפיצים שכבר שולבו עם KDP
צריך להשתמש ב-Provider API ללא מגע כדי
לנהל מכשירים שאינם של Samsung.
תהליך עבודה לדוגמה
דוגמה לתהליך עבודה שממחיש איך מפיץ יכול להשתמש בספריית הלקוח
כדי לנהל את KDP
רישום מכשירים דרך הארגון. דוגמאות קוד לביצוע משימות בסיסיות
זמינים במאמר תחילת העבודה
ופעולות נפוצות.
אם מדובר בלקוח קיים (ללקוח כבר יש חשבון ללא מגע
הרשמה ומספרי הלקוחות של Samsung Knox), וממשיכים לשלב 4.
הקצאת מכשירים
אפשר להשתמש בספריית המפיצים כדי
להקצות
מכשירים ללקוח, בהתאם להזמנת הרכש של הלקוח.
יצירה והחלה של הגדרות מכשיר
הלקוחות יכולים עכשיו ליצור הגדרות ולהחיל אותן על המכשירים שלהם.
מכשירי Samsung: לקוחות משתמשים
הרשמה ל-Knox בנייד
(KME) ליצירת הגדרות ולהחלתן על מכשירי Samsung
הוקצו בשלב 4.
מכשירי Android אחרים: לקוחות משתמשים
פורטל ללא מגע
ליצור הגדרות אישיות ולהחיל אותן על מכשירים שאינם של Samsung
שהוקצו בשלב 4. אם ה-EMM של הלקוח תומך בניהול הקצאות ללא מגע
במכשירי רישום, הם יכולים גם להשלים את המשימות האלה ב-EMM
במסוף.
[null,null,["עדכון אחרון: 2025-08-29 (שעון UTC)."],[[["\u003cp\u003eThe Common Android Reseller Library is a Java library that provides a unified integration for both Samsung's Knox Deployment Program (KDP) and Google's zero-touch enrollment services.\u003c/p\u003e\n"],["\u003cp\u003eThis library simplifies the process for device resellers to manage Samsung and other Android devices, allowing them to use a single set of tools for device assignment.\u003c/p\u003e\n"],["\u003cp\u003eResellers can use factory classes in the library, utilizing service account keys from Samsung's Knox Cloud API portal and Google's API Console, to perform actions like assigning devices to customers.\u003c/p\u003e\n"],["\u003cp\u003eCustomers who receive devices through this library can then use the Knox Mobile Enrollment (KME) portal for Samsung devices and the zero-touch enrollment portal for other Android devices to configure their newly acquired devices.\u003c/p\u003e\n"],["\u003cp\u003eThe library is primarily intended for device resellers who have yet to integrate with either zero-touch enrollment or KDP, providing a single point of integration for both.\u003c/p\u003e\n"]]],["The Common Android Reseller Library, a Java library, provides a unified approach for resellers to manage device enrollment for both Samsung and other Android devices. It uses factory classes and service account keys to interface with Samsung Knox and Google's zero-touch APIs. Resellers can create customer IDs and assign devices to customers via `ResellerService` objects and a common set of methods. Customers then utilize Knox Mobile Enrollment or the zero-touch portal to configure assigned devices.\n"],null,["# How it works\n\nThe Common Android Reseller Library is a Java library that interacts with the Samsung\nKnox APIs and the zero-touch [Reseller API](/zero-touch/guides/how-it-works) to\nprovide a single integration for Samsung's [Knox Deployment Program](https://www.samsungknox.com/en/knox-deployment-program)\n(KDP) and Google's zero-touch enrollment services.\n\n[KDP](https://www.samsungknox.com/en/knox-deployment-program) enables trusted\ndevice resellers to verify Samsung devices for their enterprise customers using\n[Knox Mobile Enrollment](https://www.samsungknox.com/en/solutions/it-solutions/knox-mobile-enrollment)\n(KME). Similarly, zero-touch enrollment allows enterprise customers to verify and\nconfigure [other Android devices](/zero-touch/resources/manufacturer-names)\npurchased from authorized device resellers.\nEnroll Samsung and other Android devices through a single integration.\n\nThe reseller library contains [two factory classes](/zero-touch/reseller-library/reference/factory-classes)---one\nfor each enrollment service. These factory classes accept service account\nkeys generated from Samsung's Knox Cloud API portal and Google's API Console to\nauthorize calls to Knox and zero-touch reseller APIs (for more details, see [Get started](/zero-touch/guides/reseller-library/get-started)).\nYou use these factory classes to [create `ResellerService` objects](/zero-touch/guides/reseller-library/common-operations#create_resellerservice_objects).\n\nA [common set of methods](/zero-touch/reseller-library/reference/methods) is\navailable to `ResellerService` objects that allow resellers to perform tasks\nsuch as assigning and unassigning devices to and from customers.\n\nAfter a reseller uses the library to assign devices to an enterprise customer,\nthe customer can use the KME portal to create and apply configs for Samsung\ndevices, and the zero-touch enrollment portal to create and apply configs for\nother Android devices.\n\nWho it's for\n------------\n\nThe Common Android Reseller Library is intended for device resellers that haven't\nintegrated with either zero-touch enrollment or [KDP](https://www.samsungknox.com/en/knox-deployment-program).\n\n- Resellers already integrated with zero-touch enrollment should integrate with [KDP](https://www.samsungknox.com/en/knox-deployment-program) separately to manage Samsung devices.\n- Resellers already integrated with [KDP](https://www.samsungknox.com/en/knox-deployment-program) should use zero-touch's [Reseller API](/zero-touch/guides/how-it-works) to manage non-Samsung devices.\n\n*** ** * ** ***\n\nExample workflow\n----------------\n\nBelow is an example workflow of how a reseller might use the client library\nto manage [KDP](https://www.samsungknox.com/en/knox-deployment-program) and\nzero-touch device enrollments. Code samples for performing basic tasks are\navailable in [Get started](/zero-touch/guides/reseller-library/get-started)\nand [Common operations](/zero-touch/guides/reseller-library/common-operations).\n\n### Receive purchase order\n\n1. An enterprise customer sends you a purchase order. The purchase order contains Samsung and [other Android devices](/zero-touch/resources/manufacturer-names).\n\n### Create customer IDs\n\n2. If this is a new customer, use the library to:\n 1. Create the customer's [zero-touch account](/zero-touch/guides/reseller-library/common-operations#other_android_devices_2).\n 2. Create the customer's [Samsung Knox Customer ID](/zero-touch/guides/reseller-library/common-operations#samsung_devices_2).\n3. If this is an existing customer (the customer already has zero-touch enrollment and Samsung Knox Customer IDs), then continue to Step 4.\n\n### Assign devices\n\n4. Use the reseller library to [assign\n devices to the customer](/zero-touch/guides/reseller-library/common-operations#claim_a_batch_of_devices), based on the customer's purchase order.\n\n### Create and apply device configs\n\n5. Customers can now create configs and apply them to their devices.\n 1. Samsung devices: customers use the [Knox Mobile Enrollment](https://docs.samsungknox.com/KME-Getting-Started/Content/about-kme.htm#h2_3) (KME) portal to create configs and apply them to the Samsung devices they were assigned in Step 4.\n 2. Other Android devices: customers use the [Zero-touch portal](https://support.google.com/work/android/answer/7514005#devices) to create configs and apply them to the non-Samsung devices they were assigned in Step 4. If the customer's EMM supports provisioning zero-touch enrollment devices, they can also complete these tasks in their EMM console.\n\n*** ** * ** ***\n\n**Next steps:** [Get started](/zero-touch/guides/reseller-library/get-started)"]]