java.lang.Object | |
↳ | com.atlassian.bitbucket.util.SetFilePermissionRequest |
Request to set permissions on a File or Path.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SetFilePermissionRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 5.11 for removal in 6.0. Use
getPath() instead.
| |||||||||||
Retrieves the
permissions granted to members of the owning group. | |||||||||||
Retrieves the
permissions granted to the file owner. | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Retrieves the permissions
granted to members of the owning group.
Note: Group permissions are not applied on Windows. Unlike POSIX-compliant OS's, where files and directories are associated with both a user and a group, and where the permission model explicitly provides for setting a group permission agnostic of the group's name, the ACL model used by Windows requires knowing the name of the group you want to provision.
Retrieves the permissions
granted to the file owner.
Note: For convenience owner permissions on Windows are also applied to the Administrator
group.