Uses of Class
io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3.RemoteJwks
-
Packages that use RemoteJwks Package Description io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 -
-
Uses of RemoteJwks in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 that return RemoteJwks Modifier and Type Method Description RemoteJwksRemoteJwks.Builder. build()RemoteJwksRemoteJwks.Builder. buildPartial()static RemoteJwksRemoteJwks. getDefaultInstance()RemoteJwksRemoteJwks.Builder. getDefaultInstanceForType()RemoteJwksRemoteJwks. getDefaultInstanceForType()RemoteJwksJwtProvider.Builder. getRemoteJwks()JWKS can be fetched from remote server via HTTP/HTTPS.RemoteJwksJwtProvider. getRemoteJwks()JWKS can be fetched from remote server via HTTP/HTTPS.RemoteJwksJwtProviderOrBuilder. getRemoteJwks()JWKS can be fetched from remote server via HTTP/HTTPS.static RemoteJwksRemoteJwks. parseDelimitedFrom(InputStream input)static RemoteJwksRemoteJwks. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoteJwksRemoteJwks. parseFrom(byte[] data)static RemoteJwksRemoteJwks. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoteJwksRemoteJwks. parseFrom(com.google.protobuf.ByteString data)static RemoteJwksRemoteJwks. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoteJwksRemoteJwks. parseFrom(com.google.protobuf.CodedInputStream input)static RemoteJwksRemoteJwks. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoteJwksRemoteJwks. parseFrom(InputStream input)static RemoteJwksRemoteJwks. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RemoteJwksRemoteJwks. parseFrom(ByteBuffer data)static RemoteJwksRemoteJwks. 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 RemoteJwks Modifier and Type Method Description com.google.protobuf.Parser<RemoteJwks>RemoteJwks. getParserForType()static com.google.protobuf.Parser<RemoteJwks>RemoteJwks. parser()Methods in io.envoyproxy.envoy.extensions.filters.http.jwt_authn.v3 with parameters of type RemoteJwks Modifier and Type Method Description RemoteJwks.BuilderRemoteJwks.Builder. mergeFrom(RemoteJwks other)JwtProvider.BuilderJwtProvider.Builder. mergeRemoteJwks(RemoteJwks value)JWKS can be fetched from remote server via HTTP/HTTPS.static RemoteJwks.BuilderRemoteJwks. newBuilder(RemoteJwks prototype)JwtProvider.BuilderJwtProvider.Builder. setRemoteJwks(RemoteJwks value)JWKS can be fetched from remote server via HTTP/HTTPS.
-