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