mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-10 04:13:31 +00:00
SEC-677: Small change in Acegi Reference Guide.
http://jira.springframework.org/browse/SEC-677
This commit is contained in:
parent
93432b7626
commit
1bc863fce1
@ -723,7 +723,7 @@ if (obj instanceof UserDetails) {
|
|||||||
presented to an
|
presented to an
|
||||||
<interfacename>AuthenticationProvider</interfacename>.</para>
|
<interfacename>AuthenticationProvider</interfacename>.</para>
|
||||||
|
|
||||||
<para>The last played in the Spring Security authentication process is
|
<para>The last player in the Spring Security authentication process is
|
||||||
an <literal>AuthenticationProvider</literal>. Quite simply, it is
|
an <literal>AuthenticationProvider</literal>. Quite simply, it is
|
||||||
responsible for taking an <literal>Authentication</literal> request
|
responsible for taking an <literal>Authentication</literal> request
|
||||||
object and deciding whether or not it is valid. The provider will
|
object and deciding whether or not it is valid. The provider will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user