We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f462134 commit 37fa49bCopy full SHA for 37fa49b
config/src/main/kotlin/org/springframework/security/config/web/servlet/CsrfDsl.kt
@@ -34,6 +34,8 @@ import javax.servlet.http.HttpServletRequest
34
* @property requireCsrfProtectionMatcher specify the [RequestMatcher] to use for
35
* determining when CSRF should be applied.
36
* @property sessionAuthenticationStrategy the [SessionAuthenticationStrategy] to use.
37
+ * @property csrfTokenRequestHandler the [CsrfTokenRequestHandler] to use for making
38
+ * the CSRF token available as a request attribute
39
*/
40
@SecurityMarker
41
class CsrfDsl {
0 commit comments