We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6753f97 + 37fa49b commit dcda899Copy full SHA for dcda899
config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt
@@ -34,6 +34,8 @@ import org.springframework.security.web.util.matcher.RequestMatcher
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