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 7a860e1 commit d66ad22Copy full SHA for d66ad22
config/src/main/java/org/springframework/security/config/annotation/web/builders/WebSecurity.java
@@ -264,6 +264,7 @@ public WebInvocationPrivilegeEvaluator getPrivilegeEvaluator() {
264
* @deprecated Use {@link #privilegeEvaluator(WebInvocationPrivilegeEvaluator)}
265
* instead
266
*/
267
+ @Deprecated
268
public WebSecurity securityInterceptor(FilterSecurityInterceptor securityInterceptor) {
269
this.filterSecurityInterceptor = securityInterceptor;
270
return this;
0 commit comments