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 c4ce3f6 commit 1a0203eCopy full SHA for 1a0203e
docs/modules/ROOT/pages/servlet/authorization/architecture.adoc
@@ -101,7 +101,7 @@ The `AuthorizationManager` interface contains two methods:
101
----
102
AuthorizationDecision check(Supplier<Authentication> authentication, Object secureObject);
103
104
-default AuthorizationDecision verify(Supplier<Authentication> authentication, Object secureObject)
+default void verify(Supplier<Authentication> authentication, Object secureObject)
105
throws AccessDeniedException {
106
// ...
107
}
0 commit comments