Uses of Interface
org.springframework.security.web.authentication.rememberme.PersistentTokenRepository

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

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

Classes in org.springframework.security.web.authentication.rememberme that implement PersistentTokenRepository
 class InMemoryTokenRepositoryImpl
          Simple PersistentTokenRepository implementation backed by a Map.
 class JdbcTokenRepositoryImpl
          JDBC based persistent login token repository implementation.
 

Methods in org.springframework.security.web.authentication.rememberme with parameters of type PersistentTokenRepository
 void PersistentTokenBasedRememberMeServices.setTokenRepository(PersistentTokenRepository tokenRepository)
           
 



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