浏览代码

Fix WebAuthnConfigurer Javadoc

Issue gh-16397
Rob Winch 7 月之前
父节点
当前提交
0d4f786484

+ 3 - 2
config/src/main/java/org/springframework/security/config/annotation/web/configurers/WebAuthnConfigurer.java

@@ -120,8 +120,9 @@ public class WebAuthnConfigurer<H extends HttpSecurityBuilder<H>>
 	}
 
 	/**
-	 * 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<H> messageConverter(HttpMessageConverter<Object> converter) {