Package io.deephaven.proto.auth.grpc
Class AuthApiGrpc
java.lang.Object
io.deephaven.proto.auth.grpc.AuthApiGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do limited synchronous rpc calls to service AuthApi.static final classA stub to allow clients to do synchronous rpc calls to service AuthApi.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service AuthApi.static classBase class for the server implementation of the service AuthApi.static final classA stub to allow clients to do asynchronous rpc calls to service AuthApi. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(AuthApiGrpc.AsyncService service) static io.grpc.MethodDescriptor<AuthenticateByCookieRequest,AuthenticateByCookieResponse> static io.grpc.MethodDescriptor<AuthenticateByDelegateTokenRequest,AuthenticateByDelegateTokenResponse> static io.grpc.MethodDescriptor<AuthenticateByExternalRequest,AuthenticateByExternalResponse> static io.grpc.MethodDescriptor<AuthenticateByPasswordRequest,AuthenticateByPasswordResponse> static io.grpc.MethodDescriptor<AuthenticateByPublicKeyRequest,AuthenticateByPublicKeyResponse> static io.grpc.MethodDescriptor<GetNonceRequest,GetNonceResponse> static io.grpc.MethodDescriptor<GetTokenAsRequest,GetTokenAsResponse> static io.grpc.MethodDescriptor<GetTokenRequest,GetTokenResponse> static io.grpc.MethodDescriptor<InvalidateCookieRequest,InvalidateCookieResponse> static io.grpc.MethodDescriptor<PingRequest,PingResponse> static io.grpc.MethodDescriptor<RefreshCookieRequest,RefreshCookieResponse> static io.grpc.MethodDescriptor<ReloadRequest,ReloadResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<VerifyChallengeRequest,VerifyChallengeResponse> static io.grpc.MethodDescriptor<VerifyTokenRequest,VerifyTokenResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewBlockingV2Stub(io.grpc.Channel channel) Creates a new blocking-style stub that supports all types of calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AuthApiGrpc.AuthApiStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getPingMethod
-
getAuthenticateByPasswordMethod
public static io.grpc.MethodDescriptor<AuthenticateByPasswordRequest,AuthenticateByPasswordResponse> getAuthenticateByPasswordMethod() -
getAuthenticateByPublicKeyMethod
public static io.grpc.MethodDescriptor<AuthenticateByPublicKeyRequest,AuthenticateByPublicKeyResponse> getAuthenticateByPublicKeyMethod() -
getAuthenticateByDelegateTokenMethod
public static io.grpc.MethodDescriptor<AuthenticateByDelegateTokenRequest,AuthenticateByDelegateTokenResponse> getAuthenticateByDelegateTokenMethod() -
getAuthenticateByExternalMethod
public static io.grpc.MethodDescriptor<AuthenticateByExternalRequest,AuthenticateByExternalResponse> getAuthenticateByExternalMethod() -
getAuthenticateByCookieMethod
public static io.grpc.MethodDescriptor<AuthenticateByCookieRequest,AuthenticateByCookieResponse> getAuthenticateByCookieMethod() -
getRefreshCookieMethod
public static io.grpc.MethodDescriptor<RefreshCookieRequest,RefreshCookieResponse> getRefreshCookieMethod() -
getInvalidateCookieMethod
public static io.grpc.MethodDescriptor<InvalidateCookieRequest,InvalidateCookieResponse> getInvalidateCookieMethod() -
getGetNonceMethod
-
getGetTokenMethod
-
getGetTokenAsMethod
-
getVerifyTokenMethod
public static io.grpc.MethodDescriptor<VerifyTokenRequest,VerifyTokenResponse> getVerifyTokenMethod() -
getReloadMethod
-
getVerifyChallengeMethod
public static io.grpc.MethodDescriptor<VerifyChallengeRequest,VerifyChallengeResponse> getVerifyChallengeMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingV2Stub
Creates a new blocking-style stub that supports all types of calls on the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-