Home
last modified time | relevance | path

Searched refs:Authentication (Results 1 – 25 of 152) sorted by relevance

1234567

/ohos5.0/docs/en/application-dev/security/UserAuthenticationKit/
H A DReadme-EN.md1 # User Authentication Kit (User Authentication Service)
3 - [Introduction to User Authentication Kit](user-authentication-overview.md)
4 - User Authentication Development
6 …- [Obtaining Supported Authentication Capabilities](obtain-supported-authentication-capabilities.m…
7 - [Initiating User Authentication](start-authentication.md)
8 - [Canceling User Authentication](cancel-authentication.md)
9 - [Applying Custom Authentication](apply-custom-authentication.md)
H A Duser-authentication-overview.md1 # Introduction to User Authentication Kit
3 User Authentication Kit provides the user authentication capabilities based on the lock screen pass…
5 User Authentication Kit provides system-level identity authentication and a system-level user authe…
63 4. Authentication capabilities: provides capabilities of PIN (password) authentication, facial auth…
77 | time | Authentication timestamp| uint64_t | Timestamp when the authentication is successful.|
78 | authTrustLevel | Authentication trust level| uint32_t | See [Authentication Trust Levels](#authen…
79 | authType | Authentication type| uint32_t | Authentication type, which can be facial authenticatio…
100 ### Authentication Trust Levels
H A Dcancel-authentication.md1 # Canceling User Authentication
11 … initiating authentication, see [Initiating Authentication](start-authentication.md) and [User Aut…
23 For details, see [Initiating Authentication](start-authentication.md).
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/
H A DReadme-EN.md1 # User Authentication Kit (User Authentication Service)
4 - [@ohos.userIAM.userAuth (User Authentication)](js-apis-useriam-userauth.md)
6 - [@ohos.userIAM.faceAuth (Facial Authentication) (System API)](js-apis-useriam-faceauth-sys.md)
7 - [@ohos.userIAM.userAuth (User Authentication) (System API)](js-apis-useriam-userauth-sys.md)
10 - [@ohos.userIAM.userAuthIcon (Embedded User Authentication Icons)](ohos-useriam-userauthicon.md)
12 - [User Authentication Error Codes](errorcode-useriam.md)
H A Derrorcode-useriam.md1 # User Authentication Error Codes
7 ## 12500001 Authentication Failed
11 Authentication failed.
39 ## 12500003 Authentication Canceled
43 Authentication canceled.
53 ## 12500004 Authentication Timed Out
57 Authentication timeout.
67 ## 12500005 Unsupported Authentication Type
101 Authentication service is busy.
111 ## 12500009 Authentication Locked
[all …]
H A Djs-apis-useriam-userauth.md1 # @ohos.userIAM.userAuth (User Authentication)
454 | 12500001 | Authentication failed. |
456 | 12500003 | Authentication canceled. |
457 | 12500004 | Authentication timeout. |
460 | 12500007 | Authentication service is busy. |
461 | 12500009 | Authentication is locked out. |
624 | result | number | Yes | Authentication result. |
659 | [TipInfo](#tipinfodeprecated) | Authentication tip information. |
901 | 12500001 | Authentication failed. |
1354 | acquire | number | Yes | Authentication tip information.|
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dsimple_auth_context.h33 SimpleAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth,
35 …SimpleAuthContext(const std::string &type, uint64_t contextId, std::shared_ptr<Authentication> aut…
49 std::shared_ptr<Authentication> auth_ = nullptr;
53 Authentication::AuthResultInfo &resultInfo);
55 void InvokeResultCallback(const Authentication::AuthResultInfo &resultInfo) const;
57 ResultCode GetPropertyForAuthResult(Authentication::AuthResultInfo &resultInfo);
58 bool SetCredentialDigest(const Authentication::AuthResultInfo &resultInfo,
61 Authentication::AuthResultInfo &resultInfo);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-user-authentication-kit/
H A Derrorcode-useriam.md11 Authentication failed.
43 Authentication canceled.
57 Authentication timeout.
101 Authentication service is busy.
115 Authentication is locked out.
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauthentication_impl_test.cpp67 Authentication::AuthenticationPara para = {};
84 Authentication::AuthenticationPara para = {};
102 Authentication::AuthenticationPara para = {};
140 Authentication::AuthenticationPara para = {};
164 Authentication::AuthResultInfo info = {};
173 Authentication::AuthenticationPara para = {};
199 Authentication::AuthResultInfo info = {};
206 Authentication::AuthenticationPara para = {};
222 Authentication::AuthenticationPara para = {};
238 Authentication::AuthenticationPara para = {};
[all …]
/ohos5.0/drivers/interface/user_auth/v1_2/
H A DUserAuthTypes.idl121 /**< Authentication type. See @{AuthType}. */
161 /**< Authentication type. See @{AuthType}. */
182 /**< Authentication trust level. */
184 /**< Authentication type. See @{AuthType}. */
214 /**< Authentication result. */
222 /**< Authentication token. */
252 /**< Authentication type. See @{AuthType}. */
271 /**< Authentication type. See @{AuthType}. */
288 /**< Authentication type. See @{AuthType}. */
318 /**< Authentication type. See @{AuthType}. */
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/foo/user_auth/v1_2/
H A DUserAuthTypes.idl121 /**< Authentication type. See @{AuthType}. */
161 /**< Authentication type. See @{AuthType}. */
182 /**< Authentication trust level. */
184 /**< Authentication type. See @{AuthType}. */
214 /**< Authentication result. */
222 /**< Authentication token. */
252 /**< Authentication type. See @{AuthType}. */
271 /**< Authentication type. See @{AuthType}. */
288 /**< Authentication type. See @{AuthType}. */
318 /**< Authentication type. See @{AuthType}. */
[all …]
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DUserAuthTypes.idl175 /**< Authentication type. See @{AuthType}. */
230 /**< Authentication result. */
238 /**< Authentication token. */
280 /**< Authentication type. See @{AuthType}. */
297 /**< Authentication type. See @{AuthType}. */
331 /**< Authentication type. See @{AuthType}. */
380 /**< Authentication trust level. */
403 /**< Authentication type. See @{AuthType}. */
422 /** Authentication type. See @{AuthType}. */
437 /**< Authentication type. See @{AuthType}. */
[all …]
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DUserAuthTypes.idl181 /**< Authentication type. See @{AuthType}. */
236 /**< Authentication result. */
244 /**< Authentication token. */
288 /**< Authentication type. See @{AuthType}. */
307 /**< Authentication type. See @{AuthType}. */
341 /**< Authentication type. See @{AuthType}. */
390 /**< Authentication trust level. */
413 /**< Authentication type. See @{AuthType}. */
432 /** Authentication type. See @{AuthType}. */
447 /**< Authentication type. See @{AuthType}. */
[all …]
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DUserAuthTypes.idl121 /**< Authentication type. See @{AuthType}. */
161 /**< Authentication type. See @{AuthType}. */
180 /**< Authentication trust level. */
182 /**< Authentication type. See @{AuthType}. */
212 /**< Authentication result. */
220 /**< Authentication token. */
248 /**< Authentication type. See @{AuthType}. */
267 /**< Authentication type. See @{AuthType}. */
284 /**< Authentication type. See @{AuthType}. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/
H A DUserAuthTypes.idl121 /**< Authentication type. See @{AuthType}. */
161 /**< Authentication type. See @{AuthType}. */
180 /**< Authentication trust level. */
182 /**< Authentication type. See @{AuthType}. */
212 /**< Authentication result. */
220 /**< Authentication token. */
248 /**< Authentication type. See @{AuthType}. */
267 /**< Authentication type. See @{AuthType}. */
284 /**< Authentication type. See @{AuthType}. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/foo/user_auth/v1_0/
H A DUserAuthTypes.idl121 /**< Authentication type. See @{AuthType}. */
161 /**< Authentication type. See @{AuthType}. */
180 /**< Authentication trust level. */
182 /**< Authentication type. See @{AuthType}. */
212 /**< Authentication result. */
220 /**< Authentication token. */
248 /**< Authentication type. See @{AuthType}. */
267 /**< Authentication type. See @{AuthType}. */
284 /**< Authentication type. See @{AuthType}. */
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp35 Authentication::AuthResultInfo &resultInfo) in GetPropertyTemplateIds()
72 ResultCode SimpleAuthContext::GetPropertyForAuthResult(Authentication::AuthResultInfo &resultInfo) in GetPropertyForAuthResult()
121 SimpleAuthContext::SimpleAuthContext(uint64_t contextId, std::shared_ptr<Authentication> auth, in SimpleAuthContext()
128 …impleAuthContext(const std::string &type, uint64_t contextId, std::shared_ptr<Authentication> auth, in SimpleAuthContext()
186 Authentication::AuthResultInfo resultInfo = {}; in OnResult()
231 Authentication::AuthResultInfo &resultInfo) in UpdateScheduleResult()
247 bool SimpleAuthContext::SetCredentialDigest(const Authentication::AuthResultInfo &resultInfo, in SetCredentialDigest()
264 void SimpleAuthContext::InvokeResultCallback(const Authentication::AuthResultInfo &resultInfo) const in InvokeResultCallback()
/ohos5.0/base/useriam/user_auth_framework/
H A DREADME.md1 # Unified User Authentication (userauth)
7 … the User Identity & Access Management (IAM) subsystem, Unified User Authentication (userauth) imp…
15 The userauth APIs support user authentication of the target Authentication Trust Level (ATL). The t…
48 1. Authentication scheme: Determine the user authentication scheme based on the user credentials en…
49 2. Authentication result evaluation: Evaluate whether the authentication reaches the target ATL bas…
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.h28 class AuthenticationImpl final : public Authentication, public NoCopyable {
42 std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const override;
65 std::vector<Authentication::AuthExecutorMsg> authExecutorMsgs_ {};
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dauthentication.h27 class Authentication {
64 virtual ~Authentication() = default;
75 virtual std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const = 0;
/ohos5.0/docs/en/device-dev/driver/
H A DReadme-EN.md46 - [Facial Authentication](driver-peripherals-face_auth-des.md)
47 - [Fingerprint Authentication](driver-peripherals-fingerprint_auth-des.md)
51 - [PIN Authentication](driver-peripherals-pinauth-des.md)
55 - [User Authentication](driver-peripherals-user-auth-des.md)
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-hmac-overview.md3 MAC(Message Authentication Code)提供了一种在不可靠介质上检验传输或存储信息完整性的方法,HMAC是密钥相关的哈希运算消息认证码(Hash-based Message
/ohos5.0/docs/zh-cn/application-dev/security/UserAuthenticationKit/
H A DReadme-CN.md1 # User Authentication Kit(用户认证服务)
3 - [User Authentication Kit简介](user-authentication-overview.md)
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_authentication.h27 class DummyAuthentication : public Authentication {
44 std::vector<Authentication::AuthExecutorMsg> GetAuthExecutorMsgs() const in GetAuthExecutorMsgs()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_authentication.h25 class MockAuthentication final : public Authentication {
37 MOCK_CONST_METHOD0(GetAuthExecutorMsgs, std::vector<Authentication::AuthExecutorMsg>());

1234567