Browse Source

Update abstract-authentication-processing-filter.adoc

知一 5 years ago
parent
commit
58c7c21a6c

+ 2 - 0
docs/manual/src/docs/asciidoc/_includes/servlet/authentication/architecture/abstract-authentication-processing-filter.adoc

@@ -36,4 +36,6 @@ Later the `SecurityContextPersistenceFilter` saves the `SecurityContext` to the
 If remember me is not configured, this is a no-op.
 // FIXME: link to rememberme
 * `ApplicationEventPublisher` publishes an `InteractiveAuthenticationSuccessEvent`.
+* `AuthenticationSuccessHandler` is invoked.
+// FIXME: link to AuthenticationSuccessHandler