public static class EdgeGatewaySSLVPNResponse.AuthenticationConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication
Password Authentication.
|
Constructor and Description |
---|
AuthenticationConfiguration(EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication passwordAuthentication,
String certificateId)
Instantiates a new authentication configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificateId()
Gets certificateId.
|
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication |
getPasswordAuthentication()
Gets passwordAuthentication.
|
public AuthenticationConfiguration(EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication passwordAuthentication, String certificateId)
passwordAuthentication
- the password authenticationcertificateId
- the certificate idpublic EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication getPasswordAuthentication()
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration.PasswordAuthentication
the passwordAuthenticationpublic String getCertificateId()
The client certificate. Restrictions: 1). On the SSL VPN-Plus Web Portal and SSL VPN-Plus full access client (PHAT client), client or user certificate that is signed only by the Root CA is supported. Client certificate signed by an Intermediate CA is not supported. 2).Client certificate authentication is supported only on an SSL VPN-Plus client that is installed on a Windows computer. This authentication is not supported on an SSL VPN-Plus client that is installed on Linux and Mac computers
String
the certificateIdCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.