Uses of Class
com.vmware.nsx_policy.model.FileTransferAuthenticationScheme.Builder
-
Packages that use FileTransferAuthenticationScheme.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of FileTransferAuthenticationScheme.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return FileTransferAuthenticationScheme.Builder Modifier and Type Method Description FileTransferAuthenticationScheme.BuilderFileTransferAuthenticationScheme.Builder. setIdentityFile(java.lang.String identityFile)SSH private key dataFileTransferAuthenticationScheme.BuilderFileTransferAuthenticationScheme.Builder. setPassword(java.lang.String password)Password to authenticate withFileTransferAuthenticationScheme.BuilderFileTransferAuthenticationScheme.Builder. setSchemeName(java.lang.String schemeName)Possible values are:FileTransferAuthenticationScheme.SCHEME_NAME_PASSWORDFileTransferAuthenticationScheme.SCHEME_NAME_KEYAuthentication scheme nameFileTransferAuthenticationScheme.BuilderFileTransferAuthenticationScheme.Builder. setUsername(java.lang.String username)User name to authenticate with
-