| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.oauth2.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Config |
OAuth2Config.Builder.build() |
OAuth2Config |
OAuth2Config.Builder.buildPartial() |
OAuth2Config |
OAuth2.getConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
OAuth2Config |
OAuth2.Builder.getConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
OAuth2Config |
OAuth2OrBuilder.getConfig()
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
static OAuth2Config |
OAuth2Config.getDefaultInstance() |
OAuth2Config |
OAuth2Config.getDefaultInstanceForType() |
OAuth2Config |
OAuth2Config.Builder.getDefaultInstanceForType() |
static OAuth2Config |
OAuth2Config.parseDelimitedFrom(InputStream input) |
static OAuth2Config |
OAuth2Config.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OAuth2Config |
OAuth2Config.parseFrom(byte[] data) |
static OAuth2Config |
OAuth2Config.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OAuth2Config |
OAuth2Config.parseFrom(ByteBuffer data) |
static OAuth2Config |
OAuth2Config.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OAuth2Config |
OAuth2Config.parseFrom(com.google.protobuf.ByteString data) |
static OAuth2Config |
OAuth2Config.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OAuth2Config |
OAuth2Config.parseFrom(com.google.protobuf.CodedInputStream input) |
static OAuth2Config |
OAuth2Config.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OAuth2Config |
OAuth2Config.parseFrom(InputStream input) |
static OAuth2Config |
OAuth2Config.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OAuth2Config> |
OAuth2Config.getParserForType() |
static com.google.protobuf.Parser<OAuth2Config> |
OAuth2Config.parser() |
| Modifier and Type | Method and Description |
|---|---|
OAuth2.Builder |
OAuth2.Builder.mergeConfig(OAuth2Config value)
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
OAuth2Config.Builder |
OAuth2Config.Builder.mergeFrom(OAuth2Config other) |
static OAuth2Config.Builder |
OAuth2Config.newBuilder(OAuth2Config prototype) |
OAuth2.Builder |
OAuth2.Builder.setConfig(OAuth2Config value)
Leave this empty to disable OAuth2 for a specific route, using per filter config.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.