diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 7aca76ccfe..b3d8040038 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -634,6 +634,13 @@ you do this if you are using a custom implementation and want to use these annotations. +
+ The <literal><metadata-source-ref></literal> Attribute + An external MethodSecurityMetadataSource + instance can be supplied which will take priority over other sources + (such as the default annotations). + +
The <literal>mode</literal> Attribute This attribute can be set to aspectj to specify that AspectJ @@ -641,7 +648,7 @@ with the AnnotationSecurityAspect from the spring-security-aspects module.
-
+
Securing Methods using <literal><protect-pointcut></literal> Rather than defining security attributes on an individual method or class basis using the @Secured annotation, you can define