Package | Description |
---|---|
org.springframework.security.web.authentication.rememberme |
Support for remembering a user between different web sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieTheftException |
class |
InvalidCookieException
Exception thrown by a RememberMeServices implementation to indicate
that a submitted cookie is of an invalid format or has expired.
|
Modifier and Type | Method and Description |
---|---|
protected abstract UserDetails |
AbstractRememberMeServices.processAutoLoginCookie(String[] cookieTokens,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called from autoLogin to process the submitted persistent login cookie.
|
Copyright © 2019. All rights reserved.