mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 13:53:29 +00:00
SEC-2362: Clarify AbstractRememberMeServices loginSuccess javadoc
This commit is contained in:
parent
0978c12c47
commit
1351c8bada
@ -244,8 +244,12 @@ public abstract class AbstractRememberMeServices implements RememberMeServices,
|
|||||||
protected void onLoginFail(HttpServletRequest request, HttpServletResponse response) {}
|
protected void onLoginFail(HttpServletRequest request, HttpServletResponse response) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* {@inheritDoc}
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
* Examines the incoming request and checks for the presence of the configured "remember me" parameter.
|
* Examines the incoming request and checks for the presence of the configured "remember me" parameter.
|
||||||
* If it's present, or if <tt>alwaysRemember</tt> is set to true, calls <tt>onLoginSucces</tt>.
|
* If it's present, or if <tt>alwaysRemember</tt> is set to true, calls <tt>onLoginSucces</tt>.
|
||||||
|
* </p>
|
||||||
*/
|
*/
|
||||||
public final void loginSuccess(HttpServletRequest request, HttpServletResponse response,
|
public final void loginSuccess(HttpServletRequest request, HttpServletResponse response,
|
||||||
Authentication successfulAuthentication) {
|
Authentication successfulAuthentication) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user