Uses of Class
io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.Builder
Packages that use OAuth2.Builder
-
Uses of OAuth2.Builder in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3 that return OAuth2.BuilderModifier and TypeMethodDescriptionOAuth2.Builder.addAllScopes(Iterable<String> values) Optional list of OAuth scopes to be claimed in the authorization request.OAuth2.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Optional list of OAuth scopes to be claimed in the authorization request.OAuth2.Builder.addScopesBytes(com.google.protobuf.ByteString value) Optional list of OAuth scopes to be claimed in the authorization request.OAuth2.Builder.clear()OAuth2.Builder.clearClientCredentials()Client Credentials Grant.OAuth2.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OAuth2.Builder.clearFlowType()OAuth2.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OAuth2.Builder.clearScopes()Optional list of OAuth scopes to be claimed in the authorization request.OAuth2.Builder.clearTokenEndpoint()Endpoint on the authorization server to retrieve the access token from.OAuth2.Builder.clearTokenFetchRetryInterval()The interval between two successive retries to fetch token from Identity Provider.OAuth2.Builder.clone()OAuth2.Builder.mergeClientCredentials(OAuth2.ClientCredentials value) Client Credentials Grant.OAuth2.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OAuth2.Builder.mergeFrom(com.google.protobuf.Message other) OAuth2.Builder.mergeTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from.OAuth2.Builder.mergeTokenFetchRetryInterval(com.google.protobuf.Duration value) The interval between two successive retries to fetch token from Identity Provider.final OAuth2.BuilderOAuth2.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OAuth2.BuilderOAuth2.newBuilder()static OAuth2.BuilderOAuth2.newBuilder(OAuth2 prototype) OAuth2.newBuilderForType()protected OAuth2.BuilderOAuth2.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OAuth2.Builder.setClientCredentials(OAuth2.ClientCredentials value) Client Credentials Grant.OAuth2.Builder.setClientCredentials(OAuth2.ClientCredentials.Builder builderForValue) Client Credentials Grant.OAuth2.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Optional list of OAuth scopes to be claimed in the authorization request.OAuth2.Builder.setTokenEndpoint(HttpUri value) Endpoint on the authorization server to retrieve the access token from.OAuth2.Builder.setTokenEndpoint(HttpUri.Builder builderForValue) Endpoint on the authorization server to retrieve the access token from.OAuth2.Builder.setTokenFetchRetryInterval(com.google.protobuf.Duration value) The interval between two successive retries to fetch token from Identity Provider.OAuth2.Builder.setTokenFetchRetryInterval(com.google.protobuf.Duration.Builder builderForValue) The interval between two successive retries to fetch token from Identity Provider.final OAuth2.BuilderOAuth2.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OAuth2.toBuilder()