Interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType

All Superinterfaces:
PointToSiteConfiguration.UpdateStages.WithAzureCertificate
All Known Subinterfaces:
PointToSiteConfiguration.Update
Enclosing interface:
PointToSiteConfiguration.UpdateStages

public static interface PointToSiteConfiguration.UpdateStages.WithAuthenticationType extends PointToSiteConfiguration.UpdateStages.WithAzureCertificate
Specifies authentication type of the point-to-site configuration.
  • Method Details

    • withRadiusAuthentication

      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