Uses of Class
com.oracle.bmc.filestorage.model.ClientOptions.AllowedAuth
-
Packages that use ClientOptions.AllowedAuth Package Description com.oracle.bmc.filestorage.model -
-
Uses of ClientOptions.AllowedAuth in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ClientOptions.AllowedAuth Modifier and Type Method Description static ClientOptions.AllowedAuth
ClientOptions.AllowedAuth. create(String key)
static ClientOptions.AllowedAuth
ClientOptions.AllowedAuth. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientOptions.AllowedAuth[]
ClientOptions.AllowedAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model that return types with arguments of type ClientOptions.AllowedAuth Modifier and Type Method Description List<ClientOptions.AllowedAuth>
ClientOptions. getAllowedAuth()
Array of allowed NFS authentication types.Method parameters in com.oracle.bmc.filestorage.model with type arguments of type ClientOptions.AllowedAuth Modifier and Type Method Description ClientOptions.Builder
ClientOptions.Builder. allowedAuth(List<ClientOptions.AllowedAuth> allowedAuth)
Array of allowed NFS authentication types.Constructor parameters in com.oracle.bmc.filestorage.model with type arguments of type ClientOptions.AllowedAuth Constructor Description ClientOptions(String source, Boolean requirePrivilegedSourcePort, ClientOptions.Access access, ClientOptions.IdentitySquash identitySquash, Long anonymousUid, Long anonymousGid, Boolean isAnonymousAccessAllowed, List<ClientOptions.AllowedAuth> allowedAuth)
Deprecated.
-