Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.JwtCacheConfig
-
Packages that use JwtCacheConfig Package Description io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 -
-
Uses of JwtCacheConfig in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return JwtCacheConfig Modifier and Type Method Description JwtCacheConfigJwtCacheConfig.Builder. build()JwtCacheConfigJwtCacheConfig.Builder. buildPartial()static JwtCacheConfigJwtCacheConfig. getDefaultInstance()JwtCacheConfigJwtCacheConfig.Builder. getDefaultInstanceForType()JwtCacheConfigJwtCacheConfig. getDefaultInstanceForType()JwtCacheConfigJwtProvider.Builder. getJwtCacheConfig()Enables JWT cache, its size is specified by ``jwt_cache_size``.JwtCacheConfigJwtProvider. getJwtCacheConfig()Enables JWT cache, its size is specified by ``jwt_cache_size``.JwtCacheConfigJwtProviderOrBuilder. getJwtCacheConfig()Enables JWT cache, its size is specified by ``jwt_cache_size``.static JwtCacheConfigJwtCacheConfig. parseDelimitedFrom(InputStream input)static JwtCacheConfigJwtCacheConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtCacheConfigJwtCacheConfig. parseFrom(byte[] data)static JwtCacheConfigJwtCacheConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtCacheConfigJwtCacheConfig. parseFrom(com.google.protobuf.ByteString data)static JwtCacheConfigJwtCacheConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtCacheConfigJwtCacheConfig. parseFrom(com.google.protobuf.CodedInputStream input)static JwtCacheConfigJwtCacheConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtCacheConfigJwtCacheConfig. parseFrom(InputStream input)static JwtCacheConfigJwtCacheConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwtCacheConfigJwtCacheConfig. parseFrom(ByteBuffer data)static JwtCacheConfigJwtCacheConfig. 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 JwtCacheConfig Modifier and Type Method Description com.google.protobuf.Parser<JwtCacheConfig>JwtCacheConfig. getParserForType()static com.google.protobuf.Parser<JwtCacheConfig>JwtCacheConfig. parser()Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type JwtCacheConfig Modifier and Type Method Description JwtCacheConfig.BuilderJwtCacheConfig.Builder. mergeFrom(JwtCacheConfig other)JwtProvider.BuilderJwtProvider.Builder. mergeJwtCacheConfig(JwtCacheConfig value)Enables JWT cache, its size is specified by ``jwt_cache_size``.static JwtCacheConfig.BuilderJwtCacheConfig. newBuilder(JwtCacheConfig prototype)JwtProvider.BuilderJwtProvider.Builder. setJwtCacheConfig(JwtCacheConfig value)Enables JWT cache, its size is specified by ``jwt_cache_size``.
-