Interface PersistentTokenRepository

All Known Implementing Classes:
InMemoryTokenRepositoryImpl, JdbcTokenRepositoryImpl

public interface PersistentTokenRepository
The abstraction used by PersistentTokenBasedRememberMeServices to store the persistent login tokens for a user.
Since:
2.0
See Also: