SEC-1340: Minor doc corrections

This commit is contained in:
Luke Taylor 2009-12-22 13:25:10 +00:00
parent e64866ae6a
commit be56d72912
3 changed files with 11 additions and 13 deletions

View File

@ -9,8 +9,8 @@
supports CAS, and provides an easy migration path from single-application deployments of supports CAS, and provides an easy migration path from single-application deployments of
Spring Security through to multiple-application deployments secured by an enterprise-wide CAS Spring Security through to multiple-application deployments secured by an enterprise-wide CAS
server.</para> server.</para>
<para>You can learn more about CAS at <literal>http://www.ja-sig.org/products/cas/</literal>. <para>You can learn more about CAS at <literal>http://www.ja-sig.org/cas</literal>. You will
You will also need to visit this site to download the CAS Server files.</para> also need to visit this site to download the CAS Server files.</para>
</section> </section>
<section xml:id="cas-how-it-works"> <section xml:id="cas-how-it-works">
<info> <info>
@ -269,8 +269,8 @@
parameter does is tell the CAS login service that a single sign on login is unacceptable. parameter does is tell the CAS login service that a single sign on login is unacceptable.
Instead, the user will need to re-enter their username and password in order to gain access to Instead, the user will need to re-enter their username and password in order to gain access to
the service.</para> the service.</para>
<para>The following beans should be configured to commence the CAS authentication <para>The following beans should be configured to commence the CAS authentication process
process (assuming you're using a namespace configuration):</para> (assuming you're using a namespace configuration):</para>
<para> <para>
<programlisting><![CDATA[ <programlisting><![CDATA[
<security:authentication-manager alias="authenticationManager"> <security:authentication-manager alias="authenticationManager">
@ -304,8 +304,8 @@
<para>The <literal>CasAuthenticationFilter</literal> has very similar properties to the <para>The <literal>CasAuthenticationFilter</literal> has very similar properties to the
<literal>UsernamePasswordAuthenticationFilter</literal> (used for form-based logins). Each <literal>UsernamePasswordAuthenticationFilter</literal> (used for form-based logins). Each
property is self-explanatory. Note that we've also used the namespace syntax for setting up an property is self-explanatory. Note that we've also used the namespace syntax for setting up an
alias to the authentication mnager, since the <literal>CasAuthenticationFilter</literal> needs alias to the authentication manager, since the <literal>CasAuthenticationFilter</literal>
a reference to it.</para> needs a reference to it.</para>
<para>For CAS to operate, the <classname>ExceptionTranslationFilter</classname> must have its <para>For CAS to operate, the <classname>ExceptionTranslationFilter</classname> must have its
<literal>authenticationEntryPoint</literal> property set to the <literal>authenticationEntryPoint</literal> property set to the
<literal>CasAuthenticationEntryPoint</literal> bean.</para> <literal>CasAuthenticationEntryPoint</literal> bean.</para>

View File

@ -37,7 +37,7 @@
namespace</link> by means of the <literal>requires-channel</literal> attribute on namespace</link> by means of the <literal>requires-channel</literal> attribute on
the <literal>&lt;intercept-url&gt;</literal> element and this is the simplest (and the <literal>&lt;intercept-url&gt;</literal> element and this is the simplest (and
recommended approach).</para> recommended approach).</para>
<para>To confiure channel security explicitly, you would define the following the filter in <para>To configure channel security explicitly, you would define the following the filter in
your application context: <programlisting><![CDATA[ your application context: <programlisting><![CDATA[
<bean id="channelProcessingFilter" <bean id="channelProcessingFilter"
class="org.springframework.security.web.access.channel.ChannelProcessingFilter"> class="org.springframework.security.web.access.channel.ChannelProcessingFilter">

View File

@ -17,8 +17,8 @@
enhancement requests if you include corresponding unit tests. This is necessary to enhancement requests if you include corresponding unit tests. This is necessary to
ensure project test coverage is adequately maintained.</para> ensure project test coverage is adequately maintained.</para>
<para>You can access the issue tracker at <link <para>You can access the issue tracker at <link
xlink:href="http://jira.springframework.org/browse/SEC" xlink:href="http://jira.springsource.org/browse/SEC"
>http://jira.springframework.org/browse/SEC</link>. </para> >http://jira.springsource.org/browse/SEC</link>. </para>
</section> </section>
<section xml:id="becoming-involved"> <section xml:id="becoming-involved">
<info> <info>
@ -41,10 +41,8 @@
<title>Further Information</title> <title>Further Information</title>
</info> </info>
<para>Questions and comments on Spring Security are welcome. You can use the Spring <para>Questions and comments on Spring Security are welcome. You can use the Spring
Community Forum web site at <uri xlink:href="http://forum.springframework.org" Community Forum web site at <uri xlink:href="http://forum.springsource.org"
>http://forum.springsource.org</uri> to discuss Spring Security with other users of >http://forum.springsource.org</uri> to discuss Spring Security with other users of
the framework. Remember to use JIRA for bug reports, as explained above. Everyone is the framework. Remember to use JIRA for bug reports, as explained above.</para>
also welcome to join the Acegisecurity-developer mailing list and participate in design
discussions. The traffic volume is very light.</para>
</section> </section>
</chapter> </chapter>