Package | Description |
---|---|
com.atlassian.bitbucket.permission |
Modifier and Type | Method and Description |
---|---|
void |
PermissionValidationService.validateAuthenticated()
Validate that the user is logged in
|
void |
PermissionValidationService.validateForGlobal(Permission permission)
Validate that the current user has the specified global permission
|
void |
PermissionValidationService.validateForProject(Project project,
Permission permission)
Validate that the current user has the specified permission for the project
|
void |
PermissionValidationService.validateForRepository(Repository repository,
Permission permission)
Validate that the current user has the specified permission for the repository
|
Copyright © 2022 Atlassian. All rights reserved.