1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.3.x'

This commit is contained in:
Josh Cummings
2024-09-17 18:25:42 -06:00
@@ -101,7 +101,7 @@ The `AuthorizationManager` interface contains two methods:
----
AuthorizationDecision check(Supplier<Authentication> authentication, Object secureObject);
default AuthorizationDecision verify(Supplier<Authentication> authentication, Object secureObject)
default void verify(Supplier<Authentication> authentication, Object secureObject)
throws AccessDeniedException {
// ...
}