SEC-1707: Added metadata-source-ref attribute to namespace appendix.
This commit is contained in:
parent
8d99918798
commit
74b0c1780e
|
@ -634,6 +634,13 @@
|
|||
you do this if you are using a custom implementation and want to use these
|
||||
annotations. </para>
|
||||
</section>
|
||||
<section xml:id="nsa-custom-metadata-source">
|
||||
<title>The <literal><metadata-source-ref></literal> Attribute</title>
|
||||
<para> An external <interfacename>MethodSecurityMetadataSource</interfacename>
|
||||
instance can be supplied which will take priority over other sources
|
||||
(such as the default annotations).
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="nsa-gms-mode">
|
||||
<title>The <literal>mode</literal> Attribute</title>
|
||||
<para>This attribute can be set to <quote>aspectj</quote> to specify that AspectJ
|
||||
|
@ -641,7 +648,7 @@
|
|||
with the <classname>AnnotationSecurityAspect</classname> from the
|
||||
<literal>spring-security-aspects</literal> module. </para>
|
||||
</section>
|
||||
<section>
|
||||
<section xml:id="nsa-protect-pointcut">
|
||||
<title>Securing Methods using <literal><protect-pointcut></literal></title>
|
||||
<para> Rather than defining security attributes on an individual method or class
|
||||
basis using the <literal>@Secured</literal> annotation, you can define
|
||||
|
|
Loading…
Reference in New Issue