Uses of Class
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.OAuth2Credentials
Packages that use OAuth2Credentials
-
Uses of OAuth2Credentials in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return OAuth2CredentialsModifier and TypeMethodDescriptionOAuth2Credentials.Builder.build()OAuth2Credentials.Builder.buildPartial()OAuth2Config.Builder.getCredentials()Credentials used for OAuth.OAuth2Config.getCredentials()Credentials used for OAuth.OAuth2ConfigOrBuilder.getCredentials()Credentials used for OAuth.static OAuth2CredentialsOAuth2Credentials.getDefaultInstance()OAuth2Credentials.Builder.getDefaultInstanceForType()OAuth2Credentials.getDefaultInstanceForType()static OAuth2CredentialsOAuth2Credentials.parseDelimitedFrom(InputStream input) static OAuth2CredentialsOAuth2Credentials.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2CredentialsOAuth2Credentials.parseFrom(byte[] data) static OAuth2CredentialsOAuth2Credentials.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2CredentialsOAuth2Credentials.parseFrom(com.google.protobuf.ByteString data) static OAuth2CredentialsOAuth2Credentials.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2CredentialsOAuth2Credentials.parseFrom(com.google.protobuf.CodedInputStream input) static OAuth2CredentialsOAuth2Credentials.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2CredentialsOAuth2Credentials.parseFrom(InputStream input) static OAuth2CredentialsOAuth2Credentials.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2CredentialsOAuth2Credentials.parseFrom(ByteBuffer data) static OAuth2CredentialsOAuth2Credentials.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 OAuth2CredentialsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OAuth2Credentials>OAuth2Credentials.getParserForType()static com.google.protobuf.Parser<OAuth2Credentials>OAuth2Credentials.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type OAuth2CredentialsModifier and TypeMethodDescriptionOAuth2Config.Builder.mergeCredentials(OAuth2Credentials value) Credentials used for OAuth.OAuth2Credentials.Builder.mergeFrom(OAuth2Credentials other) static OAuth2Credentials.BuilderOAuth2Credentials.newBuilder(OAuth2Credentials prototype) OAuth2Config.Builder.setCredentials(OAuth2Credentials value) Credentials used for OAuth.