Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.RemoteJwks.Builder
Packages that use RemoteJwks.Builder
-
Uses of RemoteJwks.Builder in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return RemoteJwks.BuilderModifier and TypeMethodDescriptionRemoteJwks.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RemoteJwks.Builder.clear()RemoteJwks.Builder.clearAsyncFetch()Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwks.Builder.clearCacheDuration()Duration after which the cached JWKS should be expired.RemoteJwks.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RemoteJwks.Builder.clearHttpUri()The HTTP URI to fetch the JWKS.RemoteJwks.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RemoteJwks.Builder.clearRetryPolicy()Retry policy for fetching Jwks. optional. turned off by default.RemoteJwks.Builder.clone()JwtProvider.Builder.getRemoteJwksBuilder()JWKS can be fetched from remote server via HTTP/HTTPS.RemoteJwks.Builder.mergeAsyncFetch(JwksAsyncFetch value) Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwks.Builder.mergeCacheDuration(com.google.protobuf.Duration value) Duration after which the cached JWKS should be expired.RemoteJwks.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RemoteJwks.Builder.mergeFrom(com.google.protobuf.Message other) RemoteJwks.Builder.mergeFrom(RemoteJwks other) RemoteJwks.Builder.mergeHttpUri(HttpUri value) The HTTP URI to fetch the JWKS.RemoteJwks.Builder.mergeRetryPolicy(RetryPolicy value) Retry policy for fetching Jwks. optional. turned off by default.final RemoteJwks.BuilderRemoteJwks.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RemoteJwks.BuilderRemoteJwks.newBuilder()static RemoteJwks.BuilderRemoteJwks.newBuilder(RemoteJwks prototype) RemoteJwks.newBuilderForType()protected RemoteJwks.BuilderRemoteJwks.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RemoteJwks.Builder.setAsyncFetch(JwksAsyncFetch value) Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwks.Builder.setAsyncFetch(JwksAsyncFetch.Builder builderForValue) Fetch Jwks asynchronously in the main thread before the listener is activated.RemoteJwks.Builder.setCacheDuration(com.google.protobuf.Duration value) Duration after which the cached JWKS should be expired.RemoteJwks.Builder.setCacheDuration(com.google.protobuf.Duration.Builder builderForValue) Duration after which the cached JWKS should be expired.RemoteJwks.Builder.setHttpUri(HttpUri value) The HTTP URI to fetch the JWKS.RemoteJwks.Builder.setHttpUri(HttpUri.Builder builderForValue) The HTTP URI to fetch the JWKS.RemoteJwks.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RemoteJwks.Builder.setRetryPolicy(RetryPolicy value) Retry policy for fetching Jwks. optional. turned off by default.RemoteJwks.Builder.setRetryPolicy(RetryPolicy.Builder builderForValue) Retry policy for fetching Jwks. optional. turned off by default.final RemoteJwks.BuilderRemoteJwks.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RemoteJwks.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type RemoteJwks.BuilderModifier and TypeMethodDescriptionJwtProvider.Builder.setRemoteJwks(RemoteJwks.Builder builderForValue) JWKS can be fetched from remote server via HTTP/HTTPS.