Skip to content

Commit

Permalink
Merge pull request spring-attic#196 from OscarRyz/patch-1
Browse files Browse the repository at this point in the history
s/approprate/appropriate
  • Loading branch information
habuma committed Mar 7, 2016
2 parents f53d3eb + d498956 commit 7eeae96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/src/asciidoc/index.adoc
Expand Up @@ -1072,7 +1072,7 @@ In this case, we're returning an instance of `AuthenticationNameUserIdSource`.
This implementation of the `UserIdSource` interface assumes that the application is secured with Spring Security.
It uses the `SecurityContextHolder` to lookup a `SecurityContext`, and from that return the `name` property of the `Authentication` object.

If your application isn't secured with Spring Security, you'll need to implement the `UserIdSource` interface as approprate for your application's security mechanism.
If your application isn't secured with Spring Security, you'll need to implement the `UserIdSource` interface as appropriate for your application's security mechanism.
The `UserIdSource` interface looks like this:

```java
Expand Down

0 comments on commit 7eeae96

Please sign in to comment.