Interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
All Known Subinterfaces:
PointToSiteConfiguration.Definition<ParentT>
Enclosing interface:
PointToSiteConfiguration.DefinitionStages

public static interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT> extends PointToSiteConfiguration.DefinitionStages.WithAzureCertificate<ParentT>
The stage of the point-to-site configuration definition allowing to specify authentication type.
  • Method Details

    • withRadiusAuthentication

      PointToSiteConfiguration.DefinitionStages.WithAttach<ParentT> withRadiusAuthentication(String serverIPAddress, String serverSecret)
      Specifies that RADIUS server will be used for authentication.
      Parameters:
      serverIPAddress - the radius server address
      serverSecret - the radius server secret
      Returns:
      the next stage of the definition