Package flyteidl.service
Class AuthMetadataServiceGrpc.AuthMetadataServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AuthMetadataServiceGrpc.AuthMetadataServiceStub>
-
- flyteidl.service.AuthMetadataServiceGrpc.AuthMetadataServiceStub
-
- Enclosing class:
- AuthMetadataServiceGrpc
public static final class AuthMetadataServiceGrpc.AuthMetadataServiceStub extends io.grpc.stub.AbstractAsyncStub<AuthMetadataServiceGrpc.AuthMetadataServiceStub>
The following defines an RPC service that is also served over HTTP via grpc-gateway. Standard response codes for both are defined here: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go RPCs defined in this service must be anonymously accessible.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAuthMetadataServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AuthMetadataServiceGrpc.AuthMetadataServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetOAuth2Metadata(Auth.OAuth2MetadataRequest request, io.grpc.stub.StreamObserver<Auth.OAuth2MetadataResponse> responseObserver)Anonymously accessible.voidgetPublicClientConfig(Auth.PublicClientAuthConfigRequest request, io.grpc.stub.StreamObserver<Auth.PublicClientAuthConfigResponse> responseObserver)Anonymously accessible.
-
-
-
Method Detail
-
build
protected AuthMetadataServiceGrpc.AuthMetadataServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AuthMetadataServiceGrpc.AuthMetadataServiceStub>
-
getOAuth2Metadata
public void getOAuth2Metadata(Auth.OAuth2MetadataRequest request, io.grpc.stub.StreamObserver<Auth.OAuth2MetadataResponse> responseObserver)
Anonymously accessible. Retrieves local or external oauth authorization server metadata.
-
getPublicClientConfig
public void getPublicClientConfig(Auth.PublicClientAuthConfigRequest request, io.grpc.stub.StreamObserver<Auth.PublicClientAuthConfigResponse> responseObserver)
Anonymously accessible. Retrieves the client information clients should use when initiating OAuth2 authorization requests.
-
-