Uses of Class
com.azure.storage.file.datalake.models.RolePermissions
Packages that use RolePermissions
Package
Description
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of RolePermissions in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return RolePermissionsModifier and TypeMethodDescriptionPathPermissions.getGroup()Returns theRolePermissionsfor the owning group of the resource.PathPermissions.getOther()Returns theRolePermissionsfor the other users.PathPermissions.getOwner()Returns theRolePermissionsfor the owner of the resource.PathAccessControlEntry.getPermissions()Returns the symbolic form of the permissions for this entry.static RolePermissionsRolePermissions.parseOctal(int octal) Convert an octal representation of permissions for a given role into anRolePermissionsinstance.static RolePermissionsRolePermissions.parseSymbolic(String str, boolean allowStickyBit) Convert a symbolic representation of permissions for a given role into anRolePermissionsinstance.RolePermissions.setExecutePermission(boolean hasExecutePermission) Sets the execute permission status.RolePermissions.setReadPermission(boolean hasReadPermission) Sets the read permission status.RolePermissions.setWritePermission(boolean hasWritePermission) Sets the write permission status.Methods in com.azure.storage.file.datalake.models with parameters of type RolePermissionsModifier and TypeMethodDescriptionPathPermissions.setGroup(RolePermissions group) Sets the permissions for the owning group of the resource.PathPermissions.setOther(RolePermissions other) Sets the permissions for the other users of the resource.PathPermissions.setOwner(RolePermissions owner) Sets the permissions for the owner of the resource.PathAccessControlEntry.setPermissions(RolePermissions permissions) Sets the permissions for this entry.