Class ApplicationGatewayClientAuthConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ApplicationGatewayClientAuthConfiguration
-
public final class ApplicationGatewayClientAuthConfiguration extends Object
Application gateway client authentication configuration.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayClientAuthConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.BooleanverifyClientCertIssuerDN()Get the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.ApplicationGatewayClientAuthConfigurationwithVerifyClientCertIssuerDN(Boolean verifyClientCertIssuerDN)Set the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.
-
-
-
Method Detail
-
verifyClientCertIssuerDN
public Boolean verifyClientCertIssuerDN()
Get the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.- Returns:
- the verifyClientCertIssuerDN value.
-
withVerifyClientCertIssuerDN
public ApplicationGatewayClientAuthConfiguration withVerifyClientCertIssuerDN(Boolean verifyClientCertIssuerDN)
Set the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.- Parameters:
verifyClientCertIssuerDN- the verifyClientCertIssuerDN value to set.- Returns:
- the ApplicationGatewayClientAuthConfiguration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-