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)
ImplicitGrantServicestore in interface ImplicitGrantServicepublic OAuth2Request remove(TokenRequest tokenRequest)
ImplicitGrantServiceremove in interface ImplicitGrantServiceCopyright © 2019. All rights reserved.