Package flyteidl.service
Class IdentityServiceGrpc.IdentityServiceImplBase
- java.lang.Object
-
- flyteidl.service.IdentityServiceGrpc.IdentityServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- IdentityServiceGrpc
public abstract static class IdentityServiceGrpc.IdentityServiceImplBase extends Object implements io.grpc.BindableService
IdentityService defines an RPC Service that interacts with user/app identities.
-
-
Constructor Summary
Constructors Constructor Description IdentityServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voiduserInfo(Identity.UserInfoRequest request, io.grpc.stub.StreamObserver<Identity.UserInfoResponse> responseObserver)Retrieves user information about the currently logged in user.
-
-
-
Method Detail
-
userInfo
public void userInfo(Identity.UserInfoRequest request, io.grpc.stub.StreamObserver<Identity.UserInfoResponse> responseObserver)
Retrieves user information about the currently logged in user.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-