ApplicationGatewayClientAuthConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayClientAuthConfiguration
- com.
Implements
public final class ApplicationGatewayClientAuthConfiguration
implements JsonSerializable<ApplicationGatewayClientAuthConfiguration>
Application gateway client authentication configuration.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayClientAuthConfiguration() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Boolean |
verifyClientCertIssuerDN()
Get the verify |
Application |
verifyClientRevocation()
Get the verify |
Application |
withVerifyClientCertIssuerDN(Boolean verifyClientCertIssuerDN)
Set the verify |
Application |
withVerifyClientRevocation(ApplicationGatewayClientRevocationOptions verifyClientRevocation)
Set the verify |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayClientAuthConfiguration
public ApplicationGatewayClientAuthConfiguration()
Creates an instance of ApplicationGatewayClientAuthConfiguration class.
Method Details
fromJson
public static ApplicationGatewayClientAuthConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayClientAuthConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
verifyClientCertIssuerDN
public Boolean verifyClientCertIssuerDN()
Get the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.
Returns:
verifyClientRevocation
public ApplicationGatewayClientRevocationOptions verifyClientRevocation()
Get the verifyClientRevocation property: Verify client certificate revocation status.
Returns:
withVerifyClientCertIssuerDN
public ApplicationGatewayClientAuthConfiguration withVerifyClientCertIssuerDN(Boolean verifyClientCertIssuerDN)
Set the verifyClientCertIssuerDN property: Verify client certificate issuer name on the application gateway.
Parameters:
Returns:
withVerifyClientRevocation
public ApplicationGatewayClientAuthConfiguration withVerifyClientRevocation(ApplicationGatewayClientRevocationOptions verifyClientRevocation)
Set the verifyClientRevocation property: Verify client certificate revocation status.
Parameters:
Returns:
Applies to
Azure SDK for Java