Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static ClientOptions.IdentitySquash |
ClientOptions.IdentitySquash.create(String key) |
ClientOptions.IdentitySquash |
ClientOptions.getIdentitySquash()
Used when clients accessing the file system through this export have their UID and GID
remapped to ‘anonymousUid’ and ‘anonymousGid’.
|
static ClientOptions.IdentitySquash |
ClientOptions.IdentitySquash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientOptions.IdentitySquash[] |
ClientOptions.IdentitySquash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClientOptions.Builder |
ClientOptions.Builder.identitySquash(ClientOptions.IdentitySquash identitySquash)
Used when clients accessing the file system through this export have their UID and GID
remapped to ‘anonymousUid’ and ‘anonymousGid’.
|
Constructor and Description |
---|
ClientOptions(String source,
Boolean requirePrivilegedSourcePort,
ClientOptions.Access access,
ClientOptions.IdentitySquash identitySquash,
Long anonymousUid,
Long anonymousGid,
Boolean isAnonymousAccessAllowed,
List<ClientOptions.AllowedAuth> allowedAuth)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.