Class InMemoryTokenRepositoryImpl

  • All Implemented Interfaces:
    PersistentTokenRepository

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