PointToSiteConfiguration.UpdateStages.WithAuthenticationType Interface

Implements

public static interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType
extends WithAzureCertificate

Specifies authentication type of the point-to-site configuration.

Method Summary

Modifier and Type Method and Description
abstract Update withRadiusAuthentication(String serverIPAddress, String serverSecret)

Specifies that RADIUS authentication type will be used.

Method Details

withRadiusAuthentication

public abstract PointToSiteConfiguration.Update withRadiusAuthentication(String serverIPAddress, String serverSecret)

Specifies that RADIUS authentication type will be used.

Parameters:

serverIPAddress - the radius server address
serverSecret - the radius server secret

Returns:

the next stage of the update

Applies to