Class InMemoryTokenRepositoryImpl

java.lang.Object
org.springframework.security.web.authentication.rememberme.InMemoryTokenRepositoryImpl
All Implemented Interfaces:
PersistentTokenRepository

public class InMemoryTokenRepositoryImpl extends Object implements PersistentTokenRepository
Simple PersistentTokenRepository implementation backed by a Map. Intended for testing only.