@@ -24,151 +24,142 @@ public class SupportedCtapOptions {
24
24
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
25
25
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
26
26
*/
27
- @ Builder . Default boolean plat = false ;
27
+ boolean plat ;
28
28
29
29
/**
30
30
* @see <a
31
31
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
32
32
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
33
33
*/
34
- @ Builder . Default boolean rk = false ;
34
+ boolean rk ;
35
35
36
36
/**
37
37
* @see <a
38
38
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
39
39
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
40
40
*/
41
41
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
42
- @ Builder .Default
43
- boolean clientPin = false ;
42
+ boolean clientPin ;
44
43
45
44
/**
46
45
* @see <a
47
46
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
48
47
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
49
48
*/
50
- @ Builder . Default boolean up = false ;
49
+ boolean up ;
51
50
52
51
/**
53
52
* @see <a
54
53
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
55
54
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
56
55
*/
57
56
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
58
- @ Builder .Default
59
- boolean uv = false ;
57
+ boolean uv ;
60
58
61
59
/**
62
60
* @see <a
63
61
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
64
62
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
65
63
*/
66
64
@ JsonAlias ("uvToken" )
67
- @ Builder .Default
68
- boolean pinUvAuthToken = false ;
65
+ boolean pinUvAuthToken ;
69
66
70
67
/**
71
68
* @see <a
72
69
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
73
70
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
74
71
*/
75
- @ Builder . Default boolean noMcGaPermissionsWithClientPin = false ;
72
+ boolean noMcGaPermissionsWithClientPin ;
76
73
77
74
/**
78
75
* @see <a
79
76
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
80
77
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
81
78
*/
82
- @ Builder . Default boolean largeBlobs = false ;
79
+ boolean largeBlobs ;
83
80
84
81
/**
85
82
* @see <a
86
83
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
87
84
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
88
85
*/
89
86
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
90
- @ Builder .Default
91
- boolean ep = false ;
87
+ boolean ep ;
92
88
93
89
/**
94
90
* @see <a
95
91
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
96
92
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
97
93
*/
98
94
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
99
- @ Builder .Default
100
- boolean bioEnroll = false ;
95
+ boolean bioEnroll ;
101
96
102
97
/**
103
98
* @see <a
104
99
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
105
100
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
106
101
*/
107
102
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
108
- @ Builder .Default
109
- boolean userVerificationMgmtPreview = false ;
103
+ boolean userVerificationMgmtPreview ;
110
104
111
105
/**
112
106
* @see <a
113
107
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
114
108
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
115
109
*/
116
- @ Builder . Default boolean uvBioEnroll = false ;
110
+ boolean uvBioEnroll ;
117
111
118
112
/**
119
113
* @see <a
120
114
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
121
115
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
122
116
*/
123
117
@ JsonAlias ("config" )
124
- @ Builder .Default
125
- boolean authnrCfg = false ;
118
+ boolean authnrCfg ;
126
119
127
120
/**
128
121
* @see <a
129
122
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
130
123
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
131
124
*/
132
- @ Builder . Default boolean uvAcfg = false ;
125
+ boolean uvAcfg ;
133
126
134
127
/**
135
128
* @see <a
136
129
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
137
130
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
138
131
*/
139
- @ Builder . Default boolean credMgmt = false ;
132
+ boolean credMgmt ;
140
133
141
134
/**
142
135
* @see <a
143
136
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
144
137
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
145
138
*/
146
139
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
147
- @ Builder .Default
148
- boolean credentialMgmtPreview = false ;
140
+ boolean credentialMgmtPreview ;
149
141
150
142
/**
151
143
* @see <a
152
144
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
153
145
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
154
146
*/
155
- @ Builder . Default boolean setMinPINLength = false ;
147
+ boolean setMinPINLength ;
156
148
157
149
/**
158
150
* @see <a
159
151
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
160
152
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
161
153
*/
162
- @ Builder . Default boolean makeCredUvNotRqd = false ;
154
+ boolean makeCredUvNotRqd ;
163
155
164
156
/**
165
157
* @see <a
166
158
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
167
159
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
168
160
*/
169
161
@ JsonInclude (JsonInclude .Include .NON_DEFAULT )
170
- @ Builder .Default
171
- boolean alwaysUv = false ;
162
+ boolean alwaysUv ;
172
163
173
164
@ JsonCreator
174
165
private SupportedCtapOptions (
0 commit comments