| Modifier and Type | Class and Description |
|---|---|
class |
CompositeScope |
| Modifier and Type | Method and Description |
|---|---|
Scope |
ScopeResolver.getScope(String scopeName)
Will try to get the scope from the name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Scope> |
ScopeResolver.getAvailableScopes()
Gets the set of scopes for this product
|
Set<Scope> |
CompositeScope.getScopeAndInheritedScopes() |
Set<Scope> |
Scope.getScopeAndInheritedScopes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScopesRequestCache.containsOnlyThisScope(Scope scope)
Checks if the cache contains only the passed scope
|
boolean |
ScopeResolver.hasScopePermission(Scope tokenScope,
Scope configScope)
Will check if the tokenScope has permission against the configScope
If the tokenScope is higher than the configScope then this will return false
|
Closeable |
ScopesRequestCache.withScopes(Scope scope,
Supplier<Optional<String>> applicationNameSupplier)
Applies scopes to Request cache.
|
| Constructor and Description |
|---|
CompositeScope(Set<Scope> scopes) |
Copyright © 2020–2023 Atlassian. All rights reserved.