Package com.atlassian.bamboo.security
Class DefaultScopesRequestCacheDelegate
java.lang.Object
com.atlassian.bamboo.security.DefaultScopesRequestCacheDelegate
- All Implemented Interfaces:
ScopesRequestCacheDelegate
-
Constructor Summary
ConstructorDescriptionDefaultScopesRequestCacheDelegate
(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache
boolean
hasPermission
(BambooPermission permission) void
setRequestCache
(com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache requestCache)
-
Constructor Details
-
DefaultScopesRequestCacheDelegate
public DefaultScopesRequestCacheDelegate(com.atlassian.plugin.osgi.container.OsgiContainerManager osgiContainerManager)
-
-
Method Details
-
hasPermission
- Specified by:
hasPermission
in interfaceScopesRequestCacheDelegate
-
getApplicationNameForRequest
- Specified by:
getApplicationNameForRequest
in interfaceScopesRequestCacheDelegate
-
getRequestCache
public com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache getRequestCache()- Specified by:
getRequestCache
in interfaceScopesRequestCacheDelegate
-
setRequestCache
public void setRequestCache(com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache requestCache) - Specified by:
setRequestCache
in interfaceScopesRequestCacheDelegate
-
clearRequestCache
public void clearRequestCache()- Specified by:
clearRequestCache
in interfaceScopesRequestCacheDelegate
-