Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher.Builder
Packages that use SubjectAltNameMatcher.Builder
Package
Description
-
Uses of SubjectAltNameMatcher.Builder in io.envoyproxy.envoy.extensions.rbac.principals.mtls_authenticated.v3
Methods in io.envoyproxy.envoy.extensions.rbac.principals.mtls_authenticated.v3 that return SubjectAltNameMatcher.BuilderModifier and TypeMethodDescriptionConfig.Builder.getSanMatcherBuilder()Specifies a SAN that must be present in the validated peer certificate.Methods in io.envoyproxy.envoy.extensions.rbac.principals.mtls_authenticated.v3 with parameters of type SubjectAltNameMatcher.BuilderModifier and TypeMethodDescriptionConfig.Builder.setSanMatcher(SubjectAltNameMatcher.Builder builderForValue) Specifies a SAN that must be present in the validated peer certificate. -
Uses of SubjectAltNameMatcher.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SubjectAltNameMatcher.BuilderModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addMatchTypedSubjectAltNamesBuilder()An optional list of Subject Alternative name matchers.CertificateValidationContext.Builder.addMatchTypedSubjectAltNamesBuilder(int index) An optional list of Subject Alternative name matchers.SubjectAltNameMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SubjectAltNameMatcher.Builder.clear()SubjectAltNameMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SubjectAltNameMatcher.Builder.clearMatcher()Matcher for SAN value.SubjectAltNameMatcher.Builder.clearOid()OID Value which is required if OTHER_NAME SAN type is used.SubjectAltNameMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SubjectAltNameMatcher.Builder.clearSanType()Specification of type of SAN.SubjectAltNameMatcher.Builder.clone()CertificateValidationContext.Builder.getMatchTypedSubjectAltNamesBuilder(int index) An optional list of Subject Alternative name matchers.SubjectAltNameMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubjectAltNameMatcher.Builder.mergeFrom(com.google.protobuf.Message other) SubjectAltNameMatcher.Builder.mergeFrom(SubjectAltNameMatcher other) SubjectAltNameMatcher.Builder.mergeMatcher(StringMatcher value) Matcher for SAN value.SubjectAltNameMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SubjectAltNameMatcher.newBuilder()SubjectAltNameMatcher.newBuilder(SubjectAltNameMatcher prototype) SubjectAltNameMatcher.newBuilderForType()protected SubjectAltNameMatcher.BuilderSubjectAltNameMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SubjectAltNameMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SubjectAltNameMatcher.Builder.setMatcher(StringMatcher value) Matcher for SAN value.SubjectAltNameMatcher.Builder.setMatcher(StringMatcher.Builder builderForValue) Matcher for SAN value.OID Value which is required if OTHER_NAME SAN type is used.SubjectAltNameMatcher.Builder.setOidBytes(com.google.protobuf.ByteString value) OID Value which is required if OTHER_NAME SAN type is used.SubjectAltNameMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SubjectAltNameMatcher.Builder.setSanType(SubjectAltNameMatcher.SanType value) Specification of type of SAN.SubjectAltNameMatcher.Builder.setSanTypeValue(int value) Specification of type of SAN.SubjectAltNameMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SubjectAltNameMatcher.toBuilder()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type SubjectAltNameMatcher.BuilderModifier and TypeMethodDescriptionCertificateValidationContext.Builder.getMatchTypedSubjectAltNamesBuilderList()An optional list of Subject Alternative name matchers.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SubjectAltNameMatcher.BuilderModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addMatchTypedSubjectAltNames(int index, SubjectAltNameMatcher.Builder builderForValue) An optional list of Subject Alternative name matchers.CertificateValidationContext.Builder.addMatchTypedSubjectAltNames(SubjectAltNameMatcher.Builder builderForValue) An optional list of Subject Alternative name matchers.CertificateValidationContext.Builder.setMatchTypedSubjectAltNames(int index, SubjectAltNameMatcher.Builder builderForValue) An optional list of Subject Alternative name matchers.