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) {}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* <p>
|
||||
* 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>.
|
||||
* </p>
|
||||
*/
|
||||
public final void loginSuccess(HttpServletRequest request, HttpServletResponse response,
|
||||
Authentication successfulAuthentication) {
|
||||
|
|
Loading…
Reference in New Issue