We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aa6a2 commit 173660cCopy full SHA for 173660c
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java
@@ -584,6 +584,7 @@ public RememberMeConfigurer<HttpSecurity> rememberMe() throws Exception {
584
585
/**
586
* Allows restricting access based upon the {@link HttpServletRequest} using
587
+ * {@link RequestMatcher} implementations (i.e. via URL patterns).
588
*
589
* <h2>Example Configurations</h2>
590
0 commit comments