mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-08 11:32:47 +00:00
SEC-2069: Update doc to use FilterInvocationSecurityMetadataSource
This commit is contained in:
parent
e9d12d2023
commit
8f21d03832
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user