You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More details about the AMQP Address model can be found in the https://activemq.apache.org/components/artemis/documentation/2.0.0/address-model.html[Artemis documentation].
372
+
More details about the AMQP Address model can be found in the https://activemq.apache.org/components/artemis/documentation/latest/address-model.html[ActiveMQ Artemis documentation].
Copy file name to clipboardExpand all lines: _guides/security-keycloak-authorization.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,8 +525,6 @@ public class ProtectedResource {
525
525
}
526
526
----
527
527
528
-
NOTE: If you want to use the `AuthzClient` directly, set `quarkus.keycloak.policy-enforcer.enable=true`; otherwise, no bean is available for injection.
529
-
530
528
[NOTE]
531
529
====
532
530
To use the `AuthzClient` directly, set `quarkus.keycloak.policy-enforcer.enable=true`.
@@ -535,9 +533,9 @@ Otherwise, no bean is available for injection.
535
533
536
534
== Mapping protected resources
537
535
538
-
By default, the extension fetches resources from Keycloak on demand, using their URI to identify and map the application resources that require protection.
536
+
By default, the extension uses lazy loading to fetch resources from Keycloak on demand. It uses the request URI to identify and map application resources that require protection.
539
537
540
-
To disable on-demand fetching and instead pre-load resources at startup, configure the following property:
538
+
To disable lazy loading and instead pre-load all resources at startup, configure the following property:
0 commit comments