mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Merge branch '6.2.x' into 6.3.x
Closes gh-15822
This commit is contained in:
commit
dfce3a280d
@ -101,7 +101,7 @@ The `AuthorizationManager` interface contains two methods:
|
|||||||
----
|
----
|
||||||
AuthorizationDecision check(Supplier<Authentication> authentication, Object secureObject);
|
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 {
|
throws AccessDeniedException {
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user