Package Arp.System.Um.Services.Grpc
Class IPasswordAuthenticationServiceGrpc
java.lang.Object
Arp.System.Um.Services.Grpc.IPasswordAuthenticationServiceGrpc
-
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<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest, com.google.protobuf.Empty> private static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest, IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionResponse> private static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionRequest, IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionResponse> private static final intprivate static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest, com.google.protobuf.Empty> static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest, IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionResponse> static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionRequest, IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionResponse> 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<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionResponse> getCreateSessionMethod -
getProlongSessionMethod
private static volatile io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionResponse> getProlongSessionMethod -
getCloseSessionMethod
private static volatile io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest,com.google.protobuf.Empty> getCloseSessionMethod -
METHODID_CREATE_SESSION
private static final int METHODID_CREATE_SESSION- See Also:
-
METHODID_PROLONG_SESSION
private static final int METHODID_PROLONG_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
-
IPasswordAuthenticationServiceGrpc
private IPasswordAuthenticationServiceGrpc()
-
-
Method Details
-
getCreateSessionMethod
public static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionResponse> getCreateSessionMethod() -
getProlongSessionMethod
public static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceProlongSessionResponse> getProlongSessionMethod() -
getCloseSessionMethod
public static io.grpc.MethodDescriptor<IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCloseSessionRequest,com.google.protobuf.Empty> getCloseSessionMethod() -
newStub
public static IPasswordAuthenticationServiceGrpc.IPasswordAuthenticationServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static IPasswordAuthenticationServiceGrpc.IPasswordAuthenticationServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static IPasswordAuthenticationServiceGrpc.IPasswordAuthenticationServiceFutureStub 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()
-