Uses of Interface
org.springframework.security.web.authentication.RememberMeServices

Packages that use RememberMeServices
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.web.authentication.www Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

Uses of RememberMeServices in org.springframework.security.web.authentication
 

Classes in org.springframework.security.web.authentication that implement RememberMeServices
 class NullRememberMeServices
          Implementation of NullRememberMeServices that does nothing.
 

Methods in org.springframework.security.web.authentication that return RememberMeServices
 RememberMeServices AbstractAuthenticationProcessingFilter.getRememberMeServices()
           
 

Methods in org.springframework.security.web.authentication with parameters of type RememberMeServices
 void AbstractAuthenticationProcessingFilter.setRememberMeServices(RememberMeServices rememberMeServices)
           
 

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

Classes in org.springframework.security.web.authentication.rememberme that implement RememberMeServices
 class AbstractRememberMeServices
          Base class for RememberMeServices implementations.
 class PersistentTokenBasedRememberMeServices
          RememberMeServices implementation based on Barry Jaspan's Improved Persistent Login Cookie Best Practice.
 class TokenBasedRememberMeServices
          Identifies previously remembered users by a Base-64 encoded cookie.
 

Methods in org.springframework.security.web.authentication.rememberme that return RememberMeServices
 RememberMeServices RememberMeAuthenticationFilter.getRememberMeServices()
           
 

Methods in org.springframework.security.web.authentication.rememberme with parameters of type RememberMeServices
 void RememberMeAuthenticationFilter.setRememberMeServices(RememberMeServices rememberMeServices)
           
 

Uses of RememberMeServices in org.springframework.security.web.authentication.www
 

Methods in org.springframework.security.web.authentication.www with parameters of type RememberMeServices
 void BasicAuthenticationFilter.setRememberMeServices(RememberMeServices rememberMeServices)
           
 



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