Uses of Class
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials.Builder
Packages that use OAuth2Credentials.Builder
-
Uses of OAuth2Credentials.Builder in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return OAuth2Credentials.BuilderModifier and TypeMethodDescriptionOAuth2Credentials.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OAuth2Credentials.Builder.clear()OAuth2Credentials.Builder.clearClientId()The client_id to be used in the authorize calls.OAuth2Credentials.Builder.clearCookieDomain()The domain to set the cookie on.OAuth2Credentials.Builder.clearCookieNames()The cookie names used in OAuth filters flow.OAuth2Credentials.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OAuth2Credentials.Builder.clearHmacSecret()If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OAuth2Credentials.Builder.clearTokenFormation()OAuth2Credentials.Builder.clearTokenSecret()The secret used to retrieve the access token.OAuth2Credentials.Builder.clone()OAuth2Config.Builder.getCredentialsBuilder()Credentials used for OAuth.OAuth2Credentials.Builder.mergeCookieNames(OAuth2Credentials.CookieNames value) The cookie names used in OAuth filters flow.OAuth2Credentials.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OAuth2Credentials.Builder.mergeFrom(com.google.protobuf.Message other) OAuth2Credentials.Builder.mergeFrom(OAuth2Credentials other) OAuth2Credentials.Builder.mergeHmacSecret(SdsSecretConfig value) If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.Builder.mergeTokenSecret(SdsSecretConfig value) The secret used to retrieve the access token.OAuth2Credentials.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OAuth2Credentials.BuilderOAuth2Credentials.newBuilder()static OAuth2Credentials.BuilderOAuth2Credentials.newBuilder(OAuth2Credentials prototype) OAuth2Credentials.newBuilderForType()protected OAuth2Credentials.BuilderOAuth2Credentials.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OAuth2Credentials.Builder.setClientId(String value) The client_id to be used in the authorize calls.OAuth2Credentials.Builder.setClientIdBytes(com.google.protobuf.ByteString value) The client_id to be used in the authorize calls.OAuth2Credentials.Builder.setCookieDomain(String value) The domain to set the cookie on.OAuth2Credentials.Builder.setCookieDomainBytes(com.google.protobuf.ByteString value) The domain to set the cookie on.OAuth2Credentials.Builder.setCookieNames(OAuth2Credentials.CookieNames value) The cookie names used in OAuth filters flow.OAuth2Credentials.Builder.setCookieNames(OAuth2Credentials.CookieNames.Builder builderForValue) The cookie names used in OAuth filters flow.OAuth2Credentials.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OAuth2Credentials.Builder.setHmacSecret(SdsSecretConfig value) If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.Builder.setHmacSecret(SdsSecretConfig.Builder builderForValue) If present, the secret token will be a HMAC using the provided secret.OAuth2Credentials.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OAuth2Credentials.Builder.setTokenSecret(SdsSecretConfig value) The secret used to retrieve the access token.OAuth2Credentials.Builder.setTokenSecret(SdsSecretConfig.Builder builderForValue) The secret used to retrieve the access token.OAuth2Credentials.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OAuth2Credentials.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type OAuth2Credentials.BuilderModifier and TypeMethodDescriptionOAuth2Config.Builder.setCredentials(OAuth2Credentials.Builder builderForValue) Credentials used for OAuth.