public class DefaultScopesRequestCacheDelegate extends Object implements ScopesRequestCacheDelegate
| Constructor and Description |
|---|
DefaultScopesRequestCacheDelegate(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearRequestCache() |
Optional<String> |
getApplicationNameForRequest() |
com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache |
getRequestCache() |
boolean |
hasPermission(BambooPermission permission) |
void |
setRequestCache(com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache requestCache) |
public DefaultScopesRequestCacheDelegate(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager)
public boolean hasPermission(BambooPermission permission)
hasPermission in interface ScopesRequestCacheDelegatepublic Optional<String> getApplicationNameForRequest()
getApplicationNameForRequest in interface ScopesRequestCacheDelegatepublic com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache getRequestCache()
getRequestCache in interface ScopesRequestCacheDelegatepublic void setRequestCache(com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache requestCache)
setRequestCache in interface ScopesRequestCacheDelegatepublic void clearRequestCache()
clearRequestCache in interface ScopesRequestCacheDelegateCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.