浏览代码

Fix typo in Saml2Dsl

Eleftheria Stein 4 年之前
父节点
当前提交
b4f76b2314
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt

+ 1 - 1
config/src/main/kotlin/org/springframework/security/config/web/servlet/Saml2Dsl.kt

@@ -42,7 +42,7 @@ import org.springframework.security.web.authentication.AuthenticationSuccessHand
  * @property loginProcessingUrl the URL to validate the credentials
  * @property permitAll whether to grant access to the urls for [failureUrl] as well as
  * for the [HttpSecurityBuilder], the [loginPage] and [loginProcessingUrl] for every user
- * @property authenticationSuccessHandler the [AuthenticationManager] to be used during SAML 2
+ * @property authenticationManager the [AuthenticationManager] to be used during SAML 2
  * authentication.
  */
 @SecurityMarker