Uses of Class
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Config
-
Packages that use OAuth2Config Package Description io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 -
-
Uses of OAuth2Config in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return OAuth2Config Modifier and Type Method Description OAuth2ConfigOAuth2Config.Builder. build()OAuth2ConfigOAuth2Config.Builder. buildPartial()OAuth2ConfigOAuth2.Builder. getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2ConfigOAuth2. getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2ConfigOAuth2OrBuilder. getConfig()Leave this empty to disable OAuth2 for a specific route, using per filter config.static OAuth2ConfigOAuth2Config. getDefaultInstance()OAuth2ConfigOAuth2Config.Builder. getDefaultInstanceForType()OAuth2ConfigOAuth2Config. 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 OAuth2Config Modifier and Type Method Description com.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 OAuth2Config Modifier and Type Method Description OAuth2.BuilderOAuth2.Builder. mergeConfig(OAuth2Config value)Leave this empty to disable OAuth2 for a specific route, using per filter config.OAuth2Config.BuilderOAuth2Config.Builder. mergeFrom(OAuth2Config other)static OAuth2Config.BuilderOAuth2Config. newBuilder(OAuth2Config prototype)OAuth2.BuilderOAuth2.Builder. setConfig(OAuth2Config value)Leave this empty to disable OAuth2 for a specific route, using per filter config.
-