Skip to content

Commit 99eb74e

Browse files
committed
Update JavaDoc from client-side-resident term to client-side-discoverable
1 parent a9fcd89 commit 99eb74e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/AssertionRequest.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class AssertionRequest {
5858
*
5959
* <p>If both this and {@link #getUserHandle() userHandle} are empty, this indicates that this is
6060
* a request for an assertion by a <a
61-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
61+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
6262
* credential</a>, and identification of the user has been deferred until the response is
6363
* received.
6464
*/
@@ -73,7 +73,7 @@ public class AssertionRequest {
7373
*
7474
* <p>If both this and {@link #getUsername() username} are empty, this indicates that this is a
7575
* request for an assertion by a <a
76-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
76+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
7777
* credential</a>, and identification of the user has been deferred until the response is
7878
* received.
7979
*/
@@ -104,7 +104,7 @@ private AssertionRequest(
104104
*
105105
* <p>If both this and {@link #getUserHandle()} are empty, this indicates that this is a request
106106
* for an assertion by a <a
107-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
107+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
108108
* credential</a>, and identification of the user has been deferred until the response is
109109
* received.
110110
*/
@@ -120,7 +120,7 @@ public Optional<String> getUsername() {
120120
*
121121
* <p>If both this and {@link #getUsername()} are empty, this indicates that this is a request for
122122
* an assertion by a <a
123-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
123+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
124124
* credential</a>, and identification of the user has been deferred until the response is
125125
* received.
126126
*/
@@ -214,7 +214,7 @@ public AssertionRequestBuilder publicKeyCredentialRequestOptions(
214214
* will unset {@link #userHandle(ByteArray)}.
215215
*
216216
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
217-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
217+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
218218
* credential</a>, and identification of the user has been deferred until the response is
219219
* received.
220220
*/
@@ -229,7 +229,7 @@ public AssertionRequestBuilder username(@NonNull Optional<String> username) {
229229
* null</code> will unset {@link #userHandle(ByteArray)}.
230230
*
231231
* <p>If this is empty, this indicates that this is a request for an assertion by a <a
232-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
232+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
233233
* credential</a>, and identification of the user has been deferred until the response is
234234
* received.
235235
*/
@@ -249,7 +249,7 @@ public AssertionRequestBuilder username(String username) {
249249
*
250250
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
251251
* request for an assertion by a <a
252-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
252+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
253253
* credential</a>, and identification of the user has been deferred until the response is
254254
* received.
255255
*/
@@ -265,7 +265,7 @@ public AssertionRequestBuilder userHandle(@NonNull Optional<ByteArray> userHandl
265265
*
266266
* <p>If both this and {@link #username(String)} are empty, this indicates that this is a
267267
* request for an assertion by a <a
268-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-resident
268+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">client-side-discoverable
269269
* credential</a>, and identification of the user has been deferred until the response is
270270
* received.
271271
*/

webauthn-server-core/src/main/java/com/yubico/webauthn/StartAssertionOptions.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class StartAssertionOptions {
9696
* <p>The default is empty (absent).
9797
*
9898
* @see <a
99-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
99+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
100100
* credential</a>
101101
*/
102102
public Optional<String> getUsername() {
@@ -122,7 +122,7 @@ public Optional<String> getUsername() {
122122
* @see #getUsername()
123123
* @see <a href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#user-handle">User Handle</a>
124124
* @see <a
125-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
125+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
126126
* credential</a>
127127
*/
128128
public Optional<ByteArray> getUserHandle() {
@@ -185,7 +185,7 @@ public static class StartAssertionOptionsBuilder {
185185
* @see #userHandle(Optional)
186186
* @see #userHandle(ByteArray)
187187
* @see <a
188-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
188+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
189189
* credential</a>
190190
*/
191191
public StartAssertionOptionsBuilder username(@NonNull Optional<String> username) {
@@ -217,7 +217,7 @@ public StartAssertionOptionsBuilder username(@NonNull Optional<String> username)
217217
* @see #userHandle(Optional)
218218
* @see #userHandle(ByteArray)
219219
* @see <a
220-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
220+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
221221
* credential</a>
222222
*/
223223
public StartAssertionOptionsBuilder username(String username) {
@@ -247,7 +247,7 @@ public StartAssertionOptionsBuilder username(String username) {
247247
* @see <a href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#user-handle">User
248248
* Handle</a>
249249
* @see <a
250-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
250+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
251251
* credential</a>
252252
*/
253253
public StartAssertionOptionsBuilder userHandle(@NonNull Optional<ByteArray> userHandle) {
@@ -279,7 +279,7 @@ public StartAssertionOptionsBuilder userHandle(@NonNull Optional<ByteArray> user
279279
* @see #username(Optional)
280280
* @see #userHandle(Optional)
281281
* @see <a
282-
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-resident
282+
* href="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/#client-side-discoverable-public-key-credential-source">Client-side-discoverable
283283
* credential</a>
284284
*/
285285
public StartAssertionOptionsBuilder userHandle(ByteArray userHandle) {

0 commit comments

Comments
 (0)