|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RememberMeAuthenticationException | |
---|---|
org.springframework.security.ui.rememberme | Support for remembering a user between different web sessions. |
Uses of RememberMeAuthenticationException in org.springframework.security.ui.rememberme |
---|
Subclasses of RememberMeAuthenticationException in org.springframework.security.ui.rememberme | |
---|---|
class |
CookieTheftException
|
class |
InvalidCookieException
Exception thrown by a RememberMeServices implementation to indicate that a submitted cookie is of an invalid format or has expired. |
Methods in org.springframework.security.ui.rememberme that throw RememberMeAuthenticationException | |
---|---|
protected abstract UserDetails |
AbstractRememberMeServices.processAutoLoginCookie(String[] cookieTokens,
HttpServletRequest request,
HttpServletResponse response)
Called from autoLogin to process the submitted persistent login cookie. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |