| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.permission(String permission) |
static Permission |
Permission.permissionWithTarget(String permission,
Object target) |
static Permission |
Permission.permissionWithTargetExcluded(String permission,
Object notTarget) |
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
ScopesRequestCache.RequestCache.getPermissions() |
Set<Permission> |
ScopesRequestCache.getPermissionsForRequest()
Gets the current set of permissions for the request
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScopesRequestCache.hasPermission(Permission permission)
Using the scope cache, checks if the request has the specified permission
|
| Constructor and Description |
|---|
RequestCache(Collection<Permission> permissions,
Supplier<Optional<String>> applicationNameSupplier) |
Copyright © 2020–2023 Atlassian. All rights reserved.