Document usage of AuthenticationEventPublisher

Closes gh-11420
This commit is contained in:
Madhura Bhave
2018-01-31 18:41:08 -08:00
parent a6bb48a2f4
commit 905666e797
2 changed files with 47 additions and 0 deletions

View File

@@ -2992,7 +2992,9 @@ bean with in-memory store and a single user with a generated password (see
for the properties of the user).
* Form-based login or HTTP Basic security (depending on Content-Type) for the entire
application (including actuator endpoints if actuator is on the classpath).
* A `DefaultAuthenticationEventPublisher` for publishing authentication events.
You can provide a different `AuthenticationEventPublisher` by adding a bean for it.
[[boot-features-security-mvc]]