public static class EdgeGatewaySSLVPNResponse.ClientInstallPackage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway
Gateway.
|
Constructor and Description |
---|
ClientInstallPackage(boolean enabled,
String profileName,
List<EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway> gatewayList,
String description,
boolean createLinuxClient,
boolean createMacClient,
boolean startClientOnLogon,
boolean hideSystrayIcon,
boolean rememberPassword,
boolean silentModeOperation,
boolean silentModeInstallation,
boolean hideNetworkAdaptor,
boolean createDesktopIcon,
boolean enforceServerSecurityCertValidation,
boolean disconnectOnCertValidationFailure)
Instantiates a new client install package.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets description.
|
List<EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway> |
getGatewayList()
Gets gatewayList.
|
String |
getProfileName()
Gets profileName.
|
boolean |
isCreateDesktopIcon()
Gets createDesktopIcon.
|
boolean |
isCreateLinuxClient()
Gets createLinuxClient.
|
boolean |
isCreateMacClient()
Gets createMacClient.
|
boolean |
isDisconnectOnCertValidationFailure()
Gets disconnectOnCertValidationFailure.
|
boolean |
isEnabled()
Gets enabled.
|
boolean |
isEnforceServerSecurityCertValidation()
Gets enforceServerSecurityCertValidation.
|
boolean |
isHideNetworkAdaptor()
Gets hideNetworkAdaptor.
|
boolean |
isHideSystrayIcon()
Gets hideSystrayIcon.
|
boolean |
isRememberPassword()
Gets rememberPassword.
|
boolean |
isSilentModeInstallation()
Gets silentModeInstallation.
|
boolean |
isSilentModeOperation()
Gets silentModeOperation.
|
boolean |
isStartClientOnLogon()
Gets startClientOnLogon.
|
public ClientInstallPackage(boolean enabled, String profileName, List<EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway> gatewayList, String description, boolean createLinuxClient, boolean createMacClient, boolean startClientOnLogon, boolean hideSystrayIcon, boolean rememberPassword, boolean silentModeOperation, boolean silentModeInstallation, boolean hideNetworkAdaptor, boolean createDesktopIcon, boolean enforceServerSecurityCertValidation, boolean disconnectOnCertValidationFailure)
enabled
- the enabledprofileName
- the profile namegatewayList
- the gateway listdescription
- the descriptioncreateLinuxClient
- the create linux clientcreateMacClient
- the create mac clientstartClientOnLogon
- the start client on logonhideSystrayIcon
- the hide systray iconrememberPassword
- the remember passwordsilentModeOperation
- the silent mode operationsilentModeInstallation
- the silent mode installationhideNetworkAdaptor
- the hide network adaptorcreateDesktopIcon
- the create desktop iconenforceServerSecurityCertValidation
- the enforce server security cert validationdisconnectOnCertValidationFailure
- the disconnect on cert validation failurepublic boolean isEnabled()
public String getProfileName()
The profile name for the installation package. The name is displayed to the remote user to identify this SSL VPN connection to the edge gateway
String
the profileNamepublic List<EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway> getGatewayList()
List
of EdgeGatewaySSLVPNResponse.ClientInstallPackage.Gateway
the gatewayListpublic boolean isCreateLinuxClient()
Whether or not operating system that client installation package is installed on is Linux. Default: false
public boolean isCreateMacClient()
Whether or not operating system that client installation package is installed on is Mac. Default: false
public boolean isStartClientOnLogon()
Whether or not SSL VPN client starts when remote user logs on to their local system. Default: false
public boolean isHideSystrayIcon()
Whether or not to hide SSL VPN tray icon, which indicates whether the VPN connection is active or not. Default: false
public boolean isRememberPassword()
Whether or not the client remembers the user's password. Default: false
public boolean isSilentModeOperation()
Whether or not to hide the pop-up that indicates the installation is complete. Default: false
public boolean isSilentModeInstallation()
Whether or not installation commands from remote users are hidden. Default: false
public boolean isHideNetworkAdaptor()
Whether or not to hide the VMware SSL VPN-Plus Adapter, which is installed on the remote user's computer along with the SSL VPN client installation package. Default: false
public boolean isCreateDesktopIcon()
Whether or not icon to invoke the SSL client is created on the user's desktop. Default: false
public boolean isEnforceServerSecurityCertValidation()
Whether or not the SSL VPN client validates the SSL VPN server certificate before establishing the secure connection. Default: false
public boolean isDisconnectOnCertValidationFailure()
Whether or not SSL VPN is disconnected if certification validation fails. Default: false
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.