Class ConfluenceScopesRequestCacheImpl
java.lang.Object
com.atlassian.confluence.internal.api.security.impl.ConfluenceScopesRequestCacheImpl
- All Implemented Interfaces:
ConfluenceScopesRequestCache
public class ConfluenceScopesRequestCacheImpl
extends Object
implements ConfluenceScopesRequestCache
- Since:
- 9.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceScopesRequestCacheImpl
(ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isScopePermitted
(String scope) Checks if the current request has credentials or an access token that permits the given scope.
-
Constructor Details
-
ConfluenceScopesRequestCacheImpl
-
-
Method Details
-
isScopePermitted
Description copied from interface:ConfluenceScopesRequestCache
Checks if the current request has credentials or an access token that permits the given scope.- Specified by:
isScopePermitted
in interfaceConfluenceScopesRequestCache
- Parameters:
scope
- the scope to check- Returns:
- true, if the scope is permitted for the current request
-