Spring Security Framework

Uses of Class
org.springframework.security.ui.rememberme.InvalidCookieException

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

Uses of InvalidCookieException in org.springframework.security.ui.rememberme
 

Methods in org.springframework.security.ui.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.
 


Spring Security Framework

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