mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-03 17:22:13 +00:00
Import cleaning.
This commit is contained in:
parent
bd1d19f372
commit
e45f6914ee
@ -15,20 +15,18 @@
|
|||||||
|
|
||||||
package org.springframework.security.web.authentication;
|
package org.springframework.security.web.authentication;
|
||||||
|
|
||||||
import org.springframework.security.core.Authentication;
|
|
||||||
import org.springframework.security.web.authentication.rememberme.RememberMeProcessingFilter;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
|
|
||||||
|
import org.springframework.security.core.Authentication;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implement by a class that is capable of providing a remember-me service.
|
* Implement by a class that is capable of providing a remember-me service.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Spring Security filters (namely {@link org.springframework.security.web.authentication.AbstractProcessingFilter} and
|
* Spring Security filters (namely {@link org.springframework.security.web.authentication.AbstractProcessingFilter} and
|
||||||
* {@link org.springframework.security.web.authentication.rememberme.RememberMeProcessingFilter} will call
|
* {@link RememberMeProcessingFilter} will call the methods provided by an implementation of this interface.
|
||||||
* the methods provided by an implementation of this interface.
|
|
||||||
* <p>
|
* <p>
|
||||||
* Implementations may implement any type of remember-me capability they wish.
|
* Implementations may implement any type of remember-me capability they wish.
|
||||||
* Rolling cookies (as per <a href="http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice">
|
* Rolling cookies (as per <a href="http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user