We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8f56 commit bd72741Copy full SHA for bd72741
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc
@@ -921,7 +921,7 @@ class MethodSecurityConfig {
921
@Bean
922
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
923
Advisor postAuthorize() {
924
- return AuthorizationManagerBeforeMethodInterceptor.postAuthorize();
+ return AuthorizationManagerAfterMethodInterceptor.postAuthorize();
925
}
926
927
----
@@ -936,7 +936,7 @@ class MethodSecurityConfig {
936
937
938
fun postAuthorize() : Advisor {
939
- return AuthorizationManagerBeforeMethodInterceptor.postAuthorize()
+ return AuthorizationManagerAfterMethodInterceptor.postAuthorize()
940
941
942
0 commit comments