Uses of Class
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException

Packages that use RememberMeAuthenticationException
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
 

Uses of RememberMeAuthenticationException in org.springframework.security.web.authentication.rememberme
 

Subclasses of RememberMeAuthenticationException in org.springframework.security.web.authentication.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.web.authentication.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.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.