mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
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
This commit is contained in:
parent
5dd6b4a77a
commit
5ed5590268
@ -162,15 +162,11 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
|
|||||||
<security:authentication-provider ref="preauthAuthProvider" />
|
<security:authentication-provider ref="preauthAuthProvider" />
|
||||||
</security:authentication-manager>
|
</security:authentication-manager>
|
||||||
]]>
|
]]>
|
||||||
</programlisting> We've assumed here that the security namespace is being used for
|
</programlisting> We've assumed here that the <link xlink:href="#ns-config">security namespace</link>
|
||||||
configuration (hence the user of the <literal>custom-filter</literal>,
|
is being used for configuration. It's also assumed that you have added a
|
||||||
<literal>authentication-manager</literal> and
|
<interfacename>UserDetailsService</interfacename> (called
|
||||||
<literal>custom-authentication-provider</literal> elements (you can read more about them
|
<quote>userDetailsService</quote>) to your configuration to load the user's
|
||||||
in the <link xlink:href="#ns-config">namespace chapter</link>). You would leave these out
|
roles. </para>
|
||||||
of a traditional bean 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>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user