Class IAuthenticationServiceGrpc.IAuthenticationServiceImplBase
java.lang.Object
Arp.System.Security.Services.Grpc.IAuthenticationServiceGrpc.IAuthenticationServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
IAuthenticationServiceGrpc
public abstract static class IAuthenticationServiceGrpc.IAuthenticationServiceImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidcloseSession(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CloseSessionResponse> responseObserver) voidcreateSession(IAuthenticationServiceOuterClass.CreateSessionRequest request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CreateSessionResponse> responseObserver)
-
Constructor Details
-
IAuthenticationServiceImplBase
public IAuthenticationServiceImplBase()
-
-
Method Details
-
createSession
public void createSession(IAuthenticationServiceOuterClass.CreateSessionRequest request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CreateSessionResponse> responseObserver) -
closeSession
public void closeSession(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CloseSessionResponse> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-