Package flyteidl.service
Class AuthMetadataServiceGrpc.AuthMetadataServiceImplBase
- java.lang.Object
-
- flyteidl.service.AuthMetadataServiceGrpc.AuthMetadataServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AuthMetadataServiceGrpc
public abstract static class AuthMetadataServiceGrpc.AuthMetadataServiceImplBase extends Object implements io.grpc.BindableService
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 Constructor Description AuthMetadataServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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
-
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-