Uses of Interface
com.atlassian.bamboo.security.ScopesRequestCacheDelegate
-
Packages that use ScopesRequestCacheDelegate Package Description com.atlassian.bamboo.audit.enrichment com.atlassian.bamboo.security com.atlassian.sal.bamboo.executor -
-
Uses of ScopesRequestCacheDelegate in com.atlassian.bamboo.audit.enrichment
Constructors in com.atlassian.bamboo.audit.enrichment with parameters of type ScopesRequestCacheDelegate Constructor Description BambooAuditMethodProvider(ScopesRequestCacheDelegate scopesRequestCacheDelegate)
-
Uses of ScopesRequestCacheDelegate in com.atlassian.bamboo.security
Classes in com.atlassian.bamboo.security that implement ScopesRequestCacheDelegate Modifier and Type Class Description class
DefaultScopesRequestCacheDelegate
Methods in com.atlassian.bamboo.security with parameters of type ScopesRequestCacheDelegate Modifier and Type Method Description void
BambooCachingPermissionManagerFacadeImpl. setScopesRequestCacheDelegate(ScopesRequestCacheDelegate scopesRequestCacheDelegate)
void
BambooPermissionManagerImpl. setScopesRequestCacheDelegate(ScopesRequestCacheDelegate scopesRequestCacheDelegate)
-
Uses of ScopesRequestCacheDelegate in com.atlassian.sal.bamboo.executor
Constructors in com.atlassian.sal.bamboo.executor with parameters of type ScopesRequestCacheDelegate Constructor Description BambooThreadLocalContextManager(ScopesRequestCacheDelegate scopesRequestCacheDelegate)
BambooThreadLocalDelegateExecutorFactory(ScopesRequestCacheDelegate scopesRequestCacheDelegate)
-