public static class IngressListenerClientValidationConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IngressListenerClientValidationConfig |
build() |
IngressListenerClientValidationConfig.Builder |
copy(IngressListenerClientValidationConfig model) |
IngressListenerClientValidationConfig.Builder |
subjectAlternateNames(List<String> subjectAlternateNames)
A list of alternate names to verify the subject identity in the certificate presented by
the client.
|
IngressListenerClientValidationConfig.Builder |
trustedCaBundle(CaBundle trustedCaBundle) |
public IngressListenerClientValidationConfig.Builder trustedCaBundle(CaBundle trustedCaBundle)
public IngressListenerClientValidationConfig.Builder subjectAlternateNames(List<String> subjectAlternateNames)
A list of alternate names to verify the subject identity in the certificate presented by the client.
subjectAlternateNames
- the value to setpublic IngressListenerClientValidationConfig build()
public IngressListenerClientValidationConfig.Builder copy(IngressListenerClientValidationConfig model)
Copyright © 2016–2024. All rights reserved.