Browse Source

Merge branch '6.2.x' into 6.3.x

Closes gh-15822
pull/15836/head
Josh Cummings 2 years ago
parent
commit
dfce3a280d
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
  1. 2
      docs/modules/ROOT/pages/servlet/authorization/architecture.adoc

2
docs/modules/ROOT/pages/servlet/authorization/architecture.adoc

@ -101,7 +101,7 @@ The `AuthorizationManager` interface contains two methods: @@ -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 {
// ...
}

Loading…
Cancel
Save