Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.JwksAsyncFetch
Packages that use JwksAsyncFetch
-
Uses of JwksAsyncFetch in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return JwksAsyncFetchModifier and TypeMethodDescriptionJwksAsyncFetch.Builder.build()JwksAsyncFetch.Builder.buildPartial()RemoteJwks.Builder.getAsyncFetch()Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwks.getAsyncFetch()Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwksOrBuilder.getAsyncFetch()Fetch Jwks asynchronously in the main thread before the listener is activated.static JwksAsyncFetchJwksAsyncFetch.getDefaultInstance()JwksAsyncFetch.Builder.getDefaultInstanceForType()JwksAsyncFetch.getDefaultInstanceForType()static JwksAsyncFetchJwksAsyncFetch.parseDelimitedFrom(InputStream input) static JwksAsyncFetchJwksAsyncFetch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwksAsyncFetchJwksAsyncFetch.parseFrom(byte[] data) static JwksAsyncFetchJwksAsyncFetch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwksAsyncFetchJwksAsyncFetch.parseFrom(com.google.protobuf.ByteString data) static JwksAsyncFetchJwksAsyncFetch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwksAsyncFetchJwksAsyncFetch.parseFrom(com.google.protobuf.CodedInputStream input) static JwksAsyncFetchJwksAsyncFetch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwksAsyncFetchJwksAsyncFetch.parseFrom(InputStream input) static JwksAsyncFetchJwksAsyncFetch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JwksAsyncFetchJwksAsyncFetch.parseFrom(ByteBuffer data) static JwksAsyncFetchJwksAsyncFetch.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 JwksAsyncFetchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<JwksAsyncFetch>JwksAsyncFetch.getParserForType()static com.google.protobuf.Parser<JwksAsyncFetch>JwksAsyncFetch.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type JwksAsyncFetchModifier and TypeMethodDescriptionRemoteJwks.Builder.mergeAsyncFetch(JwksAsyncFetch value) Fetch Jwks asynchronously in the main thread before the listener is activated.JwksAsyncFetch.Builder.mergeFrom(JwksAsyncFetch other) static JwksAsyncFetch.BuilderJwksAsyncFetch.newBuilder(JwksAsyncFetch prototype) RemoteJwks.Builder.setAsyncFetch(JwksAsyncFetch value) Fetch Jwks asynchronously in the main thread before the listener is activated.