PointToSiteConfiguration.DefinitionStages.WithAuthenticationType<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

Implements

public static interface PointToSiteConfiguration.DefinitionStages.WithAuthenticationType
extends WithAzureCertificate<ParentT>

The stage of the point-to-site configuration definition allowing to specify authentication type.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRadiusAuthentication(String serverIPAddress, String serverSecret)

Specifies that RADIUS server will be used for authentication.

Method Details

withRadiusAuthentication

public abstract PointToSiteConfiguration.DefinitionStages.WithAttach 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

Applies to