public class InMemoryAuthorizationCodeServices extends RandomValueAuthorizationCodeServices
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,OAuth2Authentication> |
authorizationCodeStore |
| Constructor and Description |
|---|
InMemoryAuthorizationCodeServices() |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
remove(String code) |
protected void |
store(String code,
OAuth2Authentication authentication) |
consumeAuthorizationCode, createAuthorizationCodeprotected final ConcurrentHashMap<String,OAuth2Authentication> authorizationCodeStore
protected void store(String code, OAuth2Authentication authentication)
store in class RandomValueAuthorizationCodeServicespublic OAuth2Authentication remove(String code)
remove in class RandomValueAuthorizationCodeServicesCopyright © 2019. All rights reserved.