Spring Security Framework

Uses of Interface
org.springframework.security.ui.rememberme.PersistentTokenRepository

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

Uses of PersistentTokenRepository in org.springframework.security.ui.rememberme
 

Classes in org.springframework.security.ui.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.ui.rememberme with parameters of type PersistentTokenRepository
 void PersistentTokenBasedRememberMeServices.setTokenRepository(PersistentTokenRepository tokenRepository)
           
 


Spring Security Framework

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