Spring Security Framework

Uses of Package
org.springframework.security.ui.rememberme

Packages that use org.springframework.security.ui.rememberme
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.ui.basicauth Authenticates HTTP BASIC authentication requests. 
org.springframework.security.ui.rememberme Support for remembering a user between different web sessions. 
 

Classes in org.springframework.security.ui.rememberme used by org.springframework.security.ui
RememberMeServices
          Implement by a class that is capable of providing a remember-me service.
 

Classes in org.springframework.security.ui.rememberme used by org.springframework.security.ui.basicauth
RememberMeServices
          Implement by a class that is capable of providing a remember-me service.
 

Classes in org.springframework.security.ui.rememberme used by org.springframework.security.ui.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
           
RememberMeServices
          Implement by a class that is capable of providing a remember-me service.
 


Spring Security Framework

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