sl@0
|
1 |
# Index of key values
|
sl@0
|
2 |
#iSupportsDefaultData - bool that defines if the chosen plugin supports default data
|
sl@0
|
3 |
#NumIdentities - int that defines the expected number of identities that are registered on the server
|
sl@0
|
4 |
#pluginType -
|
sl@0
|
5 |
#isDefaultPlugin - No longer in use. defaultPlugin is used instead
|
sl@0
|
6 |
#defaultPlugin - string that defines which plugin to use as the default. Used to update the AuthServer policy file
|
sl@0
|
7 |
#pluginId - Hex string that is the uid of the Ecom implementation. In the Test0000 to Test0009, it's used as a cue, and is also the expected UserId
|
sl@0
|
8 |
#userResult - Int that contains what the user has input on being prompted to 'identify', i.e. the PIN
|
sl@0
|
9 |
# In cases where this is absent, then we're expecting the 'data' returned to be the same as the pluginId value (cueValue)
|
sl@0
|
10 |
#userId - String that contains the expected Id
|
sl@0
|
11 |
|
sl@0
|
12 |
#plugin1Id - Hex string that is the uid of the Ecom implementation
|
sl@0
|
13 |
# In the RetrainPlugin steps, this is the plugin that is to be trained.
|
sl@0
|
14 |
#plugin1Status - Int that specifies the expected status of the above plugin
|
sl@0
|
15 |
(0, 64, 128 -EAuthUntrained, EAuthTrained, EAuthFullyTrained)
|
sl@0
|
16 |
#Pin11113100Default - bool that defines whether the plugins support default data. Also Pin11113101Default and Pin11113102Default
|
sl@0
|
17 |
#Pin11113100Active - bool that defines whether the plugin is active or not. Also Pin11113101Active, Pin11113102Active
|
sl@0
|
18 |
#Pin11113100InputId - string that defines the input to the plugin. Else, the default is used. (in Identify function)
|
sl@0
|
19 |
#Pin11113100InputTrain - string that defines the input to the plugin. Else, the default is used. (in Train function)
|
sl@0
|
20 |
#finalUserName - string that defines the new name (description or identitystring) of a given identity
|
sl@0
|
21 |
#retryRemove - bool that defines whether the attempt to remove an identity is tried again in the same test step
|
sl@0
|
22 |
#freshness - Int that defines the number of seconds(timeout) within which a cached identity is returned
|
sl@0
|
23 |
(Authentication is skipped)
|
sl@0
|
24 |
#forgetPlugin - Hex that specifies the plugin that is to be forgotten
|
sl@0
|
25 |
#forgetUnknown - Bool that if true means we're trying to forget an unknown identity
|
sl@0
|
26 |
|
sl@0
|
27 |
#==============================
|
sl@0
|
28 |
[RegisterFirst]
|
sl@0
|
29 |
Pin11113100InputId = 5110
|
sl@0
|
30 |
Pin11113100InputTrain = 5110
|
sl@0
|
31 |
Pin11113100Default = true
|
sl@0
|
32 |
Pin11113100Active = true
|
sl@0
|
33 |
Pin11113101InputId = 5111
|
sl@0
|
34 |
Pin11113101InputTrain = 5111
|
sl@0
|
35 |
Pin11113101Default = true
|
sl@0
|
36 |
Pin11113101Active = true
|
sl@0
|
37 |
Pin11113102Active = false
|
sl@0
|
38 |
Pin11113103Active = false
|
sl@0
|
39 |
Pin11113104Active = false
|
sl@0
|
40 |
|
sl@0
|
41 |
[RegisterSecond]
|
sl@0
|
42 |
Pin11113100InputId = 6110
|
sl@0
|
43 |
Pin11113100InputTrain = 6110
|
sl@0
|
44 |
Pin11113100Default = true
|
sl@0
|
45 |
Pin11113100Active = true
|
sl@0
|
46 |
Pin11113101InputId = 6111
|
sl@0
|
47 |
Pin11113101InputTrain = 6111
|
sl@0
|
48 |
Pin11113101Default = true
|
sl@0
|
49 |
Pin11113101Active = true
|
sl@0
|
50 |
Pin11113102Active = false
|
sl@0
|
51 |
Pin11113103Active = false
|
sl@0
|
52 |
Pin11113104Active = false
|
sl@0
|
53 |
|
sl@0
|
54 |
[Alias]
|
sl@0
|
55 |
aliasString0 = 11113100
|
sl@0
|
56 |
aliasString1 = 11113101
|
sl@0
|
57 |
aliasString2 = 11113102
|
sl@0
|
58 |
aliasString3 = 11113103
|
sl@0
|
59 |
|
sl@0
|
60 |
#==============================
|