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 50b85ae commit 2d24e09Copy full SHA for 2d24e09
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc
@@ -1657,11 +1657,9 @@ Xml::
1657
<4> This method may only be invoked by ``Princpal``s with an `aud` claim equal to "my-audience"
1658
<5> This method may only be invoked if the bean ``authz``'s `check` method returns `true`
1659
1660
-[NOTE]
+[TIP]
1661
====
1662
-You can use a bean like `authz` above to add programmatic authorization.
1663
-It can return a `boolean`, and `AuthorizationResult`, or throw an `AuthorizationDeniedException`.
1664
-For exceptions, you can <<fallback-values-authorization-denied, handle them at the method level>>.
+You can use a bean like `authz` above to <<_using_a_custom_bean_in_spel, add programmatic authorization>>.
1665
1666
1667
[[using_method_parameters]]
0 commit comments