From 0d4f7864845b0660618f286ddd230e368cd07e92 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:28:26 -0600 Subject: [PATCH] Fix WebAuthnConfigurer Javadoc Issue gh-16397 --- .../annotation/web/configurers/WebAuthnConfigurer.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java index 9ca5a3f6e7..79164a082c 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java @@ -120,8 +120,9 @@ public class WebAuthnConfigurer> } /** - * Sets PublicKeyCredentialCreationOptionsRepository - * @param converter the creationOptionsRepository + * Sets {@link HttpMessageConverter} used for WebAuthn to read/write to the HTTP + * request/response. + * @param converter the {@link HttpMessageConverter} * @return the {@link WebAuthnConfigurer} for further customization */ public WebAuthnConfigurer messageConverter(HttpMessageConverter converter) {