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 fe8e68e commit b066b91Copy full SHA for b066b91
docs/modules/ROOT/pages/servlet/integrations/mvc.adoc
@@ -559,6 +559,13 @@ fun templateDefaults(): AnnotationTemplateExpressionDefaults {
559
return AnnotationTemplateExpressionDeafults()
560
}
561
----
562
+
563
+Xml::
564
++
565
+[source,xml,role="secondary"]
566
+----
567
+<b:bean name="annotationExpressionTemplateDefaults" class="org.springframework.security.core.annotation.AnnotationTemplateExpressionDefaults"/>
568
569
======
570
571
and then you can supply a parameter to `@CurrentUser` like so:
0 commit comments