Rob Winch
6c5701bacd
Use @Autowired AuthenticationManagerBuilder
...
Update documentation to use @Autowired AuthenticationManagerBuilder.
Fixes gh-244
11 years ago
ggerard
182328697d
Spelling error: "everypone"
11 years ago
Dave Syer
ecc4676fb3
Tweak security example
11 years ago
lecaros
cf4f549b06
change credentials order in authentication manager example
...
username/password pairs were incorrect. The authentication manager has "user" and "password", so those credentials should be allowed to get the actual message.
11 years ago
checketts
7236015a4d
Fix the AuthenticationManagerBuilder code snippet
...
Fix AuthenticationManagerBuilder code snippet to add the missing the
ObjectPostProcessor parameter for the constructor.
Issue: #45
11 years ago
Dave Syer
2ba1bd9dbb
Fix security dependency in README
11 years ago
Dave Syer
a2fe8a0e89
Actuator README accuracy
11 years ago
Dave Syer
f645b03939
Fix pom in actuator README
11 years ago
Phillip Webb
4e11ae1671
Documentation
...
Various updates to README.md files.
11 years ago
Phillip Webb
e1c6860a41
Documentation
11 years ago
Dave Syer
5995b7727a
Ops -> Actuator
11 years ago