public class InMemoryImplicitGrantService extends Object implements ImplicitGrantService
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<TokenRequest,OAuth2Request> |
requestStore |
Constructor and Description |
---|
InMemoryImplicitGrantService() |
Modifier and Type | Method and Description |
---|---|
OAuth2Request |
remove(TokenRequest tokenRequest)
Look up and return the OAuth2Request associated with the given TokenRequest.
|
void |
store(OAuth2Request originalRequest,
TokenRequest tokenRequest)
Save an association between an OAuth2Request and a TokenRequest.
|
protected final ConcurrentHashMap<TokenRequest,OAuth2Request> requestStore
public void store(OAuth2Request originalRequest, TokenRequest tokenRequest)
ImplicitGrantService
store
in interface ImplicitGrantService
public OAuth2Request remove(TokenRequest tokenRequest)
ImplicitGrantService
remove
in interface ImplicitGrantService
Copyright © 2019. All rights reserved.