瀏覽代碼

SEC-1970: Cleanup of pre authentication documentation

* Removed custom-authentication-provider from documentation
* Rephrased to make the pre authentication documentation a little more concise
* Removed nested () within text (not code)
* Removed user which should have been use
Rob Winch 13 年之前
父節點
當前提交
954ba57cf2
共有 1 個文件被更改,包括 3 次插入7 次删除
  1. 3 7
      docs/manual/src/docbook/preauth.xml

+ 3 - 7
docs/manual/src/docbook/preauth.xml

@@ -169,13 +169,9 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
       <security:authentication-provider ref="preauthAuthProvider" />
     </security:authentication-manager>
 ]]>
-</programlisting> We've assumed here that the security namespace is being used for configuration
-                    (hence the user of the <literal>custom-filter</literal>,
-                    <literal>authentication-manager</literal> and
-                    <literal>custom-authentication-provider</literal> elements (you can read more
-                    about them in the <link xlink:href="#ns-config">namespace chapter</link>). You
-                    would leave these out of a traditional bean configuration. It's also assumed
-                    that you have added a <interfacename>UserDetailsService</interfacename> (called
+</programlisting> We've assumed here that the <link xlink:href="#ns-config">security namespace</link>
+                    is being used for configuration. It's also assumed that you have added a
+                    <interfacename>UserDetailsService</interfacename> (called
                     <quote>userDetailsService</quote>) to your configuration to load the user's
                     roles. </para>
             </section>