public interface JwtHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The HTTP header name.
|
com.google.protobuf.ByteString |
getNameBytes()
The HTTP header name.
|
String |
getValuePrefix()
The value prefix.
|
com.google.protobuf.ByteString |
getValuePrefixBytes()
The value prefix.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The HTTP header name.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The HTTP header name.
string name = 1 [(.validate.rules) = { ... }String getValuePrefix()
The value prefix. The value format is "value_prefix<token>" For example, for "Authorization: Bearer <token>", value_prefix="Bearer " with a space at the end.
string value_prefix = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getValuePrefixBytes()
The value prefix. The value format is "value_prefix<token>" For example, for "Authorization: Bearer <token>", value_prefix="Bearer " with a space at the end.
string value_prefix = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.