Uses of Package
org.springframework.security.web.authentication.rememberme

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

Classes in org.springframework.security.web.authentication.rememberme used by org.springframework.security.web.authentication.rememberme
AbstractRememberMeServices
          Base class for RememberMeServices implementations.
InvalidCookieException
          Exception thrown by a RememberMeServices implementation to indicate that a submitted cookie is of an invalid format or has expired.
PersistentRememberMeToken
           
PersistentTokenRepository
          The abstraction used by PersistentTokenBasedRememberMeServices to store the persistent login tokens for a user.
RememberMeAuthenticationException
           
 



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