Uses of Class
com.atlassian.bitbucket.AuthorisationException
Packages that use AuthorisationException
-
Uses of AuthorisationException in com.atlassian.bitbucket.permission
Methods in com.atlassian.bitbucket.permission that throw AuthorisationExceptionModifier and TypeMethodDescriptionvoid
PermissionValidationService.validateAuthenticated()
Validate that the user is logged invoid
PermissionValidationService.validateForGlobal
(Permission permission) Validate that the current user has the specified global permissionvoid
PermissionValidationService.validateForProject
(Project project, Permission permission) Validate that the current user has the specified permission for the projectvoid
PermissionValidationService.validateForRepository
(Repository repository, Permission permission) Validate that the current user has the specified permission for the repository