Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.JwtClaimToHeader
-
Packages that use JwtClaimToHeader Package Description io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 -
-
Uses of JwtClaimToHeader in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return JwtClaimToHeader Modifier and Type Method Description JwtClaimToHeaderJwtClaimToHeader.Builder. build()JwtClaimToHeaderJwtClaimToHeader.Builder. buildPartial()JwtClaimToHeaderJwtProvider.Builder. getClaimToHeaders(int index)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.JwtClaimToHeaderJwtProvider. getClaimToHeaders(int index)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.JwtClaimToHeaderJwtProviderOrBuilder. getClaimToHeaders(int index)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.static JwtClaimToHeaderJwtClaimToHeader. getDefaultInstance()JwtClaimToHeaderJwtClaimToHeader.Builder. getDefaultInstanceForType()JwtClaimToHeaderJwtClaimToHeader. getDefaultInstanceForType()static JwtClaimToHeaderJwtClaimToHeader. parseDelimitedFrom(InputStream input)static JwtClaimToHeaderJwtClaimToHeader. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(byte[] data)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(com.google.protobuf.ByteString data)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(com.google.protobuf.CodedInputStream input)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(InputStream input)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtClaimToHeaderJwtClaimToHeader. parseFrom(ByteBuffer data)static JwtClaimToHeaderJwtClaimToHeader. 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 JwtClaimToHeader Modifier and Type Method Description List<JwtClaimToHeader>JwtProvider.Builder. getClaimToHeadersList()Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.List<JwtClaimToHeader>JwtProvider. getClaimToHeadersList()Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.List<JwtClaimToHeader>JwtProviderOrBuilder. getClaimToHeadersList()Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.com.google.protobuf.Parser<JwtClaimToHeader>JwtClaimToHeader. getParserForType()static com.google.protobuf.Parser<JwtClaimToHeader>JwtClaimToHeader. parser()Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type JwtClaimToHeader Modifier and Type Method Description JwtProvider.BuilderJwtProvider.Builder. addClaimToHeaders(int index, JwtClaimToHeader value)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.JwtProvider.BuilderJwtProvider.Builder. addClaimToHeaders(JwtClaimToHeader value)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.JwtClaimToHeader.BuilderJwtClaimToHeader.Builder. mergeFrom(JwtClaimToHeader other)static JwtClaimToHeader.BuilderJwtClaimToHeader. newBuilder(JwtClaimToHeader prototype)JwtProvider.BuilderJwtProvider.Builder. setClaimToHeaders(int index, JwtClaimToHeader value)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.Method parameters in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with type arguments of type JwtClaimToHeader Modifier and Type Method Description JwtProvider.BuilderJwtProvider.Builder. addAllClaimToHeaders(Iterable<? extends JwtClaimToHeader> values)Add JWT claim to HTTP Header Specify the claim name you want to copy in which HTTP header.
-