SEC-1403: Corrected interface name.

This commit is contained in:
Luke Taylor 2010-02-10 15:24:46 +00:00
parent 08c7155ab5
commit 81657d0efc
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@
<title>The <literal>&lt;intercept-url&gt;</literal> Element</title> <title>The <literal>&lt;intercept-url&gt;</literal> Element</title>
<para> This element is used to define the set of URL patterns that the application is <para> This element is used to define the set of URL patterns that the application is
interested in and to configure how they should be handled. It is used to construct the interested in and to configure how they should be handled. It is used to construct the
<interfacename>FilterInvocationDefinitionSource</interfacename> used by the <interfacename>FilterInvocationSecurityMetadataSource</interfacename> used by the
<classname>FilterSecurityInterceptor</classname> and to exclude particular patterns from <classname>FilterSecurityInterceptor</classname> and to exclude particular patterns from
the filter chain entirely (by setting the attribute <literal>filters="none"</literal>). It the filter chain entirely (by setting the attribute <literal>filters="none"</literal>). It
is also responsible for configuring a <classname>ChannelAuthenticationFilter</classname> if is also responsible for configuring a <classname>ChannelAuthenticationFilter</classname> if
@ -149,7 +149,7 @@
<section xml:id="nsa-access"> <section xml:id="nsa-access">
<title><literal>access</literal></title> <title><literal>access</literal></title>
<para> Lists the access attributes which will be stored in the <para> Lists the access attributes which will be stored in the
<interfacename>FilterInvocationDefinitionSource</interfacename> for the defined URL <interfacename>FilterInvocationSecurityMetadataSource</interfacename> for the defined URL
pattern/method combination. This should be a comma-separated list of the security pattern/method combination. This should be a comma-separated list of the security
configuration attributes (such as role names). </para> configuration attributes (such as role names). </para>
</section> </section>

View File

@ -54,7 +54,7 @@
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
continue to refer to the <interfacename>FilterInvocationDefinitionSource</interfacename> continue to refer to the <interfacename>FilterInvocationSecurityMetadataSource</interfacename>
as a <interfacename>SecurityMetadataSource</interfacename>, as the distinction is of as a <interfacename>SecurityMetadataSource</interfacename>, as the distinction is of
little relevance to most users.</para> little relevance to most users.</para>
<para>The <interfacename>SecurityMetadataSource</interfacename> created by the namespace <para>The <interfacename>SecurityMetadataSource</interfacename> created by the namespace