Interface ScopesRequestCacheDelegate

All Known Implementing Classes:
DefaultScopesRequestCacheDelegate

public interface ScopesRequestCacheDelegate
  • Method Details

    • hasPermission

      boolean hasPermission(GlobalPermissionKey permission)
    • hasPermission

      boolean hasPermission(ProjectPermissionKey permission)
    • hasPermission

      boolean hasPermission(GlobalPermissionEntry permission)
    • getApplicationNameForRequest

      Optional<String> getApplicationNameForRequest()
    • getRequestCache

      com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache getRequestCache()
    • setRequestCache

      void setRequestCache(com.atlassian.oauth2.scopes.api.ScopesRequestCache.RequestCache requestCache)
    • clearRequestCache

      void clearRequestCache()