SEC-2069: Update doc to use FilterInvocationSecurityMetadataSource
This commit is contained in:
parent
c2499c6143
commit
6cea2694dc
|
@ -48,7 +48,7 @@
|
|||
attributes associated with a single secure HTTP URL.</para>
|
||||
<para>It should be noted that the
|
||||
<literal>FilterSecurityInterceptor.setSecurityMetadataSource()</literal> method actually
|
||||
expects an instance of <interfacename>FilterSecurityMetadataSource</interfacename>. This
|
||||
expects an instance of <interfacename>FilterInvocationSecurityMetadataSource</interfacename>. This
|
||||
is a marker interface which subclasses
|
||||
<interfacename>SecurityMetadataSource</interfacename>. It simply denotes the
|
||||
<interfacename>SecurityMetadataSource</interfacename> understands
|
||||
|
|
Loading…
Reference in New Issue