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, createAuthorizationCode
protected final ConcurrentHashMap<String,OAuth2Authentication> authorizationCodeStore
protected void store(String code, OAuth2Authentication authentication)
store
in class RandomValueAuthorizationCodeServices
public OAuth2Authentication remove(String code)
remove
in class RandomValueAuthorizationCodeServices
Copyright © 2019. All rights reserved.