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

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

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

Methods in org.springframework.security.web.authentication.rememberme that throw InvalidCookieException
protected  String[] AbstractRememberMeServices.decodeCookie(String cookieValue)
          Decodes the cookie and splits it into a set of token strings using the ":" delimiter.
 



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