Commit Graph

11 Commits

Author SHA1 Message Date
Rob Winch 6c5701bacd Use @Autowired AuthenticationManagerBuilder
Update documentation to use @Autowired AuthenticationManagerBuilder.

Fixes gh-244
2014-01-20 20:19:59 -08:00
ggerard 182328697d Spelling error: "everypone" 2013-10-03 17:26:30 -04:00
Dave Syer ecc4676fb3 Tweak security example 2013-09-18 16:43:38 +01:00
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.
2013-09-18 16:43:38 +01:00
checketts 7236015a4d Fix the AuthenticationManagerBuilder code snippet
Fix AuthenticationManagerBuilder code snippet to add the missing the
ObjectPostProcessor parameter for the constructor.

Issue: #45
2013-09-11 11:04:00 -07:00
Dave Syer 2ba1bd9dbb Fix security dependency in README 2013-08-08 16:30:14 +01:00
Dave Syer a2fe8a0e89 Actuator README accuracy 2013-08-08 16:06:30 +01:00
Dave Syer f645b03939 Fix pom in actuator README 2013-08-08 15:58:05 +01:00
Phillip Webb 4e11ae1671 Documentation
Various updates to README.md files.
2013-08-05 22:36:22 -07:00
Phillip Webb e1c6860a41 Documentation 2013-08-02 00:34:53 -07:00
Dave Syer 5995b7727a Ops -> Actuator 2013-07-31 09:46:34 +01:00