| Package | Description |
|---|---|
| net.trajano.ms.authz.internal |
| Modifier and Type | Method and Description |
|---|---|
TokenCacheEntry |
TokenCache.getCacheEntry(String accessToken)
This will return null if a valid entry was not found.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
TokenCache.evictEntry(TokenCacheEntry cacheEntry)
Evicts the entry from the caches.
|
private OAuthTokenResponse |
TokenCache.updateEntry(TokenCacheEntry cacheEntry)
Stores the cache entry into the caches with updated tokens.
|
Copyright © 2012–2017 Trajano. All rights reserved.