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 Summary
Modifier and TypeMethodDescriptionwithRadiusAuthentication(String serverIPAddress, String serverSecret) Specifies that RADIUS server will be used for authentication.Methods inherited from interface PointToSiteConfiguration.DefinitionStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile
-
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 addressserverSecret- the radius server secret- Returns:
- the next stage of the definition
-