DefaultSharePermission Class

public final class DefaultSharePermission
extends ExpandableStringEnum<DefaultSharePermission>

Default share permission for users using Kerberos authentication if RBAC role is not assigned.

Field Summary

Modifier and Type Field and Description
static final DefaultSharePermission NONE

Static value None for DefaultSharePermission.

static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR

Static value StorageFileDataSmbShareContributor for DefaultSharePermission.

static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR

Static value StorageFileDataSmbShareElevatedContributor for DefaultSharePermission.

static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_READER

Static value StorageFileDataSmbShareReader for DefaultSharePermission.

Constructor Summary

Constructor Description
DefaultSharePermission()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DefaultSharePermission value.

Method Summary

Modifier and Type Method and Description
static DefaultSharePermission fromString(String name)

Creates or finds a DefaultSharePermission from its string representation.

static Collection<DefaultSharePermission> values()

Gets known DefaultSharePermission values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final DefaultSharePermission NONE

Static value None for DefaultSharePermission.

STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR

public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR

Static value StorageFileDataSmbShareContributor for DefaultSharePermission.

STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR

public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR

Static value StorageFileDataSmbShareElevatedContributor for DefaultSharePermission.

STORAGE_FILE_DATA_SMB_SHARE_READER

public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_READER

Static value StorageFileDataSmbShareReader for DefaultSharePermission.

Constructor Details

DefaultSharePermission

@Deprecated
public DefaultSharePermission()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DefaultSharePermission value.

Method Details

fromString

public static DefaultSharePermission fromString(String name)

Creates or finds a DefaultSharePermission from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DefaultSharePermission.

values

public static Collection values()

Gets known DefaultSharePermission values.

Returns:

known DefaultSharePermission values.

Applies to