Uses of Enum
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher.SanType
Packages that use SubjectAltNameMatcher.SanType
-
Uses of SubjectAltNameMatcher.SanType in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as SubjectAltNameMatcher.SanTypeModifier and TypeFieldDescriptionprivate static final SubjectAltNameMatcher.SanType[]
SubjectAltNameMatcher.SanType.VALUES
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type SubjectAltNameMatcher.SanTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<SubjectAltNameMatcher.SanType> SubjectAltNameMatcher.SanType.internalValueMap
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SubjectAltNameMatcher.SanTypeModifier and TypeMethodDescriptionSubjectAltNameMatcher.SanType.forNumber
(int value) SubjectAltNameMatcher.Builder.getSanType()
Specification of type of SAN.SubjectAltNameMatcher.getSanType()
Specification of type of SAN.SubjectAltNameMatcherOrBuilder.getSanType()
Specification of type of SAN.SubjectAltNameMatcher.SanType.valueOf
(int value) Deprecated.SubjectAltNameMatcher.SanType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SubjectAltNameMatcher.SanType[]
SubjectAltNameMatcher.SanType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type SubjectAltNameMatcher.SanTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SubjectAltNameMatcher.SanType> SubjectAltNameMatcher.SanType.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SubjectAltNameMatcher.SanTypeModifier and TypeMethodDescriptionSubjectAltNameMatcher.Builder.setSanType
(SubjectAltNameMatcher.SanType value) Specification of type of SAN.