SEC-2069: Update doc to use FilterInvocationSecurityMetadataSource

This commit is contained in:
Rob Winch 2012-10-22 14:28:10 -05:00
parent e9d12d2023
commit 8f21d03832

View File

@ -50,7 +50,7 @@
<para>It should be noted that the <para>It should be noted that the
<literal>FilterSecurityInterceptor.setSecurityMetadataSource()</literal> method <literal>FilterSecurityInterceptor.setSecurityMetadataSource()</literal> method
actually expects an instance of actually expects an instance of
<interfacename>FilterSecurityMetadataSource</interfacename>. This is a marker <interfacename>FilterInvocationSecurityMetadataSource</interfacename>. This is a marker
interface which subclasses <interfacename>SecurityMetadataSource</interfacename>. It interface which subclasses <interfacename>SecurityMetadataSource</interfacename>. It
simply denotes the <interfacename>SecurityMetadataSource</interfacename> understands simply denotes the <interfacename>SecurityMetadataSource</interfacename> understands
<classname>FilterInvocation</classname>s. In the interests of simplicity we'll <classname>FilterInvocation</classname>s. In the interests of simplicity we'll