Uses of Class
org.a2aproject.sdk.grpc.OAuth2SecurityScheme
Packages that use OAuth2SecurityScheme
-
Uses of OAuth2SecurityScheme in org.a2aproject.sdk.grpc
Methods in org.a2aproject.sdk.grpc that return OAuth2SecuritySchemeModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.build()OAuth2SecurityScheme.Builder.buildPartial()static OAuth2SecuritySchemeOAuth2SecurityScheme.getDefaultInstance()OAuth2SecurityScheme.Builder.getDefaultInstanceForType()OAuth2SecurityScheme.getDefaultInstanceForType()SecurityScheme.Builder.getOauth2SecurityScheme()OAuth 2.0 authentication.SecurityScheme.getOauth2SecurityScheme()OAuth 2.0 authentication.SecuritySchemeOrBuilder.getOauth2SecurityScheme()OAuth 2.0 authentication.static OAuth2SecuritySchemeOAuth2SecurityScheme.parseDelimitedFrom(InputStream input) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(byte[] data) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(com.google.protobuf.ByteString data) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(com.google.protobuf.CodedInputStream input) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(InputStream input) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(ByteBuffer data) static OAuth2SecuritySchemeOAuth2SecurityScheme.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.a2aproject.sdk.grpc that return types with arguments of type OAuth2SecuritySchemeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OAuth2SecurityScheme>OAuth2SecurityScheme.getParserForType()static com.google.protobuf.Parser<OAuth2SecurityScheme>OAuth2SecurityScheme.parser()Methods in org.a2aproject.sdk.grpc with parameters of type OAuth2SecuritySchemeModifier and TypeMethodDescriptionOAuth2SecurityScheme.Builder.mergeFrom(OAuth2SecurityScheme other) SecurityScheme.Builder.mergeOauth2SecurityScheme(OAuth2SecurityScheme value) OAuth 2.0 authentication.static OAuth2SecurityScheme.BuilderOAuth2SecurityScheme.newBuilder(OAuth2SecurityScheme prototype) SecurityScheme.Builder.setOauth2SecurityScheme(OAuth2SecurityScheme value) OAuth 2.0 authentication. -
Uses of OAuth2SecurityScheme in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return OAuth2SecuritySchemeModifier and TypeMethodDescriptionOAuth2SecuritySchemeMapper.toProto(OAuth2SecurityScheme domain) OAuth2SecuritySchemeMapperImpl.toProto(OAuth2SecurityScheme domain) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type OAuth2SecuritySchemeModifier and TypeMethodDescriptiondefault OAuth2SecuritySchemeOAuth2SecuritySchemeMapper.fromProto(OAuth2SecurityScheme proto)