Interface GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate

All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition, GatewayHostnameConfigurationContract.DefinitionStages.WithCreate
Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages

public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithNegotiateClientCertificate
The stage of the GatewayHostnameConfigurationContract definition allowing to specify negotiateClientCertificate.
  • Method Details

    • withNegotiateClientCertificate

      GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withNegotiateClientCertificate(Boolean negotiateClientCertificate)
      Specifies the negotiateClientCertificate property: Determines whether gateway requests client certificate.
      Parameters:
      negotiateClientCertificate - Determines whether gateway requests client certificate.
      Returns:
      the next definition stage.