Uses of Class
com.oracle.bmc.filestorage.model.ClientOptions.IdentitySquash
-
Packages that use ClientOptions.IdentitySquash Package Description com.oracle.bmc.filestorage.model -
-
Uses of ClientOptions.IdentitySquash in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ClientOptions.IdentitySquash Modifier and Type Method 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.Methods in com.oracle.bmc.filestorage.model with parameters of type ClientOptions.IdentitySquash Modifier and Type Method 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’.Constructors in com.oracle.bmc.filestorage.model with parameters of type ClientOptions.IdentitySquash Constructor Description ClientOptions(String source, Boolean requirePrivilegedSourcePort, ClientOptions.Access access, ClientOptions.IdentitySquash identitySquash, Long anonymousUid, Long anonymousGid, Boolean isAnonymousAccessAllowed, List<ClientOptions.AllowedAuth> allowedAuth)
Deprecated.
-