Uses of Class
io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha.JwtHeader
-
Packages that use JwtHeader Package Description io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha -
-
Uses of JwtHeader in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return JwtHeader Modifier and Type Method Description JwtHeaderJwtHeader.Builder. build()JwtHeaderJwtHeader.Builder. buildPartial()static JwtHeaderJwtHeader. getDefaultInstance()JwtHeaderJwtHeader.Builder. getDefaultInstanceForType()JwtHeaderJwtHeader. getDefaultInstanceForType()JwtHeaderJwtProvider.Builder. getFromHeaders(int index)Two fields below define where to extract the JWT from an HTTP request.JwtHeaderJwtProvider. getFromHeaders(int index)Two fields below define where to extract the JWT from an HTTP request.JwtHeaderJwtProviderOrBuilder. getFromHeaders(int index)Two fields below define where to extract the JWT from an HTTP request.static JwtHeaderJwtHeader. parseDelimitedFrom(InputStream input)static JwtHeaderJwtHeader. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtHeaderJwtHeader. parseFrom(byte[] data)static JwtHeaderJwtHeader. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtHeaderJwtHeader. parseFrom(com.google.protobuf.ByteString data)static JwtHeaderJwtHeader. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtHeaderJwtHeader. parseFrom(com.google.protobuf.CodedInputStream input)static JwtHeaderJwtHeader. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtHeaderJwtHeader. parseFrom(InputStream input)static JwtHeaderJwtHeader. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtHeaderJwtHeader. parseFrom(ByteBuffer data)static JwtHeaderJwtHeader. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha that return types with arguments of type JwtHeader Modifier and Type Method Description List<JwtHeader>JwtProvider.Builder. getFromHeadersList()Two fields below define where to extract the JWT from an HTTP request.List<JwtHeader>JwtProvider. getFromHeadersList()Two fields below define where to extract the JWT from an HTTP request.List<JwtHeader>JwtProviderOrBuilder. getFromHeadersList()Two fields below define where to extract the JWT from an HTTP request.com.google.protobuf.Parser<JwtHeader>JwtHeader. getParserForType()static com.google.protobuf.Parser<JwtHeader>JwtHeader. parser()Methods in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with parameters of type JwtHeader Modifier and Type Method Description JwtProvider.BuilderJwtProvider.Builder. addFromHeaders(int index, JwtHeader value)Two fields below define where to extract the JWT from an HTTP request.JwtProvider.BuilderJwtProvider.Builder. addFromHeaders(JwtHeader value)Two fields below define where to extract the JWT from an HTTP request.JwtHeader.BuilderJwtHeader.Builder. mergeFrom(JwtHeader other)static JwtHeader.BuilderJwtHeader. newBuilder(JwtHeader prototype)JwtProvider.BuilderJwtProvider.Builder. setFromHeaders(int index, JwtHeader value)Two fields below define where to extract the JWT from an HTTP request.Method parameters in io.envoyproxy.envoy.config.filter.http.jwt_authn.v2alpha with type arguments of type JwtHeader Modifier and Type Method Description JwtProvider.BuilderJwtProvider.Builder. addAllFromHeaders(Iterable<? extends JwtHeader> values)Two fields below define where to extract the JWT from an HTTP request.
-