Class IAuthenticationServiceGrpc
java.lang.Object
Arp.System.Security.Services.Grpc.IAuthenticationServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic final classprivate static final classstatic final classstatic classprivate static final classstatic final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<com.google.protobuf.Empty, IAuthenticationServiceOuterClass.CloseSessionResponse> private static io.grpc.MethodDescriptor<IAuthenticationServiceOuterClass.CreateSessionRequest, IAuthenticationServiceOuterClass.CreateSessionResponse> private static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty, IAuthenticationServiceOuterClass.CloseSessionResponse> static io.grpc.MethodDescriptor<IAuthenticationServiceOuterClass.CreateSessionRequest, IAuthenticationServiceOuterClass.CreateSessionResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getCreateSessionMethod
private static volatile io.grpc.MethodDescriptor<IAuthenticationServiceOuterClass.CreateSessionRequest,IAuthenticationServiceOuterClass.CreateSessionResponse> getCreateSessionMethod -
getCloseSessionMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,IAuthenticationServiceOuterClass.CloseSessionResponse> getCloseSessionMethod -
METHODID_CREATE_SESSION
private static final int METHODID_CREATE_SESSION- See Also:
-
METHODID_CLOSE_SESSION
private static final int METHODID_CLOSE_SESSION- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
IAuthenticationServiceGrpc
private IAuthenticationServiceGrpc()
-
-
Method Details
-
getCreateSessionMethod
public static io.grpc.MethodDescriptor<IAuthenticationServiceOuterClass.CreateSessionRequest,IAuthenticationServiceOuterClass.CreateSessionResponse> getCreateSessionMethod() -
getCloseSessionMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,IAuthenticationServiceOuterClass.CloseSessionResponse> getCloseSessionMethod() -
newStub
public static IAuthenticationServiceGrpc.IAuthenticationServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static IAuthenticationServiceGrpc.IAuthenticationServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-