Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.JwtHeader
Packages that use JwtHeader
-
Uses of JwtHeader in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return JwtHeaderModifier and TypeMethodDescriptionJwtHeader.Builder.build()JwtHeader.Builder.buildPartial()static JwtHeaderJwtHeader.getDefaultInstance()JwtHeader.Builder.getDefaultInstanceForType()JwtHeader.getDefaultInstanceForType()JwtProvider.Builder.getFromHeaders(int index) Two fields below define where to extract the JWT from an HTTP request.JwtProvider.getFromHeaders(int index) Two fields below define where to extract the JWT from an HTTP request.JwtProviderOrBuilder.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.extensions.filters.http.jwt_authn.v3 that return types with arguments of type JwtHeaderModifier and TypeMethodDescriptionJwtProvider.Builder.getFromHeadersList()Two fields below define where to extract the JWT from an HTTP request.JwtProvider.getFromHeadersList()Two fields below define where to extract the JWT from an HTTP request.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.extensions.filters.http.jwt_authn.v3 with parameters of type JwtHeaderModifier and TypeMethodDescriptionJwtProvider.Builder.addFromHeaders(int index, JwtHeader value) Two fields below define where to extract the JWT from an HTTP request.JwtProvider.Builder.addFromHeaders(JwtHeader value) Two fields below define where to extract the JWT from an HTTP request.static JwtHeader.BuilderJwtHeader.newBuilder(JwtHeader prototype) JwtProvider.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.extensions.filters.http.jwt_authn.v3 with type arguments of type JwtHeaderModifier and TypeMethodDescriptionJwtProvider.Builder.addAllFromHeaders(Iterable<? extends JwtHeader> values) Two fields below define where to extract the JWT from an HTTP request.