Lines Matching refs:domain
3 The user can add a domain account to a device so that the domain account user can log in to the sys…
25 …domain account, the user may need to check whether the domain account exists. You can use [hasAcco…
29 1. Define the domain account to check.
34 domain: 'testDomain'
38 …sic-services-kit/js-apis-osAccount-sys.md#hasaccount10) to check whether the domain account exists.
46 The user can add a domain account in **Settings** to allow the domain account user to log in to and…
50 1. Define domain account information, including the domain name, account name, and account ID (opti…
54 domain: 'testDomain',
59 …ices-kit/js-apis-osAccount-sys.md#createosaccountfordomain8) to create a domain account on the dev…
75 …domain account that is not required. Since a domain account is in one-to-one relationship with a s…
79 …osaccountlocalidfordomain9) to obtain the system account ID based on the domain account informatio…
83 domain: 'testDomain',
113 After passing the authentication, the user can query their own or others' domain account informatio…
117 1. Specify the query options, including the domain name and account name. The option type is [GetDo…
121 domain: 'testDomain',
126 …-basic-services-kit/js-apis-osAccount-sys.md#getaccountinfo10) to obtain domain account informatio…