Uses of Class
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Config
Packages that use OAuth2Config
-
Uses of OAuth2Config in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return OAuth2ConfigModifier and TypeMethodDescriptionOAuth2Config.Builder.build()OAuth2Config.Builder.buildPartial()OAuth2.Builder.getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2.getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2OrBuilder.getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.static OAuth2ConfigOAuth2Config.getDefaultInstance()OAuth2Config.Builder.getDefaultInstanceForType()OAuth2Config.getDefaultInstanceForType()static OAuth2ConfigOAuth2Config.parseDelimitedFrom(InputStream input) static OAuth2ConfigOAuth2Config.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2ConfigOAuth2Config.parseFrom(byte[] data) static OAuth2ConfigOAuth2Config.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2ConfigOAuth2Config.parseFrom(com.google.protobuf.ByteString data) static OAuth2ConfigOAuth2Config.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2ConfigOAuth2Config.parseFrom(com.google.protobuf.CodedInputStream input) static OAuth2ConfigOAuth2Config.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2ConfigOAuth2Config.parseFrom(InputStream input) static OAuth2ConfigOAuth2Config.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2ConfigOAuth2Config.parseFrom(ByteBuffer data) static OAuth2ConfigOAuth2Config.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return types with arguments of type OAuth2ConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OAuth2Config>OAuth2Config.getParserForType()static com.google.protobuf.Parser<OAuth2Config>OAuth2Config.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type OAuth2ConfigModifier and TypeMethodDescriptionOAuth2.Builder.mergeConfig(OAuth2Config value) Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2Config.Builder.mergeFrom(OAuth2Config other) static OAuth2Config.BuilderOAuth2Config.newBuilder(OAuth2Config prototype) OAuth2.Builder.setConfig(OAuth2Config value) Leave this empty to disable OAuth2 for a specific route, using per filter config.