Uses of Class
com.atlassian.oauth2.scopes.api.Permission
-
Uses of Permission in com.atlassian.oauth2.scopes.api
Methods in com.atlassian.oauth2.scopes.api that return PermissionModifier and TypeMethodDescriptionstatic PermissionPermission.permission(String permission) static PermissionPermission.permissionWithTarget(String permission, Object target) static PermissionPermission.permissionWithTargetExcluded(String permission, Object notTarget) Methods in com.atlassian.oauth2.scopes.api that return types with arguments of type PermissionModifier and TypeMethodDescriptionScopesRequestCache.RequestCache.getPermissions()ScopesRequestCache.getPermissionsForRequest()Gets the current set of permissions for the requestMethods in com.atlassian.oauth2.scopes.api with parameters of type PermissionModifier and TypeMethodDescriptionbooleanScopesRequestCache.hasPermission(Permission permission) Using the scope cache, checks if the request has the specified permissionConstructor parameters in com.atlassian.oauth2.scopes.api with type arguments of type PermissionModifierConstructorDescriptionRequestCache(Collection<Permission> permissions, Supplier<Optional<String>> applicationNameSupplier)