Interface ConfluenceScopesRequestCache

All Known Implementing Classes:
ConfluenceScopesRequestCacheImpl

public interface ConfluenceScopesRequestCache
Internal API to check the scope of the request
Since:
9.4
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the current request has credentials or an access token that permits the given scope.
  • Method Details

    • isScopePermitted

      boolean isScopePermitted(String scope)
      Checks if the current request has credentials or an access token that permits the given scope.
      Parameters:
      scope - the scope to check
      Returns:
      true, if the scope is permitted for the current request
      Since:
      9.4