Spring Security Framework

Package org.springframework.security.ui.rememberme

Support for remembering a user between different web sessions.

See:
          Description

Interface Summary
PersistentTokenRepository The abstraction used by PersistentTokenBasedRememberMeServices to store the persistent login tokens for a user.
RememberMeServices Implement by a class that is capable of providing a remember-me service.
 

Class Summary
AbstractRememberMeServices Base class for RememberMeServices implementations.
InMemoryTokenRepositoryImpl Simple PersistentTokenRepository implementation backed by a Map.
JdbcTokenRepositoryImpl JDBC based persistent login token repository implementation.
NullRememberMeServices Implementation of NullRememberMeServices that does nothing.
PersistentRememberMeToken  
PersistentTokenBasedRememberMeServices RememberMeServices implementation based on Barry Jaspan's Improved Persistent Login Cookie Best Practice.
RememberMeProcessingFilter Detects if there is no Authentication object in the SecurityContext, and populates it with a remember-me authentication token if a RememberMeServices implementation so requests.
TokenBasedRememberMeServices Identifies previously remembered users by a Base-64 encoded cookie.
 

Exception Summary
CookieTheftException  
InvalidCookieException Exception thrown by a RememberMeServices implementation to indicate that a submitted cookie is of an invalid format or has expired.
RememberMeAuthenticationException  
 

Package org.springframework.security.ui.rememberme Description

Support for remembering a user between different web sessions.


Spring Security Framework

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