spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.

Home Page:http://github.com/spring-projects/spring-security-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.springframework.security.oauth2.provider.token.store.InMemoryTokenStore

shixitong opened this issue · comments

commented

private final ConcurrentHashMap<String, TokenExpiry> expiryMap = new ConcurrentHashMap<String, TokenExpiry>();

hi,i have a question

When to empty the expiryMap ? if not empty this map will be biggiest