Uses of Class
com.azure.storage.file.datalake.models.RolePermissions
-
Packages that use RolePermissions Package Description com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of RolePermissions in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return RolePermissions Modifier and Type Method Description RolePermissionsPathPermissions. getGroup()Returns theRolePermissionsfor the owning group of the resource.RolePermissionsPathPermissions. getOther()Returns theRolePermissionsfor the other users.RolePermissionsPathPermissions. getOwner()Returns theRolePermissionsfor the owner of the resource.RolePermissionsPathAccessControlEntry. 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.RolePermissionsRolePermissions. setExecutePermission(boolean hasExecutePermission)Sets the execute permission status.RolePermissionsRolePermissions. setReadPermission(boolean hasReadPermission)Sets the read permission status.RolePermissionsRolePermissions. setWritePermission(boolean hasWritePermission)Sets the write permission status.Methods in com.azure.storage.file.datalake.models with parameters of type RolePermissions Modifier and Type Method Description PathPermissionsPathPermissions. setGroup(RolePermissions group)Sets the permissions for the owning group of the resource.PathPermissionsPathPermissions. setOther(RolePermissions other)Sets the permissions for the other users of the resource.PathPermissionsPathPermissions. setOwner(RolePermissions owner)Sets the permissions for the owner of the resource.PathAccessControlEntryPathAccessControlEntry. setPermissions(RolePermissions permissions)Sets the permissions for this entry.
-